Uses of Class
com.oracle.bmc.apigateway.requests.RemoveApiLockRequest
-
Packages that use RemoveApiLockRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of RemoveApiLockRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type RemoveApiLockRequest Modifier and Type Method Description RemoveApiLockResponse
ApiGateway. removeApiLock(RemoveApiLockRequest request)
Removes a lock from a Api resource.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)
RemoveApiLockResponse
ApiGatewayClient. removeApiLock(RemoveApiLockRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type RemoveApiLockRequest 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 RemoveApiLockRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return RemoveApiLockRequest Modifier and Type Method Description RemoveApiLockRequest
RemoveApiLockRequest.Builder. build()
Build the instance of RemoveApiLockRequest as configured by this builderRemoveApiLockRequest
RemoveApiLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveApiLockRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type RemoveApiLockRequest Modifier and Type Method Description RemoveApiLockRequest.Builder
RemoveApiLockRequest.Builder. copy(RemoveApiLockRequest o)
Copy method to populate the builder with values from the given instance.
-