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.certificatesmanagementMethods in com.oracle.bmc.certificatesmanagement that return GetCaBundleResponse Modifier and Type Method Description GetCaBundleResponseCertificatesManagement. getCaBundle(GetCaBundleRequest request)Gets details about the specified CA bundle.GetCaBundleResponseCertificatesManagementClient. 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 newWaiterusing the default configuration.Waiter<GetCaBundleRequest,GetCaBundleResponse>CertificatesManagementWaiters. forCaBundle(GetCaBundleRequest request, CaBundleLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetCaBundleRequest,GetCaBundleResponse>CertificatesManagementWaiters. forCaBundle(GetCaBundleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CaBundleLifecycleState... targetStates)Creates a newWaiterusing 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.responsesMethods in com.oracle.bmc.certificatesmanagement.responses that return GetCaBundleResponse Modifier and Type Method Description GetCaBundleResponseGetCaBundleResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.certificatesmanagement.responses with parameters of type GetCaBundleResponse Modifier and Type Method Description GetCaBundleResponse.BuilderGetCaBundleResponse.Builder. copy(GetCaBundleResponse o)Copy method to populate the builder with values from the given instance.
 
-