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)
A DB instance identifier 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; 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; 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 that will be returned.
|
Copyright © 2018. All rights reserved.