Package | Description |
---|---|
com.oracle.bmc.certificatesmanagement | |
com.oracle.bmc.certificatesmanagement.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetCaBundleRequest,GetCaBundleResponse> |
CertificatesManagementWaiters.forCaBundle(GetCaBundleRequest request,
CaBundleLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetCaBundleRequest,GetCaBundleResponse> |
CertificatesManagementWaiters.forCaBundle(GetCaBundleRequest request,
CaBundleLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetCaBundleRequest,GetCaBundleResponse> |
CertificatesManagementWaiters.forCaBundle(GetCaBundleRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
CaBundleLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static CaBundleLifecycleState |
CaBundleLifecycleState.create(String key) |
CaBundleLifecycleState |
CaBundle.getLifecycleState()
The current lifecycle state of the CA bundle.
|
CaBundleLifecycleState |
CaBundleSummary.getLifecycleState()
The current lifecycle state of the CA bundle.
|
static CaBundleLifecycleState |
CaBundleLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaBundleLifecycleState[] |
CaBundleLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CaBundle.Builder |
CaBundle.Builder.lifecycleState(CaBundleLifecycleState lifecycleState)
The current lifecycle state of the CA bundle.
|
CaBundleSummary.Builder |
CaBundleSummary.Builder.lifecycleState(CaBundleLifecycleState lifecycleState)
The current lifecycle state of the CA bundle.
|
Constructor and Description |
---|
CaBundle(String id,
String name,
String description,
Date timeCreated,
CaBundleLifecycleState lifecycleState,
String lifecycleDetails,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
CaBundleSummary(String id,
String name,
String description,
Date timeCreated,
CaBundleLifecycleState lifecycleState,
String lifecycleDetails,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.