Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeDBSnapshotsResult> |
AmazonRDSAsyncClient.describeDBSnapshotsAsync(AsyncHandler<DescribeDBSnapshotsRequest,DescribeDBSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeDBSnapshots operation
with an AsyncHandler.
|
java.util.concurrent.Future<DescribeDBSnapshotsResult> |
AmazonRDSAsync.describeDBSnapshotsAsync(AsyncHandler<DescribeDBSnapshotsRequest,DescribeDBSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeDBSnapshots operation
with an AsyncHandler.
|
java.util.concurrent.Future<DescribeDBSnapshotsResult> |
AbstractAmazonRDSAsync.describeDBSnapshotsAsync(AsyncHandler<DescribeDBSnapshotsRequest,DescribeDBSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeDBSnapshots operation
with an AsyncHandler.
|
java.util.concurrent.Future<DescribeDBSnapshotsResult> |
AmazonRDSAsyncClient.describeDBSnapshotsAsync(DescribeDBSnapshotsRequest request,
AsyncHandler<DescribeDBSnapshotsRequest,DescribeDBSnapshotsResult> asyncHandler) |
java.util.concurrent.Future<DescribeDBSnapshotsResult> |
AmazonRDSAsync.describeDBSnapshotsAsync(DescribeDBSnapshotsRequest describeDBSnapshotsRequest,
AsyncHandler<DescribeDBSnapshotsRequest,DescribeDBSnapshotsResult> asyncHandler)
Returns information about DB snapshots.
|
java.util.concurrent.Future<DescribeDBSnapshotsResult> |
AbstractAmazonRDSAsync.describeDBSnapshotsAsync(DescribeDBSnapshotsRequest request,
AsyncHandler<DescribeDBSnapshotsRequest,DescribeDBSnapshotsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.clone() |
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
A DB instance identifier to retrieve the list of DB snapshots for.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withDBSnapshotIdentifier(java.lang.String dBSnapshotIdentifier)
A specific DB snapshot identifier to describe.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withFilters(Filter... filters)
This parameter is not currently supported.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withIncludePublic(java.lang.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(java.lang.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(java.lang.String marker)
An optional pagination token provided by a previous
DescribeDBSnapshots request. |
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeDBSnapshotsRequest |
DescribeDBSnapshotsRequest.withSnapshotType(java.lang.String snapshotType)
The type of snapshots that will be returned.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeDBSnapshotsRequest> |
DescribeDBSnapshotsRequestMarshaller.marshall(DescribeDBSnapshotsRequest describeDBSnapshotsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeDBSnapshotsRequest> |
DescribeDBSnapshotsRequestMarshaller.marshall(DescribeDBSnapshotsRequest describeDBSnapshotsRequest) |