| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.transform |
| Modifier and Type | Method and Description |
|---|---|
default DetectStackDriftResponse |
CloudFormationClient.detectStackDrift(DetectStackDriftRequest detectStackDriftRequest)
Detects whether a stack's actual configuration differs, or has drifted, from it's expected configuration,
as defined in the stack template and any values specified as template parameters.
|
default CompletableFuture<DetectStackDriftResponse> |
CloudFormationAsyncClient.detectStackDrift(DetectStackDriftRequest detectStackDriftRequest)
Detects whether a stack's actual configuration differs, or has drifted, from it's expected configuration,
as defined in the stack template and any values specified as template parameters.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DetectStackDriftRequestMarshaller.marshall(DetectStackDriftRequest detectStackDriftRequest) |
Copyright © 2020. All rights reserved.