Uses of Class
com.amazonaws.services.rds.model.ModifyDBSnapshotAttributeRequest
-
Packages that use ModifyDBSnapshotAttributeRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of ModifyDBSnapshotAttributeRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type ModifyDBSnapshotAttributeRequest Modifier and Type Method Description Future<DBSnapshotAttributesResult>
AbstractAmazonRDSAsync. modifyDBSnapshotAttributeAsync(ModifyDBSnapshotAttributeRequest request, AsyncHandler<ModifyDBSnapshotAttributeRequest,DBSnapshotAttributesResult> asyncHandler)
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 request, AsyncHandler<ModifyDBSnapshotAttributeRequest,DBSnapshotAttributesResult> asyncHandler)
-
Uses of ModifyDBSnapshotAttributeRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return ModifyDBSnapshotAttributeRequest Modifier and Type Method Description ModifyDBSnapshotAttributeRequest
ModifyDBSnapshotAttributeRequest. clone()
ModifyDBSnapshotAttributeRequest
ModifyDBSnapshotAttributeRequest. withAttributeName(String attributeName)
The name of the DB snapshot attribute to modify.ModifyDBSnapshotAttributeRequest
ModifyDBSnapshotAttributeRequest. withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier for the DB snapshot to modify the attributes for.ModifyDBSnapshotAttributeRequest
ModifyDBSnapshotAttributeRequest. withValuesToAdd(String... valuesToAdd)
A list of DB snapshot attributes to add to the attribute specified byAttributeName
.ModifyDBSnapshotAttributeRequest
ModifyDBSnapshotAttributeRequest. withValuesToAdd(Collection<String> valuesToAdd)
A list of DB snapshot attributes to add to the attribute specified byAttributeName
.ModifyDBSnapshotAttributeRequest
ModifyDBSnapshotAttributeRequest. withValuesToRemove(String... valuesToRemove)
A list of DB snapshot attributes to remove from the attribute specified byAttributeName
.ModifyDBSnapshotAttributeRequest
ModifyDBSnapshotAttributeRequest. withValuesToRemove(Collection<String> valuesToRemove)
A list of DB snapshot attributes to remove from the attribute specified byAttributeName
.
-