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 volumes to return for this request.
|
DescribeVolumesRequest |
DescribeVolumesRequest.withNextToken(String nextToken)
The token returned from a previous paginated request.
|
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 © 2023. All rights reserved.