Uses of Class
com.oracle.bmc.waas.requests.GetCertificateRequest
-
Packages that use GetCertificateRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of GetCertificateRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return types with arguments of type GetCertificateRequest Modifier and Type Method Description Waiter<GetCertificateRequest,GetCertificateResponse>
WaasWaiters. forCertificate(GetCertificateRequest request, LifecycleStates... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCertificateRequest,GetCertificateResponse>
WaasWaiters. forCertificate(GetCertificateRequest request, LifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCertificateRequest,GetCertificateResponse>
WaasWaiters. forCertificate(GetCertificateRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleStates... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.waas with type arguments of type GetCertificateRequest Modifier and Type Method Description Future<GetCertificateResponse>
WaasAsync. getCertificate(GetCertificateRequest request, AsyncHandler<GetCertificateRequest,GetCertificateResponse> handler)
Gets the details of an SSL certificate.Future<GetCertificateResponse>
WaasAsyncClient. getCertificate(GetCertificateRequest request, AsyncHandler<GetCertificateRequest,GetCertificateResponse> handler)
-
Uses of GetCertificateRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.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.waas.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.
-