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