| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static StackResourceDriftStatus |
StackResourceDriftStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StackResourceDriftStatus |
StackResourceDriftInformation.stackResourceDriftStatus()
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDriftStatus |
StackResourceDrift.stackResourceDriftStatus()
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDriftStatus |
StackResourceDriftInformationSummary.stackResourceDriftStatus()
Status of the resource's actual configuration compared to its expected configuration
|
static StackResourceDriftStatus |
StackResourceDriftStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackResourceDriftStatus[] |
StackResourceDriftStatus.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<StackResourceDriftStatus> |
StackResourceDriftStatus.knownValues()
|
List<StackResourceDriftStatus> |
DescribeStackResourceDriftsRequest.stackResourceDriftStatusFilters()
The resource drift status values to use as filters for the resource drift results returned.
|
| Modifier and Type | Method and Description |
|---|---|
StackResourceDriftInformation.Builder |
StackResourceDriftInformation.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
StackResourceDriftInformationSummary.Builder |
StackResourceDriftInformationSummary.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)
Status of the resource's actual configuration compared to its expected configuration
|
DescribeStackResourceDriftsRequest.Builder |
DescribeStackResourceDriftsRequest.Builder.stackResourceDriftStatusFilters(StackResourceDriftStatus... stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStackResourceDriftsRequest.Builder |
DescribeStackResourceDriftsRequest.Builder.stackResourceDriftStatusFilters(Collection<StackResourceDriftStatus> stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
|
Copyright © 2021. All rights reserved.