Package | Description |
---|---|
com.oracle.bmc.goldengate | |
com.oracle.bmc.goldengate.model | |
com.oracle.bmc.goldengate.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetCertificateRequest,GetCertificateResponse> |
GoldenGateWaiters.forCertificate(GetCertificateRequest request,
CertificateLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetCertificateRequest,GetCertificateResponse> |
GoldenGateWaiters.forCertificate(GetCertificateRequest request,
CertificateLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetCertificateRequest,GetCertificateResponse> |
GoldenGateWaiters.forCertificate(GetCertificateRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
CertificateLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static CertificateLifecycleState |
CertificateLifecycleState.create(String key) |
CertificateLifecycleState |
CertificateSummary.getLifecycleState()
Possible certificate lifecycle states.
|
CertificateLifecycleState |
Certificate.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.
|
Modifier and Type | Method and Description |
---|---|
CertificateSummary.Builder |
CertificateSummary.Builder.lifecycleState(CertificateLifecycleState lifecycleState)
Possible certificate lifecycle states.
|
Certificate.Builder |
Certificate.Builder.lifecycleState(CertificateLifecycleState lifecycleState)
Possible certificate lifecycle states.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
CertificateLifecycleState |
ListCertificatesRequest.getLifecycleState()
A filter to return only connections having the ‘lifecycleState’ given.
|
Modifier and Type | Method and Description |
---|---|
ListCertificatesRequest.Builder |
ListCertificatesRequest.Builder.lifecycleState(CertificateLifecycleState lifecycleState)
A filter to return only connections having the ‘lifecycleState’ given.
|
Copyright © 2016–2024. All rights reserved.