Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeStackResourcesResult> |
AbstractAmazonCloudFormationAsync.describeStackResourcesAsync(DescribeStackResourcesRequest request,
AsyncHandler<DescribeStackResourcesRequest,DescribeStackResourcesResult> asyncHandler) |
Future<DescribeStackResourcesResult> |
AmazonCloudFormationAsyncClient.describeStackResourcesAsync(DescribeStackResourcesRequest request,
AsyncHandler<DescribeStackResourcesRequest,DescribeStackResourcesResult> asyncHandler) |
Future<DescribeStackResourcesResult> |
AmazonCloudFormationAsync.describeStackResourcesAsync(DescribeStackResourcesRequest describeStackResourcesRequest,
AsyncHandler<DescribeStackResourcesRequest,DescribeStackResourcesResult> asyncHandler)
Returns AWS resource descriptions for running and deleted stacks.
|
Modifier and Type | Method and Description |
---|---|
DescribeStackResourcesRequest |
DescribeStackResourcesRequest.clone() |
DescribeStackResourcesRequest |
DescribeStackResourcesRequest.withLogicalResourceId(String logicalResourceId)
The logical name of the resource as specified in the template.
|
DescribeStackResourcesRequest |
DescribeStackResourcesRequest.withPhysicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance ID of a resource supported by AWS
CloudFormation.
|
DescribeStackResourcesRequest |
DescribeStackResourcesRequest.withStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
|
Copyright © 2018. All rights reserved.