| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackDriftStatus |
StackInstanceSummary.driftStatus()
Status of the stack instance's actual configuration compared to the expected template and parameter configuration
of the stack set to which it belongs.
|
StackDriftStatus |
StackInstance.driftStatus()
Status of the stack instance's actual configuration compared to the expected template and parameter configuration
of the stack set to which it belongs.
|
StackDriftStatus |
StackSetSummary.driftStatus()
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
static StackDriftStatus |
StackDriftStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StackDriftStatus |
DescribeStackDriftDetectionStatusResponse.stackDriftStatus()
Status of the stack's actual configuration compared to its expected configuration.
|
StackDriftStatus |
StackDriftInformationSummary.stackDriftStatus()
Status of the stack's actual configuration compared to its expected template configuration.
|
StackDriftStatus |
StackDriftInformation.stackDriftStatus()
Status of the stack's actual configuration compared to its expected template configuration.
|
static StackDriftStatus |
StackDriftStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackDriftStatus[] |
StackDriftStatus.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<StackDriftStatus> |
StackDriftStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StackInstanceSummary.Builder |
StackInstanceSummary.Builder.driftStatus(StackDriftStatus driftStatus)
Status of the stack instance's actual configuration compared to the expected template and parameter
configuration of the stack set to which it belongs.
|
StackInstance.Builder |
StackInstance.Builder.driftStatus(StackDriftStatus driftStatus)
Status of the stack instance's actual configuration compared to the expected template and parameter
configuration of the stack set to which it belongs.
|
StackSetSummary.Builder |
StackSetSummary.Builder.driftStatus(StackDriftStatus driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
DescribeStackDriftDetectionStatusResponse.Builder |
DescribeStackDriftDetectionStatusResponse.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected configuration.
|
StackDriftInformationSummary.Builder |
StackDriftInformationSummary.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
StackDriftInformation.Builder |
StackDriftInformation.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
Copyright © 2023. All rights reserved.