Uses of Class
com.oracle.bmc.apigateway.requests.AddCertificateLockRequest
-
Packages that use AddCertificateLockRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of AddCertificateLockRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type AddCertificateLockRequest Modifier and Type Method Description AddCertificateLockResponse
ApiGateway. addCertificateLock(AddCertificateLockRequest request)
Adds a lock to a Certificate resource.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)
AddCertificateLockResponse
ApiGatewayClient. addCertificateLock(AddCertificateLockRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type AddCertificateLockRequest 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 AddCertificateLockRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return AddCertificateLockRequest Modifier and Type Method Description AddCertificateLockRequest
AddCertificateLockRequest.Builder. build()
Build the instance of AddCertificateLockRequest as configured by this builderAddCertificateLockRequest
AddCertificateLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddCertificateLockRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type AddCertificateLockRequest Modifier and Type Method Description AddCertificateLockRequest.Builder
AddCertificateLockRequest.Builder. copy(AddCertificateLockRequest o)
Copy method to populate the builder with values from the given instance.
-