Uses of Class
com.oracle.bmc.certificatesmanagement.requests.DeleteCaBundleRequest
-
Packages that use DeleteCaBundleRequest Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.requests -
-
Uses of DeleteCaBundleRequest in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement with parameters of type DeleteCaBundleRequest Modifier and Type Method Description DeleteCaBundleResponse
CertificatesManagement. deleteCaBundle(DeleteCaBundleRequest request)
Deletes the specified CA bundle.Future<DeleteCaBundleResponse>
CertificatesManagementAsync. deleteCaBundle(DeleteCaBundleRequest request, AsyncHandler<DeleteCaBundleRequest,DeleteCaBundleResponse> handler)
Deletes the specified CA bundle.Future<DeleteCaBundleResponse>
CertificatesManagementAsyncClient. deleteCaBundle(DeleteCaBundleRequest request, AsyncHandler<DeleteCaBundleRequest,DeleteCaBundleResponse> handler)
DeleteCaBundleResponse
CertificatesManagementClient. deleteCaBundle(DeleteCaBundleRequest request)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type DeleteCaBundleRequest Modifier and Type Method Description Future<DeleteCaBundleResponse>
CertificatesManagementAsync. deleteCaBundle(DeleteCaBundleRequest request, AsyncHandler<DeleteCaBundleRequest,DeleteCaBundleResponse> handler)
Deletes the specified CA bundle.Future<DeleteCaBundleResponse>
CertificatesManagementAsyncClient. deleteCaBundle(DeleteCaBundleRequest request, AsyncHandler<DeleteCaBundleRequest,DeleteCaBundleResponse> handler)
-
Uses of DeleteCaBundleRequest in com.oracle.bmc.certificatesmanagement.requests
Methods in com.oracle.bmc.certificatesmanagement.requests that return DeleteCaBundleRequest Modifier and Type Method Description DeleteCaBundleRequest
DeleteCaBundleRequest.Builder. build()
Build the instance of DeleteCaBundleRequest as configured by this builderDeleteCaBundleRequest
DeleteCaBundleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteCaBundleRequest as configured by this builderMethods in com.oracle.bmc.certificatesmanagement.requests with parameters of type DeleteCaBundleRequest Modifier and Type Method Description DeleteCaBundleRequest.Builder
DeleteCaBundleRequest.Builder. copy(DeleteCaBundleRequest o)
Copy method to populate the builder with values from the given instance.
-