Uses of Class
com.oracle.bmc.apigateway.requests.DeleteUsagePlanRequest
-
Packages that use DeleteUsagePlanRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of DeleteUsagePlanRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type DeleteUsagePlanRequest Modifier and Type Method Description DeleteUsagePlanResponse
UsagePlans. deleteUsagePlan(DeleteUsagePlanRequest request)
Deletes the usage plan with the given identifier.Future<DeleteUsagePlanResponse>
UsagePlansAsync. deleteUsagePlan(DeleteUsagePlanRequest request, AsyncHandler<DeleteUsagePlanRequest,DeleteUsagePlanResponse> handler)
Deletes the usage plan with the given identifier.Future<DeleteUsagePlanResponse>
UsagePlansAsyncClient. deleteUsagePlan(DeleteUsagePlanRequest request, AsyncHandler<DeleteUsagePlanRequest,DeleteUsagePlanResponse> handler)
DeleteUsagePlanResponse
UsagePlansClient. deleteUsagePlan(DeleteUsagePlanRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type DeleteUsagePlanRequest Modifier and Type Method Description Future<DeleteUsagePlanResponse>
UsagePlansAsync. deleteUsagePlan(DeleteUsagePlanRequest request, AsyncHandler<DeleteUsagePlanRequest,DeleteUsagePlanResponse> handler)
Deletes the usage plan with the given identifier.Future<DeleteUsagePlanResponse>
UsagePlansAsyncClient. deleteUsagePlan(DeleteUsagePlanRequest request, AsyncHandler<DeleteUsagePlanRequest,DeleteUsagePlanResponse> handler)
-
Uses of DeleteUsagePlanRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return DeleteUsagePlanRequest Modifier and Type Method Description DeleteUsagePlanRequest
DeleteUsagePlanRequest.Builder. build()
Build the instance of DeleteUsagePlanRequest as configured by this builderDeleteUsagePlanRequest
DeleteUsagePlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteUsagePlanRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type DeleteUsagePlanRequest Modifier and Type Method Description DeleteUsagePlanRequest.Builder
DeleteUsagePlanRequest.Builder. copy(DeleteUsagePlanRequest o)
Copy method to populate the builder with values from the given instance.
-