Uses of Class
com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
-
Packages that use DescribeStackResourcesResult Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of DescribeStackResourcesResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return DescribeStackResourcesResult Modifier and Type Method Description DescribeStackResourcesResultAbstractAmazonCloudFormation. describeStackResources(DescribeStackResourcesRequest request)DescribeStackResourcesResultAmazonCloudFormation. describeStackResources(DescribeStackResourcesRequest describeStackResourcesRequest)Returns AWS resource descriptions for running and deleted stacks.DescribeStackResourcesResultAmazonCloudFormationClient. describeStackResources(DescribeStackResourcesRequest describeStackResourcesRequest)Returns AWS resource descriptions for running and deleted stacks.Method parameters in com.amazonaws.services.cloudformation with type arguments of type DescribeStackResourcesResult Modifier and Type Method Description Future<DescribeStackResourcesResult>AbstractAmazonCloudFormationAsync. 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.Future<DescribeStackResourcesResult>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 DescribeStackResourcesResult Modifier and Type Method Description DescribeStackResourcesResultDescribeStackResourcesResult. clone()DescribeStackResourcesResultDescribeStackResourcesResult. withStackResources(StackResource... stackResources)A list ofStackResourcestructures.DescribeStackResourcesResultDescribeStackResourcesResult. withStackResources(Collection<StackResource> stackResources)A list ofStackResourcestructures.
-