Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeInstancesRequest |
DescribeInstancesRequest.clone() |
DescribeInstancesRequest |
DescribeInstancesRequest.withFilters(Collection<Filter> filters)
The filters.
|
DescribeInstancesRequest |
DescribeInstancesRequest.withFilters(Filter... filters)
The filters.
|
DescribeInstancesRequest |
DescribeInstancesRequest.withInstanceIds(Collection<String> instanceIds)
The instance IDs.
|
DescribeInstancesRequest |
DescribeInstancesRequest.withInstanceIds(String... instanceIds)
The instance IDs.
|
DescribeInstancesRequest |
DescribeInstancesRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeInstancesRequest |
DescribeInstancesRequest.withNextToken(String nextToken)
The token returned from a previous paginated request.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeInstancesRequest> |
DescribeInstancesRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeInstancesRequest> |
AmazonEC2Waiters.instanceExists()
Builds a InstanceExists 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<DescribeInstancesRequest> |
AmazonEC2Waiters.instanceRunning()
Builds a InstanceRunning 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<DescribeInstancesRequest> |
AmazonEC2Waiters.instanceStopped()
Builds a InstanceStopped 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<DescribeInstancesRequest> |
AmazonEC2Waiters.instanceTerminated()
Builds a InstanceTerminated 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 |
---|---|
DescribeInstancesResult |
DescribeInstancesFunction.apply(DescribeInstancesRequest describeInstancesRequest)
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.