| 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.withDbiResourceId(String dbiResourceId)
A specific DB resource ID to describe.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withDBSnapshotIdentifier(String dBSnapshotIdentifier)
A specific DB snapshot identifier to describe.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withFilters(Collection<Filter> filters)
A filter that specifies one or more DB snapshots to describe.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withFilters(Filter... filters)
A filter that specifies one or more DB snapshots to describe.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withIncludePublic(Boolean includePublic)
Specifies whether to include manual DB cluster snapshots that are public and can be copied or restored by any
Amazon Web Services account.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withIncludeShared(Boolean includeShared)
Specifies whether to include shared manual DB cluster snapshots from other Amazon Web Services accounts that this
Amazon Web Services account has been given permission to copy or restore.
|
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 © 2024. All rights reserved.