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 ModifyDBSnapshotAttributeRequestModifyDBSnapshotAttributeRequest. clone()ModifyDBSnapshotAttributeRequestModifyDBSnapshotAttributeRequest. withAttributeName(String attributeName)The name of the DB snapshot attribute to modify.ModifyDBSnapshotAttributeRequestModifyDBSnapshotAttributeRequest. withDBSnapshotIdentifier(String dBSnapshotIdentifier)The identifier for the DB snapshot to modify the attributes for.ModifyDBSnapshotAttributeRequestModifyDBSnapshotAttributeRequest. withValuesToAdd(String... valuesToAdd)A list of DB snapshot attributes to add to the attribute specified byAttributeName.ModifyDBSnapshotAttributeRequestModifyDBSnapshotAttributeRequest. withValuesToAdd(Collection<String> valuesToAdd)A list of DB snapshot attributes to add to the attribute specified byAttributeName.ModifyDBSnapshotAttributeRequestModifyDBSnapshotAttributeRequest. withValuesToRemove(String... valuesToRemove)A list of DB snapshot attributes to remove from the attribute specified byAttributeName.ModifyDBSnapshotAttributeRequestModifyDBSnapshotAttributeRequest. withValuesToRemove(Collection<String> valuesToRemove)A list of DB snapshot attributes to remove from the attribute specified byAttributeName.
-