Uses of Class
com.oracle.bmc.apigateway.requests.UpdateUsagePlanRequest
-
Packages that use UpdateUsagePlanRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of UpdateUsagePlanRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type UpdateUsagePlanRequest Modifier and Type Method Description UpdateUsagePlanResponse
UsagePlans. updateUsagePlan(UpdateUsagePlanRequest request)
Updates the usage plan with the given identifier.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)
UpdateUsagePlanResponse
UsagePlansClient. updateUsagePlan(UpdateUsagePlanRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type UpdateUsagePlanRequest 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 UpdateUsagePlanRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return UpdateUsagePlanRequest Modifier and Type Method Description UpdateUsagePlanRequest
UpdateUsagePlanRequest.Builder. build()
Build the instance of UpdateUsagePlanRequest as configured by this builderUpdateUsagePlanRequest
UpdateUsagePlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateUsagePlanRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type UpdateUsagePlanRequest Modifier and Type Method Description UpdateUsagePlanRequest.Builder
UpdateUsagePlanRequest.Builder. copy(UpdateUsagePlanRequest o)
Copy method to populate the builder with values from the given instance.
-