Uses of Class
com.oracle.bmc.apigateway.requests.RemoveSdkLockRequest
-
Packages that use RemoveSdkLockRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of RemoveSdkLockRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type RemoveSdkLockRequest Modifier and Type Method Description RemoveSdkLockResponse
ApiGateway. removeSdkLock(RemoveSdkLockRequest request)
Removes a lock from a Sdk resource.Future<RemoveSdkLockResponse>
ApiGatewayAsync. removeSdkLock(RemoveSdkLockRequest request, AsyncHandler<RemoveSdkLockRequest,RemoveSdkLockResponse> handler)
Removes a lock from a Sdk resource.Future<RemoveSdkLockResponse>
ApiGatewayAsyncClient. removeSdkLock(RemoveSdkLockRequest request, AsyncHandler<RemoveSdkLockRequest,RemoveSdkLockResponse> handler)
RemoveSdkLockResponse
ApiGatewayClient. removeSdkLock(RemoveSdkLockRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type RemoveSdkLockRequest Modifier and Type Method Description Future<RemoveSdkLockResponse>
ApiGatewayAsync. removeSdkLock(RemoveSdkLockRequest request, AsyncHandler<RemoveSdkLockRequest,RemoveSdkLockResponse> handler)
Removes a lock from a Sdk resource.Future<RemoveSdkLockResponse>
ApiGatewayAsyncClient. removeSdkLock(RemoveSdkLockRequest request, AsyncHandler<RemoveSdkLockRequest,RemoveSdkLockResponse> handler)
-
Uses of RemoveSdkLockRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return RemoveSdkLockRequest Modifier and Type Method Description RemoveSdkLockRequest
RemoveSdkLockRequest.Builder. build()
Build the instance of RemoveSdkLockRequest as configured by this builderRemoveSdkLockRequest
RemoveSdkLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveSdkLockRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type RemoveSdkLockRequest Modifier and Type Method Description RemoveSdkLockRequest.Builder
RemoveSdkLockRequest.Builder. copy(RemoveSdkLockRequest o)
Copy method to populate the builder with values from the given instance.
-