Uses of Class
com.oracle.bmc.apigateway.responses.AddCertificateLockResponse
-
Packages that use AddCertificateLockResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of AddCertificateLockResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return AddCertificateLockResponse Modifier and Type Method Description AddCertificateLockResponse
ApiGateway. addCertificateLock(AddCertificateLockRequest request)
Adds a lock to a Certificate resource.AddCertificateLockResponse
ApiGatewayClient. addCertificateLock(AddCertificateLockRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type AddCertificateLockResponse Modifier and Type Method Description Future<AddCertificateLockResponse>
ApiGatewayAsync. addCertificateLock(AddCertificateLockRequest request, AsyncHandler<AddCertificateLockRequest,AddCertificateLockResponse> handler)
Adds a lock to a Certificate resource.Future<AddCertificateLockResponse>
ApiGatewayAsyncClient. addCertificateLock(AddCertificateLockRequest request, AsyncHandler<AddCertificateLockRequest,AddCertificateLockResponse> handler)
Method parameters in com.oracle.bmc.apigateway with type arguments of type AddCertificateLockResponse Modifier and Type Method Description Future<AddCertificateLockResponse>
ApiGatewayAsync. addCertificateLock(AddCertificateLockRequest request, AsyncHandler<AddCertificateLockRequest,AddCertificateLockResponse> handler)
Adds a lock to a Certificate resource.Future<AddCertificateLockResponse>
ApiGatewayAsyncClient. addCertificateLock(AddCertificateLockRequest request, AsyncHandler<AddCertificateLockRequest,AddCertificateLockResponse> handler)
-
Uses of AddCertificateLockResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return AddCertificateLockResponse Modifier and Type Method Description AddCertificateLockResponse
AddCertificateLockResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type AddCertificateLockResponse Modifier and Type Method Description AddCertificateLockResponse.Builder
AddCertificateLockResponse.Builder. copy(AddCertificateLockResponse o)
Copy method to populate the builder with values from the given instance.
-