Uses of Class
com.oracle.bmc.apigateway.responses.RemoveCertificateLockResponse
-
Packages that use RemoveCertificateLockResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of RemoveCertificateLockResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return RemoveCertificateLockResponse Modifier and Type Method Description RemoveCertificateLockResponse
ApiGateway. removeCertificateLock(RemoveCertificateLockRequest request)
Removes a lock from a Certificate resource.RemoveCertificateLockResponse
ApiGatewayClient. removeCertificateLock(RemoveCertificateLockRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type RemoveCertificateLockResponse 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)
Method parameters in com.oracle.bmc.apigateway with type arguments of type RemoveCertificateLockResponse 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 RemoveCertificateLockResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return RemoveCertificateLockResponse Modifier and Type Method Description RemoveCertificateLockResponse
RemoveCertificateLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type RemoveCertificateLockResponse Modifier and Type Method Description RemoveCertificateLockResponse.Builder
RemoveCertificateLockResponse.Builder. copy(RemoveCertificateLockResponse o)
Copy method to populate the builder with values from the given instance.
-