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