Uses of Class
software.amazon.awssdk.services.rds.model.ModifyDbSnapshotAttributeResponse
-
Packages that use ModifyDbSnapshotAttributeResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of ModifyDbSnapshotAttributeResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return ModifyDbSnapshotAttributeResponse Modifier and Type Method Description default ModifyDbSnapshotAttributeResponseRdsClient. modifyDBSnapshotAttribute(Consumer<ModifyDbSnapshotAttributeRequest.Builder> modifyDbSnapshotAttributeRequest)Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.default ModifyDbSnapshotAttributeResponseRdsClient. 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 ModifyDbSnapshotAttributeResponse Modifier and Type Method Description default CompletableFuture<ModifyDbSnapshotAttributeResponse>RdsAsyncClient. modifyDBSnapshotAttribute(Consumer<ModifyDbSnapshotAttributeRequest.Builder> modifyDbSnapshotAttributeRequest)Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.default CompletableFuture<ModifyDbSnapshotAttributeResponse>RdsAsyncClient. modifyDBSnapshotAttribute(ModifyDbSnapshotAttributeRequest modifyDbSnapshotAttributeRequest)Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.
-