Uses of Class
com.oracle.bmc.certificates.requests.GetCertificateBundleRequest
-
Packages that use GetCertificateBundleRequest Package Description com.oracle.bmc.certificates com.oracle.bmc.certificates.requests -
-
Uses of GetCertificateBundleRequest in com.oracle.bmc.certificates
Methods in com.oracle.bmc.certificates with parameters of type GetCertificateBundleRequest Modifier and Type Method Description GetCertificateBundleResponse
Certificates. getCertificateBundle(GetCertificateBundleRequest request)
Gets a certificate bundle that matches either the specifiedstage
,versionName
, orversionNumber
parameter.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)
GetCertificateBundleResponse
CertificatesClient. getCertificateBundle(GetCertificateBundleRequest request)
Method parameters in com.oracle.bmc.certificates with type arguments of type GetCertificateBundleRequest 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 GetCertificateBundleRequest in com.oracle.bmc.certificates.requests
Methods in com.oracle.bmc.certificates.requests that return GetCertificateBundleRequest Modifier and Type Method Description GetCertificateBundleRequest
GetCertificateBundleRequest.Builder. build()
Build the instance of GetCertificateBundleRequest as configured by this builderGetCertificateBundleRequest
GetCertificateBundleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCertificateBundleRequest as configured by this builderMethods in com.oracle.bmc.certificates.requests with parameters of type GetCertificateBundleRequest Modifier and Type Method Description GetCertificateBundleRequest.Builder
GetCertificateBundleRequest.Builder. copy(GetCertificateBundleRequest o)
Copy method to populate the builder with values from the given instance.
-