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