Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeVolumesRequest |
DescribeVolumesRequest.clone() |
DescribeVolumesRequest |
DescribeVolumesRequest.withFilters(Collection<Filter> filters)
The filters.
|
DescribeVolumesRequest |
DescribeVolumesRequest.withFilters(Filter... filters)
The filters.
|
DescribeVolumesRequest |
DescribeVolumesRequest.withMaxResults(Integer maxResults)
The maximum number of volume results returned by
DescribeVolumes in paginated output. |
DescribeVolumesRequest |
DescribeVolumesRequest.withNextToken(String nextToken)
The
NextToken value returned from a previous paginated DescribeVolumes request where
MaxResults was used and the results exceeded the value of that parameter. |
DescribeVolumesRequest |
DescribeVolumesRequest.withVolumeIds(Collection<String> volumeIds)
The volume IDs.
|
DescribeVolumesRequest |
DescribeVolumesRequest.withVolumeIds(String... volumeIds)
The volume IDs.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeVolumesRequest> |
DescribeVolumesRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeVolumesRequest> |
AmazonEC2Waiters.volumeAvailable()
Builds a VolumeAvailable waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeVolumesRequest> |
AmazonEC2Waiters.volumeDeleted()
Builds a VolumeDeleted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeVolumesRequest> |
AmazonEC2Waiters.volumeInUse()
Builds a VolumeInUse waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
DescribeVolumesResult |
DescribeVolumesFunction.apply(DescribeVolumesRequest describeVolumesRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2020. All rights reserved.