Uses of Class
com.oracle.bmc.apigateway.responses.AddUsagePlanLockResponse
- 
Packages that use AddUsagePlanLockResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses 
- 
- 
Uses of AddUsagePlanLockResponse in com.oracle.bmc.apigatewayMethods in com.oracle.bmc.apigateway that return AddUsagePlanLockResponse Modifier and Type Method Description AddUsagePlanLockResponseUsagePlans. addUsagePlanLock(AddUsagePlanLockRequest request)Adds a lock to a UsagePlan resource.AddUsagePlanLockResponseUsagePlansClient. addUsagePlanLock(AddUsagePlanLockRequest request)Methods in com.oracle.bmc.apigateway that return types with arguments of type AddUsagePlanLockResponse Modifier and Type Method Description Future<AddUsagePlanLockResponse>UsagePlansAsync. addUsagePlanLock(AddUsagePlanLockRequest request, AsyncHandler<AddUsagePlanLockRequest,AddUsagePlanLockResponse> handler)Adds a lock to a UsagePlan resource.Future<AddUsagePlanLockResponse>UsagePlansAsyncClient. addUsagePlanLock(AddUsagePlanLockRequest request, AsyncHandler<AddUsagePlanLockRequest,AddUsagePlanLockResponse> handler)Method parameters in com.oracle.bmc.apigateway with type arguments of type AddUsagePlanLockResponse Modifier and Type Method Description Future<AddUsagePlanLockResponse>UsagePlansAsync. addUsagePlanLock(AddUsagePlanLockRequest request, AsyncHandler<AddUsagePlanLockRequest,AddUsagePlanLockResponse> handler)Adds a lock to a UsagePlan resource.Future<AddUsagePlanLockResponse>UsagePlansAsyncClient. addUsagePlanLock(AddUsagePlanLockRequest request, AsyncHandler<AddUsagePlanLockRequest,AddUsagePlanLockResponse> handler)
- 
Uses of AddUsagePlanLockResponse in com.oracle.bmc.apigateway.responsesMethods in com.oracle.bmc.apigateway.responses that return AddUsagePlanLockResponse Modifier and Type Method Description AddUsagePlanLockResponseAddUsagePlanLockResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type AddUsagePlanLockResponse Modifier and Type Method Description AddUsagePlanLockResponse.BuilderAddUsagePlanLockResponse.Builder. copy(AddUsagePlanLockResponse o)Copy method to populate the builder with values from the given instance.
 
-