Uses of Class
com.oracle.bmc.apigateway.responses.UpdateUsagePlanResponse
-
Packages that use UpdateUsagePlanResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of UpdateUsagePlanResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return UpdateUsagePlanResponse Modifier and Type Method Description UpdateUsagePlanResponse
UsagePlans. updateUsagePlan(UpdateUsagePlanRequest request)
Updates the usage plan with the given identifier.UpdateUsagePlanResponse
UsagePlansClient. updateUsagePlan(UpdateUsagePlanRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type UpdateUsagePlanResponse Modifier and Type Method Description Future<UpdateUsagePlanResponse>
UsagePlansAsync. updateUsagePlan(UpdateUsagePlanRequest request, AsyncHandler<UpdateUsagePlanRequest,UpdateUsagePlanResponse> handler)
Updates the usage plan with the given identifier.Future<UpdateUsagePlanResponse>
UsagePlansAsyncClient. updateUsagePlan(UpdateUsagePlanRequest request, AsyncHandler<UpdateUsagePlanRequest,UpdateUsagePlanResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type UpdateUsagePlanResponse Modifier and Type Method Description Future<UpdateUsagePlanResponse>
UsagePlansAsync. updateUsagePlan(UpdateUsagePlanRequest request, AsyncHandler<UpdateUsagePlanRequest,UpdateUsagePlanResponse> handler)
Updates the usage plan with the given identifier.Future<UpdateUsagePlanResponse>
UsagePlansAsyncClient. updateUsagePlan(UpdateUsagePlanRequest request, AsyncHandler<UpdateUsagePlanRequest,UpdateUsagePlanResponse> handler)
-
Uses of UpdateUsagePlanResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return UpdateUsagePlanResponse Modifier and Type Method Description UpdateUsagePlanResponse
UpdateUsagePlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type UpdateUsagePlanResponse Modifier and Type Method Description UpdateUsagePlanResponse.Builder
UpdateUsagePlanResponse.Builder. copy(UpdateUsagePlanResponse o)
Copy method to populate the builder with values from the given instance.
-