| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeStackResourceDriftsResult |
AmazonCloudFormation.describeStackResourceDrifts(DescribeStackResourceDriftsRequest describeStackResourceDriftsRequest)
Returns drift information for the resources that have been checked for drift in the specified stack.
|
DescribeStackResourceDriftsResult |
AbstractAmazonCloudFormation.describeStackResourceDrifts(DescribeStackResourceDriftsRequest request) |
DescribeStackResourceDriftsResult |
AmazonCloudFormationClient.describeStackResourceDrifts(DescribeStackResourceDriftsRequest request)
Returns drift information for the resources that have been checked for drift in the specified stack.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStackResourceDriftsResult |
DescribeStackResourceDriftsResult.clone() |
DescribeStackResourceDriftsResult |
DescribeStackResourceDriftsResult.withNextToken(String nextToken)
If the request doesn't return all of the remaining results,
NextToken is set to a token. |
DescribeStackResourceDriftsResult |
DescribeStackResourceDriftsResult.withStackResourceDrifts(Collection<StackResourceDrift> stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack.
|
DescribeStackResourceDriftsResult |
DescribeStackResourceDriftsResult.withStackResourceDrifts(StackResourceDrift... stackResourceDrifts)
Drift information for the resources that have been checked for drift in the specified stack.
|
Copyright © 2019. All rights reserved.