| Package | Description |
|---|---|
| com.amazonaws.services.docdb |
Amazon DocumentDB API documentation
|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshotAttributesResult |
AmazonDocDB.describeDBClusterSnapshotAttributes(DescribeDBClusterSnapshotAttributesRequest describeDBClusterSnapshotAttributesRequest)
Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
AmazonDocDBClient.describeDBClusterSnapshotAttributes(DescribeDBClusterSnapshotAttributesRequest request)
Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
AbstractAmazonDocDB.describeDBClusterSnapshotAttributes(DescribeDBClusterSnapshotAttributesRequest request) |
DBClusterSnapshotAttributesResult |
AmazonDocDB.modifyDBClusterSnapshotAttribute(ModifyDBClusterSnapshotAttributeRequest modifyDBClusterSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
AmazonDocDBClient.modifyDBClusterSnapshotAttribute(ModifyDBClusterSnapshotAttributeRequest request)
Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
AbstractAmazonDocDB.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 DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
DBClusterSnapshotAttributesResult.withDBClusterSnapshotAttributes(DBClusterSnapshotAttribute... dBClusterSnapshotAttributes)
The list of attributes and values for the DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
DBClusterSnapshotAttributesResult.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot that the attributes apply to.
|
Copyright © 2019. All rights reserved.