| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| 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)
Set this value to
true to include manual DB snapshots that
are public and can be copied or restored by any AWS account, otherwise
set this value to false. |
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withIncludeShared(Boolean includeShared)
Set this value to
true to include shared manual DB snapshots
from other AWS accounts that this AWS account has been given permission
to copy or restore, otherwise set this value to 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.
|
Copyright © 2016. All rights reserved.