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