Uses of Class
com.amazonaws.services.opsworks.model.DescribeStacksResult
Packages that use DescribeStacksResult
-
Uses of DescribeStacksResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return DescribeStacksResultModifier and TypeMethodDescriptionAbstractAWSOpsWorks.describeStacks(DescribeStacksRequest request) AWSOpsWorks.describeStacks(DescribeStacksRequest describeStacksRequest) Requests a description of one or more stacks.AWSOpsWorksClient.describeStacks(DescribeStacksRequest describeStacksRequest) Requests a description of one or more stacks.Methods in com.amazonaws.services.opsworks that return types with arguments of type DescribeStacksResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.describeStacksAsync(DescribeStacksRequest request) AbstractAWSOpsWorksAsync.describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) AWSOpsWorksAsync.describeStacksAsync(DescribeStacksRequest describeStacksRequest) Requests a description of one or more stacks.AWSOpsWorksAsync.describeStacksAsync(DescribeStacksRequest describeStacksRequest, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Requests a description of one or more stacks.AWSOpsWorksAsyncClient.describeStacksAsync(DescribeStacksRequest request) AWSOpsWorksAsyncClient.describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type DescribeStacksResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) AWSOpsWorksAsync.describeStacksAsync(DescribeStacksRequest describeStacksRequest, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) Requests a description of one or more stacks.AWSOpsWorksAsyncClient.describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest, DescribeStacksResult> asyncHandler) -
Uses of DescribeStacksResult in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DescribeStacksResultModifier and TypeMethodDescriptionDescribeStacksResult.clone()DescribeStacksResult.withStacks(Stack... stacks) An array ofStackobjects that describe the stacks.DescribeStacksResult.withStacks(Collection<Stack> stacks) An array ofStackobjects that describe the stacks.