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