Uses of Interface
software.amazon.awssdk.services.rds.model.DBSnapshotAttribute.Builder
-
Packages that use DBSnapshotAttribute.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DBSnapshotAttribute.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSnapshotAttribute.Builder Modifier and Type Method Description DBSnapshotAttribute.BuilderDBSnapshotAttribute.Builder. attributeName(String attributeName)The name of the manual DB snapshot attribute.DBSnapshotAttribute.BuilderDBSnapshotAttribute.Builder. attributeValues(String... attributeValues)The value or values for the manual DB snapshot attribute.DBSnapshotAttribute.BuilderDBSnapshotAttribute.Builder. attributeValues(Collection<String> attributeValues)The value or values for the manual DB snapshot attribute.static DBSnapshotAttribute.BuilderDBSnapshotAttribute. builder()DBSnapshotAttribute.BuilderDBSnapshotAttribute. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSnapshotAttribute.Builder Modifier and Type Method Description static Class<? extends DBSnapshotAttribute.Builder>DBSnapshotAttribute. serializableBuilderClass()
-