| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model | |
| com.amazonaws.services.rds.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.clone() |
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withDBInstanceIdentifier(String dBInstanceIdentifier)
The ID of the DB instance to retrieve the list of DB snapshots for.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withDBSnapshotIdentifier(String dBSnapshotIdentifier)
A specific DB snapshot identifier to describe.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withFilters(Collection<Filter> filters)
This parameter is not currently supported.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withFilters(Filter... filters)
This parameter is not currently supported.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withIncludePublic(Boolean includePublic)
True to include manual DB snapshots that are public and can be copied or restored by any AWS account, and
otherwise false.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withIncludeShared(Boolean includeShared)
True to include shared manual DB snapshots from other AWS accounts that this AWS account has been given
permission to copy or restore, and otherwise false.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withMarker(String marker)
An optional pagination token provided by a previous
DescribeDBSnapshots request. |
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withSnapshotType(String snapshotType)
The type of snapshots to be returned.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeDBSnapshotsRequest> |
AmazonRDSWaiters.dBSnapshotAvailable()
Builds a DBSnapshotAvailable 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<DescribeDBSnapshotsRequest> |
AmazonRDSWaiters.dBSnapshotDeleted()
Builds a DBSnapshotDeleted 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 |
|---|---|
DescribeDBSnapshotsResult |
DescribeDBSnapshotsFunction.apply(DescribeDBSnapshotsRequest describeDBSnapshotsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2018. All rights reserved.