| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackDriftStatus |
StackDriftStatus.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
StackInstance.setDriftStatus(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.
|
void |
StackInstanceSummary.setDriftStatus(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.
|
void |
StackSetSummary.setDriftStatus(StackDriftStatus driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
StackInstance |
StackInstance.withDriftStatus(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.
|
StackInstanceSummary |
StackInstanceSummary.withDriftStatus(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 |
StackSetSummary.withDriftStatus(StackDriftStatus driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
StackDriftInformationSummary |
StackDriftInformationSummary.withStackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
StackDriftInformation |
StackDriftInformation.withStackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
DescribeStackDriftDetectionStatusResult |
DescribeStackDriftDetectionStatusResult.withStackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected configuration.
|
Copyright © 2023. All rights reserved.