Uses of Class
com.oracle.bmc.goldengate.model.CertificateLifecycleState
-
Packages that use CertificateLifecycleState Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of CertificateLifecycleState in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type CertificateLifecycleState 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. -
Uses of CertificateLifecycleState in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return CertificateLifecycleState Modifier and Type Method Description static CertificateLifecycleState
CertificateLifecycleState. create(String key)
CertificateLifecycleState
Certificate. getLifecycleState()
Possible certificate lifecycle states.CertificateLifecycleState
CertificateSummary. getLifecycleState()
Possible certificate lifecycle states.static CertificateLifecycleState
CertificateLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CertificateLifecycleState[]
CertificateLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type CertificateLifecycleState Modifier and Type Method Description Certificate.Builder
Certificate.Builder. lifecycleState(CertificateLifecycleState lifecycleState)
Possible certificate lifecycle states.CertificateSummary.Builder
CertificateSummary.Builder. lifecycleState(CertificateLifecycleState lifecycleState)
Possible certificate lifecycle states.Constructors in com.oracle.bmc.goldengate.model with parameters of type CertificateLifecycleState Constructor Description Certificate(String key, String deploymentId, String certificateContent, String issuer, Boolean isSelfSigned, String md5Hash, String publicKey, String publicKeyAlgorithm, Long publicKeySize, String serial, String subject, Date timeValidFrom, Date timeValidTo, String version, String sha1Hash, String authorityKeyId, Boolean isCa, String subjectKeyId, CertificateLifecycleState lifecycleState, Date timeCreated)
Deprecated.CertificateSummary(String key, CertificateLifecycleState lifecycleState, String subject, Boolean isSelfSigned, Date timeValidTo, Date timeCreated)
Deprecated. -
Uses of CertificateLifecycleState in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return CertificateLifecycleState Modifier and Type Method Description CertificateLifecycleState
ListCertificatesRequest. getLifecycleState()
A filter to return only connections having the ‘lifecycleState’ given.Methods in com.oracle.bmc.goldengate.requests with parameters of type CertificateLifecycleState Modifier and Type Method Description ListCertificatesRequest.Builder
ListCertificatesRequest.Builder. lifecycleState(CertificateLifecycleState lifecycleState)
A filter to return only connections having the ‘lifecycleState’ given.
-