| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model | |
| com.amazonaws.services.rds.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeDBInstancesRequest |
DescribeDBInstancesRequest.clone() |
DescribeDBInstancesRequest |
DescribeDBInstancesRequest.withDBInstanceIdentifier(String dBInstanceIdentifier)
The user-supplied instance identifier.
|
DescribeDBInstancesRequest |
DescribeDBInstancesRequest.withFilters(Collection<Filter> filters)
This parameter is not currently supported.
|
DescribeDBInstancesRequest |
DescribeDBInstancesRequest.withFilters(Filter... filters)
This parameter is not currently supported.
|
DescribeDBInstancesRequest |
DescribeDBInstancesRequest.withMarker(String marker)
An optional pagination token provided by a previous
DescribeDBInstances request. |
DescribeDBInstancesRequest |
DescribeDBInstancesRequest.withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeDBInstancesRequest> |
AmazonRDSWaiters.dBInstanceAvailable()
Builds a DBInstanceAvailable 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<DescribeDBInstancesRequest> |
AmazonRDSWaiters.dBInstanceDeleted()
Builds a DBInstanceDeleted 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 |
|---|---|
DescribeDBInstancesResult |
DescribeDBInstancesFunction.apply(DescribeDBInstancesRequest describeDBInstancesRequest)
Makes a call to the operation specified by the waiter by taking the
corresponding request and returns the corresponding result
|
Copyright © 2016. All rights reserved.