| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackSetDriftDetectionStatus |
StackSetDriftDetectionDetails.driftDetectionStatus()
The status of the stack set drift detection operation.
|
static StackSetDriftDetectionStatus |
StackSetDriftDetectionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static StackSetDriftDetectionStatus |
StackSetDriftDetectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackSetDriftDetectionStatus[] |
StackSetDriftDetectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<StackSetDriftDetectionStatus> |
StackSetDriftDetectionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StackSetDriftDetectionDetails.Builder |
StackSetDriftDetectionDetails.Builder.driftDetectionStatus(StackSetDriftDetectionStatus driftDetectionStatus)
The status of the stack set drift detection operation.
|
Copyright © 2020. All rights reserved.