Uses of Class
com.oracle.bmc.apigateway.requests.RemoveUsagePlanLockRequest
-
Packages that use RemoveUsagePlanLockRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of RemoveUsagePlanLockRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type RemoveUsagePlanLockRequest Modifier and Type Method Description RemoveUsagePlanLockResponse
UsagePlans. removeUsagePlanLock(RemoveUsagePlanLockRequest request)
Removes a lock from a UsagePlan resource.Future<RemoveUsagePlanLockResponse>
UsagePlansAsync. removeUsagePlanLock(RemoveUsagePlanLockRequest request, AsyncHandler<RemoveUsagePlanLockRequest,RemoveUsagePlanLockResponse> handler)
Removes a lock from a UsagePlan resource.Future<RemoveUsagePlanLockResponse>
UsagePlansAsyncClient. removeUsagePlanLock(RemoveUsagePlanLockRequest request, AsyncHandler<RemoveUsagePlanLockRequest,RemoveUsagePlanLockResponse> handler)
RemoveUsagePlanLockResponse
UsagePlansClient. removeUsagePlanLock(RemoveUsagePlanLockRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type RemoveUsagePlanLockRequest Modifier and Type Method Description Future<RemoveUsagePlanLockResponse>
UsagePlansAsync. removeUsagePlanLock(RemoveUsagePlanLockRequest request, AsyncHandler<RemoveUsagePlanLockRequest,RemoveUsagePlanLockResponse> handler)
Removes a lock from a UsagePlan resource.Future<RemoveUsagePlanLockResponse>
UsagePlansAsyncClient. removeUsagePlanLock(RemoveUsagePlanLockRequest request, AsyncHandler<RemoveUsagePlanLockRequest,RemoveUsagePlanLockResponse> handler)
-
Uses of RemoveUsagePlanLockRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return RemoveUsagePlanLockRequest Modifier and Type Method Description RemoveUsagePlanLockRequest
RemoveUsagePlanLockRequest.Builder. build()
Build the instance of RemoveUsagePlanLockRequest as configured by this builderRemoveUsagePlanLockRequest
RemoveUsagePlanLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveUsagePlanLockRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type RemoveUsagePlanLockRequest Modifier and Type Method Description RemoveUsagePlanLockRequest.Builder
RemoveUsagePlanLockRequest.Builder. copy(RemoveUsagePlanLockRequest o)
Copy method to populate the builder with values from the given instance.
-