Uses of Class
com.oracle.bmc.certificates.responses.GetCertificateAuthorityBundleResponse
-
Packages that use GetCertificateAuthorityBundleResponse Package Description com.oracle.bmc.certificates com.oracle.bmc.certificates.responses -
-
Uses of GetCertificateAuthorityBundleResponse in com.oracle.bmc.certificates
Methods in com.oracle.bmc.certificates that return GetCertificateAuthorityBundleResponse Modifier and Type Method Description GetCertificateAuthorityBundleResponse
Certificates. getCertificateAuthorityBundle(GetCertificateAuthorityBundleRequest request)
Gets a certificate authority bundle that matches either the specifiedstage
,name
, orversionNumber
parameter.GetCertificateAuthorityBundleResponse
CertificatesClient. getCertificateAuthorityBundle(GetCertificateAuthorityBundleRequest request)
Methods in com.oracle.bmc.certificates that return types with arguments of type GetCertificateAuthorityBundleResponse Modifier and Type Method Description Future<GetCertificateAuthorityBundleResponse>
CertificatesAsync. getCertificateAuthorityBundle(GetCertificateAuthorityBundleRequest request, AsyncHandler<GetCertificateAuthorityBundleRequest,GetCertificateAuthorityBundleResponse> handler)
Gets a certificate authority bundle that matches either the specifiedstage
,name
, orversionNumber
parameter.Future<GetCertificateAuthorityBundleResponse>
CertificatesAsyncClient. getCertificateAuthorityBundle(GetCertificateAuthorityBundleRequest request, AsyncHandler<GetCertificateAuthorityBundleRequest,GetCertificateAuthorityBundleResponse> handler)
Method parameters in com.oracle.bmc.certificates with type arguments of type GetCertificateAuthorityBundleResponse Modifier and Type Method Description Future<GetCertificateAuthorityBundleResponse>
CertificatesAsync. getCertificateAuthorityBundle(GetCertificateAuthorityBundleRequest request, AsyncHandler<GetCertificateAuthorityBundleRequest,GetCertificateAuthorityBundleResponse> handler)
Gets a certificate authority bundle that matches either the specifiedstage
,name
, orversionNumber
parameter.Future<GetCertificateAuthorityBundleResponse>
CertificatesAsyncClient. getCertificateAuthorityBundle(GetCertificateAuthorityBundleRequest request, AsyncHandler<GetCertificateAuthorityBundleRequest,GetCertificateAuthorityBundleResponse> handler)
-
Uses of GetCertificateAuthorityBundleResponse in com.oracle.bmc.certificates.responses
Methods in com.oracle.bmc.certificates.responses that return GetCertificateAuthorityBundleResponse Modifier and Type Method Description GetCertificateAuthorityBundleResponse
GetCertificateAuthorityBundleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificates.responses with parameters of type GetCertificateAuthorityBundleResponse Modifier and Type Method Description GetCertificateAuthorityBundleResponse.Builder
GetCertificateAuthorityBundleResponse.Builder. copy(GetCertificateAuthorityBundleResponse o)
Copy method to populate the builder with values from the given instance.
-