Uses of Class
com.oracle.bmc.certificatesmanagement.responses.GetCaBundleResponse
-
Packages that use GetCaBundleResponse Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.responses -
-
Uses of GetCaBundleResponse in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return GetCaBundleResponse Modifier and Type Method Description GetCaBundleResponse
CertificatesManagement. getCaBundle(GetCaBundleRequest request)
Gets details about the specified CA bundle.GetCaBundleResponse
CertificatesManagementClient. getCaBundle(GetCaBundleRequest request)
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type GetCaBundleResponse Modifier and Type Method Description Waiter<GetCaBundleRequest,GetCaBundleResponse>
CertificatesManagementWaiters. forCaBundle(GetCaBundleRequest request, CaBundleLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCaBundleRequest,GetCaBundleResponse>
CertificatesManagementWaiters. forCaBundle(GetCaBundleRequest request, CaBundleLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCaBundleRequest,GetCaBundleResponse>
CertificatesManagementWaiters. forCaBundle(GetCaBundleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CaBundleLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetCaBundleResponse>
CertificatesManagementAsync. getCaBundle(GetCaBundleRequest request, AsyncHandler<GetCaBundleRequest,GetCaBundleResponse> handler)
Gets details about the specified CA bundle.Future<GetCaBundleResponse>
CertificatesManagementAsyncClient. getCaBundle(GetCaBundleRequest request, AsyncHandler<GetCaBundleRequest,GetCaBundleResponse> handler)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type GetCaBundleResponse Modifier and Type Method Description Future<GetCaBundleResponse>
CertificatesManagementAsync. getCaBundle(GetCaBundleRequest request, AsyncHandler<GetCaBundleRequest,GetCaBundleResponse> handler)
Gets details about the specified CA bundle.Future<GetCaBundleResponse>
CertificatesManagementAsyncClient. getCaBundle(GetCaBundleRequest request, AsyncHandler<GetCaBundleRequest,GetCaBundleResponse> handler)
-
Uses of GetCaBundleResponse in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return GetCaBundleResponse Modifier and Type Method Description GetCaBundleResponse
GetCaBundleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificatesmanagement.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.
-