Uses of Class
software.amazon.awssdk.services.rds.model.DBSnapshotAttributesResult
-
Packages that use DBSnapshotAttributesResult Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DBSnapshotAttributesResult in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSnapshotAttributesResult Modifier and Type Method Description DBSnapshotAttributesResultDescribeDbSnapshotAttributesResponse. dbSnapshotAttributesResult()Returns the value of the DBSnapshotAttributesResult property for this object.DBSnapshotAttributesResultModifyDbSnapshotAttributeResponse. dbSnapshotAttributesResult()Returns the value of the DBSnapshotAttributesResult property for this object.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBSnapshotAttributesResult Modifier and Type Method Description DescribeDbSnapshotAttributesResponse.BuilderDescribeDbSnapshotAttributesResponse.Builder. dbSnapshotAttributesResult(DBSnapshotAttributesResult dbSnapshotAttributesResult)Sets the value of the DBSnapshotAttributesResult property for this object.ModifyDbSnapshotAttributeResponse.BuilderModifyDbSnapshotAttributeResponse.Builder. dbSnapshotAttributesResult(DBSnapshotAttributesResult dbSnapshotAttributesResult)Sets the value of the DBSnapshotAttributesResult property for this object.
-