Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Future<DetectStackResourceDriftResult> |
AbstractAmazonCloudFormationAsync.detectStackResourceDriftAsync(DetectStackResourceDriftRequest request) |
Future<DetectStackResourceDriftResult> |
AmazonCloudFormationAsyncClient.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> |
AbstractAmazonCloudFormationAsync.detectStackResourceDriftAsync(DetectStackResourceDriftRequest request,
AsyncHandler<DetectStackResourceDriftRequest,DetectStackResourceDriftResult> asyncHandler) |
Future<DetectStackResourceDriftResult> |
AmazonCloudFormationAsyncClient.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 |
---|---|
DetectStackResourceDriftRequest |
DetectStackResourceDriftRequest.clone() |
DetectStackResourceDriftRequest |
DetectStackResourceDriftRequest.withLogicalResourceId(String logicalResourceId)
The logical name of the resource for which to return drift information.
|
DetectStackResourceDriftRequest |
DetectStackResourceDriftRequest.withStackName(String stackName)
The name of the stack to which the resource belongs.
|
Copyright © 2020. All rights reserved.