| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshotAttributesResult |
AmazonRDS.describeDBClusterSnapshotAttributes(DescribeDBClusterSnapshotAttributesRequest describeDBClusterSnapshotAttributesRequest)
Returns a list of DB cluster snapshot attribute names and values for a
manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
AmazonRDSClient.describeDBClusterSnapshotAttributes(DescribeDBClusterSnapshotAttributesRequest describeDBClusterSnapshotAttributesRequest)
Returns a list of DB cluster snapshot attribute names and values for a
manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
AbstractAmazonRDS.describeDBClusterSnapshotAttributes(DescribeDBClusterSnapshotAttributesRequest request) |
DBClusterSnapshotAttributesResult |
AmazonRDS.modifyDBClusterSnapshotAttribute(ModifyDBClusterSnapshotAttributeRequest modifyDBClusterSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from,
a manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
AmazonRDSClient.modifyDBClusterSnapshotAttribute(ModifyDBClusterSnapshotAttributeRequest modifyDBClusterSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from,
a manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
AbstractAmazonRDS.modifyDBClusterSnapshotAttribute(ModifyDBClusterSnapshotAttributeRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshotAttributesResult |
DBClusterSnapshotAttributesResult.clone() |
DBClusterSnapshotAttributesResult |
DBClusterSnapshotAttributesResult.withDBClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dBClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
DBClusterSnapshotAttributesResult.withDBClusterSnapshotAttributes(DBClusterSnapshotAttribute... dBClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
DBClusterSnapshotAttributesResult.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the manual DB cluster snapshot that the attributes
apply to.
|
Copyright © 2016. All rights reserved.