Uses of Class
com.oracle.bmc.certificatesmanagement.responses.CancelCertificateAuthorityDeletionResponse
-
Packages that use CancelCertificateAuthorityDeletionResponse Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.responses -
-
Uses of CancelCertificateAuthorityDeletionResponse in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return CancelCertificateAuthorityDeletionResponse Modifier and Type Method Description CancelCertificateAuthorityDeletionResponse
CertificatesManagement. cancelCertificateAuthorityDeletion(CancelCertificateAuthorityDeletionRequest request)
Cancels the scheduled deletion of the specified certificate authority (CA).CancelCertificateAuthorityDeletionResponse
CertificatesManagementClient. cancelCertificateAuthorityDeletion(CancelCertificateAuthorityDeletionRequest request)
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type CancelCertificateAuthorityDeletionResponse Modifier and Type Method Description Future<CancelCertificateAuthorityDeletionResponse>
CertificatesManagementAsync. cancelCertificateAuthorityDeletion(CancelCertificateAuthorityDeletionRequest request, AsyncHandler<CancelCertificateAuthorityDeletionRequest,CancelCertificateAuthorityDeletionResponse> handler)
Cancels the scheduled deletion of the specified certificate authority (CA).Future<CancelCertificateAuthorityDeletionResponse>
CertificatesManagementAsyncClient. cancelCertificateAuthorityDeletion(CancelCertificateAuthorityDeletionRequest request, AsyncHandler<CancelCertificateAuthorityDeletionRequest,CancelCertificateAuthorityDeletionResponse> handler)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type CancelCertificateAuthorityDeletionResponse Modifier and Type Method Description Future<CancelCertificateAuthorityDeletionResponse>
CertificatesManagementAsync. cancelCertificateAuthorityDeletion(CancelCertificateAuthorityDeletionRequest request, AsyncHandler<CancelCertificateAuthorityDeletionRequest,CancelCertificateAuthorityDeletionResponse> handler)
Cancels the scheduled deletion of the specified certificate authority (CA).Future<CancelCertificateAuthorityDeletionResponse>
CertificatesManagementAsyncClient. cancelCertificateAuthorityDeletion(CancelCertificateAuthorityDeletionRequest request, AsyncHandler<CancelCertificateAuthorityDeletionRequest,CancelCertificateAuthorityDeletionResponse> handler)
-
Uses of CancelCertificateAuthorityDeletionResponse in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return CancelCertificateAuthorityDeletionResponse Modifier and Type Method Description CancelCertificateAuthorityDeletionResponse
CancelCertificateAuthorityDeletionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificatesmanagement.responses with parameters of type CancelCertificateAuthorityDeletionResponse Modifier and Type Method Description CancelCertificateAuthorityDeletionResponse.Builder
CancelCertificateAuthorityDeletionResponse.Builder. copy(CancelCertificateAuthorityDeletionResponse o)
Copy method to populate the builder with values from the given instance.
-