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