| Package | Description |
|---|---|
| com.amazonaws.services.rds |
Synchronous and asynchronous client classes for accessing AmazonRDS.
|
| com.amazonaws.services.rds.model |
Classes modeling the various types represented by AmazonRDS.
|
| Modifier and Type | Method and Description |
|---|---|
DBSnapshotAttributesResult |
AmazonRDSClient.describeDBSnapshotAttributes()
Returns a list of DB snapshot attribute names and values for a manual
DB snapshot.
|
DBSnapshotAttributesResult |
AmazonRDS.describeDBSnapshotAttributes()
Returns a list of DB snapshot attribute names and values for a manual
DB snapshot.
|
DBSnapshotAttributesResult |
AmazonRDSClient.describeDBSnapshotAttributes(DescribeDBSnapshotAttributesRequest describeDBSnapshotAttributesRequest)
Returns a list of DB snapshot attribute names and values for a manual
DB snapshot.
|
DBSnapshotAttributesResult |
AmazonRDS.describeDBSnapshotAttributes(DescribeDBSnapshotAttributesRequest describeDBSnapshotAttributesRequest)
Returns a list of DB snapshot attribute names and values for a manual
DB snapshot.
|
DBSnapshotAttributesResult |
AmazonRDSClient.modifyDBSnapshotAttribute(ModifyDBSnapshotAttributeRequest modifyDBSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values
from a manual DB snapshot.
|
DBSnapshotAttributesResult |
AmazonRDS.modifyDBSnapshotAttribute(ModifyDBSnapshotAttributeRequest modifyDBSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values
from a manual DB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DBSnapshotAttributesResult> |
AmazonRDSAsync.describeDBSnapshotAttributesAsync(DescribeDBSnapshotAttributesRequest describeDBSnapshotAttributesRequest)
Returns a list of DB snapshot attribute names and values for a manual
DB snapshot.
|
Future<DBSnapshotAttributesResult> |
AmazonRDSAsyncClient.describeDBSnapshotAttributesAsync(DescribeDBSnapshotAttributesRequest describeDBSnapshotAttributesRequest)
Returns a list of DB snapshot attribute names and values for a manual
DB snapshot.
|
Future<DBSnapshotAttributesResult> |
AmazonRDSAsync.describeDBSnapshotAttributesAsync(DescribeDBSnapshotAttributesRequest describeDBSnapshotAttributesRequest,
AsyncHandler<DescribeDBSnapshotAttributesRequest,DBSnapshotAttributesResult> asyncHandler)
Returns a list of DB snapshot attribute names and values for a manual
DB snapshot.
|
Future<DBSnapshotAttributesResult> |
AmazonRDSAsyncClient.describeDBSnapshotAttributesAsync(DescribeDBSnapshotAttributesRequest describeDBSnapshotAttributesRequest,
AsyncHandler<DescribeDBSnapshotAttributesRequest,DBSnapshotAttributesResult> asyncHandler)
Returns a list of DB snapshot attribute names and values for a manual
DB snapshot.
|
Future<DBSnapshotAttributesResult> |
AmazonRDSAsync.modifyDBSnapshotAttributeAsync(ModifyDBSnapshotAttributeRequest modifyDBSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values
from a manual DB snapshot.
|
Future<DBSnapshotAttributesResult> |
AmazonRDSAsyncClient.modifyDBSnapshotAttributeAsync(ModifyDBSnapshotAttributeRequest modifyDBSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values
from a manual DB snapshot.
|
Future<DBSnapshotAttributesResult> |
AmazonRDSAsync.modifyDBSnapshotAttributeAsync(ModifyDBSnapshotAttributeRequest modifyDBSnapshotAttributeRequest,
AsyncHandler<ModifyDBSnapshotAttributeRequest,DBSnapshotAttributesResult> asyncHandler)
Adds an attribute and values to, or removes an attribute and values
from a manual DB snapshot.
|
Future<DBSnapshotAttributesResult> |
AmazonRDSAsyncClient.modifyDBSnapshotAttributeAsync(ModifyDBSnapshotAttributeRequest modifyDBSnapshotAttributeRequest,
AsyncHandler<ModifyDBSnapshotAttributeRequest,DBSnapshotAttributesResult> asyncHandler)
Adds an attribute and values to, or removes an attribute and values
from a manual DB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DBSnapshotAttributesResult> |
AmazonRDSAsync.describeDBSnapshotAttributesAsync(DescribeDBSnapshotAttributesRequest describeDBSnapshotAttributesRequest,
AsyncHandler<DescribeDBSnapshotAttributesRequest,DBSnapshotAttributesResult> asyncHandler)
Returns a list of DB snapshot attribute names and values for a manual
DB snapshot.
|
Future<DBSnapshotAttributesResult> |
AmazonRDSAsyncClient.describeDBSnapshotAttributesAsync(DescribeDBSnapshotAttributesRequest describeDBSnapshotAttributesRequest,
AsyncHandler<DescribeDBSnapshotAttributesRequest,DBSnapshotAttributesResult> asyncHandler)
Returns a list of DB snapshot attribute names and values for a manual
DB snapshot.
|
Future<DBSnapshotAttributesResult> |
AmazonRDSAsync.modifyDBSnapshotAttributeAsync(ModifyDBSnapshotAttributeRequest modifyDBSnapshotAttributeRequest,
AsyncHandler<ModifyDBSnapshotAttributeRequest,DBSnapshotAttributesResult> asyncHandler)
Adds an attribute and values to, or removes an attribute and values
from a manual DB snapshot.
|
Future<DBSnapshotAttributesResult> |
AmazonRDSAsyncClient.modifyDBSnapshotAttributeAsync(ModifyDBSnapshotAttributeRequest modifyDBSnapshotAttributeRequest,
AsyncHandler<ModifyDBSnapshotAttributeRequest,DBSnapshotAttributesResult> asyncHandler)
Adds an attribute and values to, or removes an attribute and values
from a manual DB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
DBSnapshotAttributesResult |
DBSnapshotAttributesResult.clone() |
DBSnapshotAttributesResult |
DBSnapshotAttributesResult.withDBSnapshotAttributes(Collection<DBSnapshotAttribute> dBSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
|
DBSnapshotAttributesResult |
DBSnapshotAttributesResult.withDBSnapshotAttributes(DBSnapshotAttribute... dBSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
|
DBSnapshotAttributesResult |
DBSnapshotAttributesResult.withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier of the manual DB snapshot that the attributes apply to.
|
Copyright © 2015. All rights reserved.