Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
DetectStackResourceDriftResult |
AbstractAmazonCloudFormation.detectStackResourceDrift(DetectStackResourceDriftRequest request) |
DetectStackResourceDriftResult |
AmazonCloudFormationClient.detectStackResourceDrift(DetectStackResourceDriftRequest request)
Returns information about whether a resource'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.
|
DetectStackResourceDriftResult |
AmazonCloudFormation.detectStackResourceDrift(DetectStackResourceDriftRequest detectStackResourceDriftRequest)
Returns information about whether a resource'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<DetectStackResourceDriftResult> |
AmazonCloudFormationAsyncClient.detectStackResourceDriftAsync(DetectStackResourceDriftRequest request) |
Future<DetectStackResourceDriftResult> |
AbstractAmazonCloudFormationAsync.detectStackResourceDriftAsync(DetectStackResourceDriftRequest request) |
Future<DetectStackResourceDriftResult> |
AmazonCloudFormationAsync.detectStackResourceDriftAsync(DetectStackResourceDriftRequest detectStackResourceDriftRequest)
Returns information about whether a resource'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<DetectStackResourceDriftResult> |
AmazonCloudFormationAsyncClient.detectStackResourceDriftAsync(DetectStackResourceDriftRequest request,
AsyncHandler<DetectStackResourceDriftRequest,DetectStackResourceDriftResult> asyncHandler) |
Future<DetectStackResourceDriftResult> |
AbstractAmazonCloudFormationAsync.detectStackResourceDriftAsync(DetectStackResourceDriftRequest request,
AsyncHandler<DetectStackResourceDriftRequest,DetectStackResourceDriftResult> asyncHandler) |
Future<DetectStackResourceDriftResult> |
AmazonCloudFormationAsync.detectStackResourceDriftAsync(DetectStackResourceDriftRequest detectStackResourceDriftRequest,
AsyncHandler<DetectStackResourceDriftRequest,DetectStackResourceDriftResult> asyncHandler)
Returns information about whether a resource'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 |
---|---|
DetectStackResourceDriftResult |
DetectStackResourceDriftResult.clone() |
DetectStackResourceDriftResult |
DetectStackResourceDriftResult.withStackResourceDrift(StackResourceDrift stackResourceDrift)
Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.
|
Copyright © 2022. All rights reserved.