Uses of Class
com.oracle.bmc.apigateway.responses.RemoveUsagePlanLockResponse
-
Packages that use RemoveUsagePlanLockResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of RemoveUsagePlanLockResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return RemoveUsagePlanLockResponse Modifier and Type Method Description RemoveUsagePlanLockResponse
UsagePlans. removeUsagePlanLock(RemoveUsagePlanLockRequest request)
Removes a lock from a UsagePlan resource.RemoveUsagePlanLockResponse
UsagePlansClient. removeUsagePlanLock(RemoveUsagePlanLockRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type RemoveUsagePlanLockResponse 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)
Method parameters in com.oracle.bmc.apigateway with type arguments of type RemoveUsagePlanLockResponse 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 RemoveUsagePlanLockResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return RemoveUsagePlanLockResponse Modifier and Type Method Description RemoveUsagePlanLockResponse
RemoveUsagePlanLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type RemoveUsagePlanLockResponse Modifier and Type Method Description RemoveUsagePlanLockResponse.Builder
RemoveUsagePlanLockResponse.Builder. copy(RemoveUsagePlanLockResponse o)
Copy method to populate the builder with values from the given instance.
-