Uses of Class
com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
Packages that use DescribeStackResourcesResult
Package
Description
-
Uses of DescribeStackResourcesResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return DescribeStackResourcesResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormation.describeStackResources
(DescribeStackResourcesRequest request) AmazonCloudFormation.describeStackResources
(DescribeStackResourcesRequest describeStackResourcesRequest) Returns AWS resource descriptions for running and deleted stacks.AmazonCloudFormationClient.describeStackResources
(DescribeStackResourcesRequest describeStackResourcesRequest) Returns AWS resource descriptions for running and deleted stacks.Methods in com.amazonaws.services.cloudformation that return types with arguments of type DescribeStackResourcesResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.describeStackResourcesAsync
(DescribeStackResourcesRequest request) AbstractAmazonCloudFormationAsync.describeStackResourcesAsync
(DescribeStackResourcesRequest request, AsyncHandler<DescribeStackResourcesRequest, DescribeStackResourcesResult> asyncHandler) AmazonCloudFormationAsync.describeStackResourcesAsync
(DescribeStackResourcesRequest describeStackResourcesRequest) Returns AWS resource descriptions for running and deleted stacks.AmazonCloudFormationAsync.describeStackResourcesAsync
(DescribeStackResourcesRequest describeStackResourcesRequest, AsyncHandler<DescribeStackResourcesRequest, DescribeStackResourcesResult> asyncHandler) Returns AWS resource descriptions for running and deleted stacks.AmazonCloudFormationAsyncClient.describeStackResourcesAsync
(DescribeStackResourcesRequest request) AmazonCloudFormationAsyncClient.describeStackResourcesAsync
(DescribeStackResourcesRequest request, AsyncHandler<DescribeStackResourcesRequest, DescribeStackResourcesResult> asyncHandler) Method parameters in com.amazonaws.services.cloudformation with type arguments of type DescribeStackResourcesResultModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.describeStackResourcesAsync
(DescribeStackResourcesRequest request, AsyncHandler<DescribeStackResourcesRequest, DescribeStackResourcesResult> asyncHandler) AmazonCloudFormationAsync.describeStackResourcesAsync
(DescribeStackResourcesRequest describeStackResourcesRequest, AsyncHandler<DescribeStackResourcesRequest, DescribeStackResourcesResult> asyncHandler) Returns AWS resource descriptions for running and deleted stacks.AmazonCloudFormationAsyncClient.describeStackResourcesAsync
(DescribeStackResourcesRequest request, AsyncHandler<DescribeStackResourcesRequest, DescribeStackResourcesResult> asyncHandler) -
Uses of DescribeStackResourcesResult in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return DescribeStackResourcesResultModifier and TypeMethodDescriptionDescribeStackResourcesResult.clone()
DescribeStackResourcesResult.withStackResources
(StackResource... stackResources) A list ofStackResource
structures.DescribeStackResourcesResult.withStackResources
(Collection<StackResource> stackResources) A list ofStackResource
structures.