Uses of Class
com.amazonaws.services.opsworks.model.DescribeStacksRequest
-
Packages that use DescribeStacksRequest Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of DescribeStacksRequest in com.amazonaws.services.opsworks
Method parameters in com.amazonaws.services.opsworks with type arguments of type DescribeStacksRequest Modifier and Type Method Description Future<DescribeStacksResult>
AbstractAWSOpsWorksAsync. describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Future<DescribeStacksResult>
AWSOpsWorksAsync. describeStacksAsync(DescribeStacksRequest describeStacksRequest, AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
Requests a description of one or more stacks.Future<DescribeStacksResult>
AWSOpsWorksAsyncClient. describeStacksAsync(DescribeStacksRequest request, AsyncHandler<DescribeStacksRequest,DescribeStacksResult> asyncHandler)
-
Uses of DescribeStacksRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DescribeStacksRequest Modifier and Type Method Description DescribeStacksRequest
DescribeStacksRequest. clone()
DescribeStacksRequest
DescribeStacksRequest. withStackIds(String... stackIds)
An array of stack IDs that specify the stacks to be described.DescribeStacksRequest
DescribeStacksRequest. withStackIds(Collection<String> stackIds)
An array of stack IDs that specify the stacks to be described.
-