Uses of Class
com.oracle.bmc.apigateway.responses.RemoveApiLockResponse
-
Packages that use RemoveApiLockResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of RemoveApiLockResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return RemoveApiLockResponse Modifier and Type Method Description RemoveApiLockResponse
ApiGateway. removeApiLock(RemoveApiLockRequest request)
Removes a lock from a Api resource.RemoveApiLockResponse
ApiGatewayClient. removeApiLock(RemoveApiLockRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type RemoveApiLockResponse Modifier and Type Method Description Future<RemoveApiLockResponse>
ApiGatewayAsync. removeApiLock(RemoveApiLockRequest request, AsyncHandler<RemoveApiLockRequest,RemoveApiLockResponse> handler)
Removes a lock from a Api resource.Future<RemoveApiLockResponse>
ApiGatewayAsyncClient. removeApiLock(RemoveApiLockRequest request, AsyncHandler<RemoveApiLockRequest,RemoveApiLockResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type RemoveApiLockResponse Modifier and Type Method Description Future<RemoveApiLockResponse>
ApiGatewayAsync. removeApiLock(RemoveApiLockRequest request, AsyncHandler<RemoveApiLockRequest,RemoveApiLockResponse> handler)
Removes a lock from a Api resource.Future<RemoveApiLockResponse>
ApiGatewayAsyncClient. removeApiLock(RemoveApiLockRequest request, AsyncHandler<RemoveApiLockRequest,RemoveApiLockResponse> handler)
-
Uses of RemoveApiLockResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return RemoveApiLockResponse Modifier and Type Method Description RemoveApiLockResponse
RemoveApiLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type RemoveApiLockResponse Modifier and Type Method Description RemoveApiLockResponse.Builder
RemoveApiLockResponse.Builder. copy(RemoveApiLockResponse o)
Copy method to populate the builder with values from the given instance.
-