Uses of Class
com.oracle.bmc.certificatesmanagement.requests.GetCaBundleRequest
-
Packages that use GetCaBundleRequest Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.requests -
-
Uses of GetCaBundleRequest in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type GetCaBundleRequest 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.Methods in com.oracle.bmc.certificatesmanagement with parameters of type GetCaBundleRequest 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.GetCaBundleResponse
CertificatesManagement. getCaBundle(GetCaBundleRequest request)
Gets details about the specified CA bundle.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)
GetCaBundleResponse
CertificatesManagementClient. getCaBundle(GetCaBundleRequest request)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type GetCaBundleRequest 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 GetCaBundleRequest in com.oracle.bmc.certificatesmanagement.requests
Methods in com.oracle.bmc.certificatesmanagement.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.certificatesmanagement.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.
-