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)
A filter that specifies one or more DB instances to describe.
|
DescribeDBInstancesRequest |
DescribeDBInstancesRequest.withFilters(Filter... filters)
A filter that specifies one or more DB instances to describe.
|
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 © 2017. All rights reserved.