Uses of Class
com.oracle.bmc.apigateway.responses.DeleteUsagePlanResponse
-
Packages that use DeleteUsagePlanResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of DeleteUsagePlanResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return DeleteUsagePlanResponse Modifier and Type Method Description DeleteUsagePlanResponse
UsagePlans. deleteUsagePlan(DeleteUsagePlanRequest request)
Deletes the usage plan with the given identifier.DeleteUsagePlanResponse
UsagePlansClient. deleteUsagePlan(DeleteUsagePlanRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type DeleteUsagePlanResponse 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)
Method parameters in com.oracle.bmc.apigateway with type arguments of type DeleteUsagePlanResponse 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 DeleteUsagePlanResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return DeleteUsagePlanResponse Modifier and Type Method Description DeleteUsagePlanResponse
DeleteUsagePlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type DeleteUsagePlanResponse Modifier and Type Method Description DeleteUsagePlanResponse.Builder
DeleteUsagePlanResponse.Builder. copy(DeleteUsagePlanResponse o)
Copy method to populate the builder with values from the given instance.
-