Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
DBSnapshotAttributesResult |
AmazonRDSClient.describeDBSnapshotAttributes() |
DBSnapshotAttributesResult |
AmazonRDS.describeDBSnapshotAttributes()
Simplified method form for invoking the DescribeDBSnapshotAttributes operation.
|
DBSnapshotAttributesResult |
AbstractAmazonRDS.describeDBSnapshotAttributes() |
DBSnapshotAttributesResult |
AmazonRDSClient.describeDBSnapshotAttributes(DescribeDBSnapshotAttributesRequest request)
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 |
AbstractAmazonRDS.describeDBSnapshotAttributes(DescribeDBSnapshotAttributesRequest request) |
DBSnapshotAttributesResult |
AmazonRDSClient.modifyDBSnapshotAttribute(ModifyDBSnapshotAttributeRequest request)
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.
|
DBSnapshotAttributesResult |
AbstractAmazonRDS.modifyDBSnapshotAttribute(ModifyDBSnapshotAttributeRequest request) |
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 © 2020. All rights reserved.