Uses of Class
com.oracle.bmc.certificatesmanagement.responses.DeleteCaBundleResponse
-
Packages that use DeleteCaBundleResponse Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.responses -
-
Uses of DeleteCaBundleResponse in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return DeleteCaBundleResponse Modifier and Type Method Description DeleteCaBundleResponse
CertificatesManagement. deleteCaBundle(DeleteCaBundleRequest request)
Deletes the specified CA bundle.DeleteCaBundleResponse
CertificatesManagementClient. deleteCaBundle(DeleteCaBundleRequest request)
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type DeleteCaBundleResponse 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)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type DeleteCaBundleResponse 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 DeleteCaBundleResponse in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return DeleteCaBundleResponse Modifier and Type Method Description DeleteCaBundleResponse
DeleteCaBundleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificatesmanagement.responses with parameters of type DeleteCaBundleResponse Modifier and Type Method Description DeleteCaBundleResponse.Builder
DeleteCaBundleResponse.Builder. copy(DeleteCaBundleResponse o)
Copy method to populate the builder with values from the given instance.
-