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