Uses of Class
com.oracle.bmc.certificates.responses.GetCaBundleResponse
-
Packages that use GetCaBundleResponse Package Description com.oracle.bmc.certificates com.oracle.bmc.certificates.responses -
-
Uses of GetCaBundleResponse in com.oracle.bmc.certificates
Methods in com.oracle.bmc.certificates that return GetCaBundleResponse Modifier and Type Method Description GetCaBundleResponse
Certificates. getCaBundle(GetCaBundleRequest request)
Gets a ca-bundle bundle.GetCaBundleResponse
CertificatesClient. getCaBundle(GetCaBundleRequest request)
Methods in com.oracle.bmc.certificates that return types with arguments of type GetCaBundleResponse 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)
Method parameters in com.oracle.bmc.certificates with type arguments of type GetCaBundleResponse 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 GetCaBundleResponse in com.oracle.bmc.certificates.responses
Methods in com.oracle.bmc.certificates.responses that return GetCaBundleResponse Modifier and Type Method Description GetCaBundleResponse
GetCaBundleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificates.responses with parameters of type GetCaBundleResponse Modifier and Type Method Description GetCaBundleResponse.Builder
GetCaBundleResponse.Builder. copy(GetCaBundleResponse o)
Copy method to populate the builder with values from the given instance.
-