Uses of Class
com.oracle.bmc.certificates.requests.GetCaBundleRequest
-
Packages that use GetCaBundleRequest Package Description com.oracle.bmc.certificates com.oracle.bmc.certificates.requests -
-
Uses of GetCaBundleRequest in com.oracle.bmc.certificates
Methods in com.oracle.bmc.certificates with parameters of type GetCaBundleRequest Modifier and Type Method Description GetCaBundleResponse
Certificates. getCaBundle(GetCaBundleRequest request)
Gets a ca-bundle bundle.Future<GetCaBundleResponse>
CertificatesAsync. getCaBundle(GetCaBundleRequest request, AsyncHandler<GetCaBundleRequest,GetCaBundleResponse> handler)
Gets a ca-bundle bundle.Future<GetCaBundleResponse>
CertificatesAsyncClient. getCaBundle(GetCaBundleRequest request, AsyncHandler<GetCaBundleRequest,GetCaBundleResponse> handler)
GetCaBundleResponse
CertificatesClient. getCaBundle(GetCaBundleRequest request)
Method parameters in com.oracle.bmc.certificates with type arguments of type GetCaBundleRequest Modifier and Type Method Description Future<GetCaBundleResponse>
CertificatesAsync. getCaBundle(GetCaBundleRequest request, AsyncHandler<GetCaBundleRequest,GetCaBundleResponse> handler)
Gets a ca-bundle bundle.Future<GetCaBundleResponse>
CertificatesAsyncClient. getCaBundle(GetCaBundleRequest request, AsyncHandler<GetCaBundleRequest,GetCaBundleResponse> handler)
-
Uses of GetCaBundleRequest in com.oracle.bmc.certificates.requests
Methods in com.oracle.bmc.certificates.requests that return GetCaBundleRequest Modifier and Type Method Description GetCaBundleRequest
GetCaBundleRequest.Builder. build()
Build the instance of GetCaBundleRequest as configured by this builderGetCaBundleRequest
GetCaBundleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCaBundleRequest as configured by this builderMethods in com.oracle.bmc.certificates.requests with parameters of type GetCaBundleRequest Modifier and Type Method Description GetCaBundleRequest.Builder
GetCaBundleRequest.Builder. copy(GetCaBundleRequest o)
Copy method to populate the builder with values from the given instance.
-