Uses of Class
com.amazonaws.services.rds.model.ModifyDBSnapshotAttributeRequest
Packages that use ModifyDBSnapshotAttributeRequest
-
Uses of ModifyDBSnapshotAttributeRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type ModifyDBSnapshotAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.modifyDBSnapshotAttribute
(ModifyDBSnapshotAttributeRequest request) AmazonRDS.modifyDBSnapshotAttribute
(ModifyDBSnapshotAttributeRequest modifyDBSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from a manual DB snapshot.AmazonRDSClient.modifyDBSnapshotAttribute
(ModifyDBSnapshotAttributeRequest modifyDBSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from a manual DB snapshot.AbstractAmazonRDSAsync.modifyDBSnapshotAttributeAsync
(ModifyDBSnapshotAttributeRequest request) AbstractAmazonRDSAsync.modifyDBSnapshotAttributeAsync
(ModifyDBSnapshotAttributeRequest request, AsyncHandler<ModifyDBSnapshotAttributeRequest, DBSnapshotAttributesResult> asyncHandler) AmazonRDSAsync.modifyDBSnapshotAttributeAsync
(ModifyDBSnapshotAttributeRequest modifyDBSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from a manual DB snapshot.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.AmazonRDSAsyncClient.modifyDBSnapshotAttributeAsync
(ModifyDBSnapshotAttributeRequest request) AmazonRDSAsyncClient.modifyDBSnapshotAttributeAsync
(ModifyDBSnapshotAttributeRequest request, AsyncHandler<ModifyDBSnapshotAttributeRequest, DBSnapshotAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type ModifyDBSnapshotAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.modifyDBSnapshotAttributeAsync
(ModifyDBSnapshotAttributeRequest request, AsyncHandler<ModifyDBSnapshotAttributeRequest, DBSnapshotAttributesResult> asyncHandler) 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.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 ModifyDBSnapshotAttributeRequestModifier and TypeMethodDescriptionModifyDBSnapshotAttributeRequest.clone()
ModifyDBSnapshotAttributeRequest.withAttributeName
(String attributeName) The name of the DB snapshot attribute to modify.ModifyDBSnapshotAttributeRequest.withDBSnapshotIdentifier
(String dBSnapshotIdentifier) The identifier for the DB snapshot to modify the attributes for.ModifyDBSnapshotAttributeRequest.withValuesToAdd
(String... valuesToAdd) A list of DB snapshot attributes to add to the attribute specified byAttributeName
.ModifyDBSnapshotAttributeRequest.withValuesToAdd
(Collection<String> valuesToAdd) A list of DB snapshot attributes to add to the attribute specified byAttributeName
.ModifyDBSnapshotAttributeRequest.withValuesToRemove
(String... valuesToRemove) A list of DB snapshot attributes to remove from the attribute specified byAttributeName
.ModifyDBSnapshotAttributeRequest.withValuesToRemove
(Collection<String> valuesToRemove) A list of DB snapshot attributes to remove from the attribute specified byAttributeName
.