Uses of Class
com.oracle.bmc.goldengate.requests.GetCertificateRequest
-
Packages that use GetCertificateRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of GetCertificateRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type GetCertificateRequest Modifier and Type Method Description Waiter<GetCertificateRequest,GetCertificateResponse>
GoldenGateWaiters. forCertificate(GetCertificateRequest request, CertificateLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCertificateRequest,GetCertificateResponse>
GoldenGateWaiters. forCertificate(GetCertificateRequest request, CertificateLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCertificateRequest,GetCertificateResponse>
GoldenGateWaiters. forCertificate(GetCertificateRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CertificateLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.goldengate with type arguments of type GetCertificateRequest Modifier and Type Method Description Future<GetCertificateResponse>
GoldenGateAsync. getCertificate(GetCertificateRequest request, AsyncHandler<GetCertificateRequest,GetCertificateResponse> handler)
Retrieves a Certificate.Future<GetCertificateResponse>
GoldenGateAsyncClient. getCertificate(GetCertificateRequest request, AsyncHandler<GetCertificateRequest,GetCertificateResponse> handler)
-
Uses of GetCertificateRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return GetCertificateRequest Modifier and Type Method Description GetCertificateRequest
GetCertificateRequest.Builder. build()
Build the instance of GetCertificateRequest as configured by this builderGetCertificateRequest
GetCertificateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetCertificateRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type GetCertificateRequest Modifier and Type Method Description GetCertificateRequest.Builder
GetCertificateRequest.Builder. copy(GetCertificateRequest o)
Copy method to populate the builder with values from the given instance.
-