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