| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model | |
| com.amazonaws.services.rds.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.clone() |
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The ID of the DB cluster to retrieve the list of DB cluster snapshots for.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
A specific DB cluster snapshot identifier to describe.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withFilters(Collection<Filter> filters)
A filter that specifies one or more DB cluster snapshots to describe.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withFilters(Filter... filters)
A filter that specifies one or more DB cluster snapshots to describe.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withIncludePublic(Boolean includePublic)
A value that indicates whether to include manual DB cluster snapshots that are public and can be copied or
restored by any Amazon Web Services account.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withIncludeShared(Boolean includeShared)
A value that indicates 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.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterSnapshots request. |
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeDBClusterSnapshotsRequest |
DescribeDBClusterSnapshotsRequest.withSnapshotType(String snapshotType)
The type of DB cluster snapshots to be returned.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeDBClusterSnapshotsRequest> |
AmazonRDSWaiters.dBClusterSnapshotAvailable()
Builds a DBClusterSnapshotAvailable 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<DescribeDBClusterSnapshotsRequest> |
AmazonRDSWaiters.dBClusterSnapshotDeleted()
Builds a DBClusterSnapshotDeleted 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 |
|---|---|
DescribeDBClusterSnapshotsResult |
DescribeDBClusterSnapshotsFunction.apply(DescribeDBClusterSnapshotsRequest describeDBClusterSnapshotsRequest)
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.