Uses of Class
software.amazon.awssdk.services.rds.model.ModifyDbSnapshotAttributeRequest
-
Packages that use ModifyDbSnapshotAttributeRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of ModifyDbSnapshotAttributeRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type ModifyDbSnapshotAttributeRequest Modifier and Type Method Description default CompletableFuture<ModifyDbSnapshotAttributeResponse>RdsAsyncClient. modifyDBSnapshotAttribute(ModifyDbSnapshotAttributeRequest 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. -
Uses of ModifyDbSnapshotAttributeRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type ModifyDbSnapshotAttributeRequest Modifier and Type Method Description SdkHttpFullRequestModifyDbSnapshotAttributeRequestMarshaller. marshall(ModifyDbSnapshotAttributeRequest modifyDbSnapshotAttributeRequest)
-