| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
DetectStackDriftResult |
AbstractAmazonCloudFormation.detectStackDrift(DetectStackDriftRequest request) |
DetectStackDriftResult |
AmazonCloudFormationClient.detectStackDrift(DetectStackDriftRequest request)
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.
|
DetectStackDriftResult |
AmazonCloudFormation.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 |
|---|---|
Future<DetectStackDriftResult> |
AbstractAmazonCloudFormationAsync.detectStackDriftAsync(DetectStackDriftRequest request) |
Future<DetectStackDriftResult> |
AmazonCloudFormationAsyncClient.detectStackDriftAsync(DetectStackDriftRequest request) |
Future<DetectStackDriftResult> |
AmazonCloudFormationAsync.detectStackDriftAsync(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.
|
Future<DetectStackDriftResult> |
AbstractAmazonCloudFormationAsync.detectStackDriftAsync(DetectStackDriftRequest request,
AsyncHandler<DetectStackDriftRequest,DetectStackDriftResult> asyncHandler) |
Future<DetectStackDriftResult> |
AmazonCloudFormationAsyncClient.detectStackDriftAsync(DetectStackDriftRequest request,
AsyncHandler<DetectStackDriftRequest,DetectStackDriftResult> asyncHandler) |
Future<DetectStackDriftResult> |
AmazonCloudFormationAsync.detectStackDriftAsync(DetectStackDriftRequest detectStackDriftRequest,
AsyncHandler<DetectStackDriftRequest,DetectStackDriftResult> asyncHandler)
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 |
|---|---|
Future<DetectStackDriftResult> |
AbstractAmazonCloudFormationAsync.detectStackDriftAsync(DetectStackDriftRequest request,
AsyncHandler<DetectStackDriftRequest,DetectStackDriftResult> asyncHandler) |
Future<DetectStackDriftResult> |
AmazonCloudFormationAsyncClient.detectStackDriftAsync(DetectStackDriftRequest request,
AsyncHandler<DetectStackDriftRequest,DetectStackDriftResult> asyncHandler) |
Future<DetectStackDriftResult> |
AmazonCloudFormationAsync.detectStackDriftAsync(DetectStackDriftRequest detectStackDriftRequest,
AsyncHandler<DetectStackDriftRequest,DetectStackDriftResult> asyncHandler)
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 |
|---|---|
DetectStackDriftResult |
DetectStackDriftResult.clone() |
DetectStackDriftResult |
DetectStackDriftResult.withStackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
|
Copyright © 2021. All rights reserved.