Uses of Class
software.amazon.awssdk.services.rds.model.ModifyDbSnapshotAttributeResponse
Packages that use ModifyDbSnapshotAttributeResponse
-
Uses of ModifyDbSnapshotAttributeResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return ModifyDbSnapshotAttributeResponseModifier and TypeMethodDescriptionRdsClient.modifyDBSnapshotAttribute(Consumer<ModifyDbSnapshotAttributeRequest.Builder> modifyDbSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.RdsClient.modifyDBSnapshotAttribute(ModifyDbSnapshotAttributeRequest modifyDbSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.Methods in software.amazon.awssdk.services.rds that return types with arguments of type ModifyDbSnapshotAttributeResponseModifier and TypeMethodDescriptionRdsAsyncClient.modifyDBSnapshotAttribute(Consumer<ModifyDbSnapshotAttributeRequest.Builder> modifyDbSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.RdsAsyncClient.modifyDBSnapshotAttribute(ModifyDbSnapshotAttributeRequest modifyDbSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.