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