Uses of Class
com.oracle.bmc.apigateway.requests.AddUsagePlanLockRequest
- 
Packages that use AddUsagePlanLockRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests 
- 
- 
Uses of AddUsagePlanLockRequest in com.oracle.bmc.apigatewayMethods in com.oracle.bmc.apigateway with parameters of type AddUsagePlanLockRequest Modifier and Type Method Description AddUsagePlanLockResponseUsagePlans. addUsagePlanLock(AddUsagePlanLockRequest request)Adds a lock to a UsagePlan resource.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)AddUsagePlanLockResponseUsagePlansClient. addUsagePlanLock(AddUsagePlanLockRequest request)Method parameters in com.oracle.bmc.apigateway with type arguments of type AddUsagePlanLockRequest 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 AddUsagePlanLockRequest in com.oracle.bmc.apigateway.requestsMethods in com.oracle.bmc.apigateway.requests that return AddUsagePlanLockRequest Modifier and Type Method Description AddUsagePlanLockRequestAddUsagePlanLockRequest.Builder. build()Build the instance of AddUsagePlanLockRequest as configured by this builderAddUsagePlanLockRequestAddUsagePlanLockRequest.Builder. buildWithoutInvocationCallback()Build the instance of AddUsagePlanLockRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type AddUsagePlanLockRequest Modifier and Type Method Description AddUsagePlanLockRequest.BuilderAddUsagePlanLockRequest.Builder. copy(AddUsagePlanLockRequest o)Copy method to populate the builder with values from the given instance.
 
-