Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement | |
com.oracle.bmc.certificatesmanagement.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetCertificateRequest,GetCertificateResponse> |
CertificatesManagementWaiters.forCertificate(GetCertificateRequest request,
CertificateLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetCertificateRequest,GetCertificateResponse> |
CertificatesManagementWaiters.forCertificate(GetCertificateRequest request,
CertificateLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetCertificateRequest,GetCertificateResponse> |
CertificatesManagementWaiters.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()
The current lifecycle state of the certificate.
|
CertificateLifecycleState |
Certificate.getLifecycleState()
The current lifecycle state of the certificate.
|
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)
The current lifecycle state of the certificate.
|
Certificate.Builder |
Certificate.Builder.lifecycleState(CertificateLifecycleState lifecycleState)
The current lifecycle state of the certificate.
|
Constructor and Description |
---|
Certificate(String id,
String issuerCertificateAuthorityId,
String name,
String description,
List<CertificateRule> certificateRules,
Date timeCreated,
Date timeOfDeletion,
CertificateLifecycleState lifecycleState,
String lifecycleDetails,
String compartmentId,
CertificateVersionSummary currentVersion,
CertificateSubject subject,
CertificateRevocationListDetails certificateRevocationListDetails,
CertificateConfigType configType,
KeyAlgorithm keyAlgorithm,
SignatureAlgorithm signatureAlgorithm,
CertificateProfileType certificateProfileType,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
CertificateSummary(String id,
String issuerCertificateAuthorityId,
String name,
String description,
Date timeCreated,
Date timeOfDeletion,
CertificateLifecycleState lifecycleState,
String compartmentId,
List<CertificateRule> certificateRules,
CertificateVersionSummary currentVersionSummary,
CertificateSubject subject,
CertificateConfigType configType,
KeyAlgorithm keyAlgorithm,
SignatureAlgorithm signatureAlgorithm,
CertificateProfileType certificateProfileType,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.