Uses of Class
com.oracle.bmc.apigateway.requests.RemoveGatewayLockRequest
-
Packages that use RemoveGatewayLockRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of RemoveGatewayLockRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type RemoveGatewayLockRequest Modifier and Type Method Description RemoveGatewayLockResponse
Gateway. removeGatewayLock(RemoveGatewayLockRequest request)
Removes a lock from a Gateway resource.Future<RemoveGatewayLockResponse>
GatewayAsync. removeGatewayLock(RemoveGatewayLockRequest request, AsyncHandler<RemoveGatewayLockRequest,RemoveGatewayLockResponse> handler)
Removes a lock from a Gateway resource.Future<RemoveGatewayLockResponse>
GatewayAsyncClient. removeGatewayLock(RemoveGatewayLockRequest request, AsyncHandler<RemoveGatewayLockRequest,RemoveGatewayLockResponse> handler)
RemoveGatewayLockResponse
GatewayClient. removeGatewayLock(RemoveGatewayLockRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type RemoveGatewayLockRequest Modifier and Type Method Description Future<RemoveGatewayLockResponse>
GatewayAsync. removeGatewayLock(RemoveGatewayLockRequest request, AsyncHandler<RemoveGatewayLockRequest,RemoveGatewayLockResponse> handler)
Removes a lock from a Gateway resource.Future<RemoveGatewayLockResponse>
GatewayAsyncClient. removeGatewayLock(RemoveGatewayLockRequest request, AsyncHandler<RemoveGatewayLockRequest,RemoveGatewayLockResponse> handler)
-
Uses of RemoveGatewayLockRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return RemoveGatewayLockRequest Modifier and Type Method Description RemoveGatewayLockRequest
RemoveGatewayLockRequest.Builder. build()
Build the instance of RemoveGatewayLockRequest as configured by this builderRemoveGatewayLockRequest
RemoveGatewayLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveGatewayLockRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type RemoveGatewayLockRequest Modifier and Type Method Description RemoveGatewayLockRequest.Builder
RemoveGatewayLockRequest.Builder. copy(RemoveGatewayLockRequest o)
Copy method to populate the builder with values from the given instance.
-