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.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type AddUsagePlanLockRequest Modifier and Type Method Description AddUsagePlanLockResponse
UsagePlans. 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)
AddUsagePlanLockResponse
UsagePlansClient. 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.requests
Methods in com.oracle.bmc.apigateway.requests that return AddUsagePlanLockRequest Modifier and Type Method Description AddUsagePlanLockRequest
AddUsagePlanLockRequest.Builder. build()
Build the instance of AddUsagePlanLockRequest as configured by this builderAddUsagePlanLockRequest
AddUsagePlanLockRequest.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.Builder
AddUsagePlanLockRequest.Builder. copy(AddUsagePlanLockRequest o)
Copy method to populate the builder with values from the given instance.
-