Uses of Interface
software.amazon.awssdk.services.rds.model.DBSnapshotAttributesResult.Builder
Packages that use DBSnapshotAttributesResult.Builder
-
Uses of DBSnapshotAttributesResult.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSnapshotAttributesResult.BuilderModifier and TypeMethodDescriptionDBSnapshotAttributesResult.builder()DBSnapshotAttributesResult.Builder.dbSnapshotAttributes(Collection<DBSnapshotAttribute> dbSnapshotAttributes) The list of attributes and values for the manual DB snapshot.DBSnapshotAttributesResult.Builder.dbSnapshotAttributes(Consumer<DBSnapshotAttribute.Builder>... dbSnapshotAttributes) The list of attributes and values for the manual DB snapshot.DBSnapshotAttributesResult.Builder.dbSnapshotAttributes(DBSnapshotAttribute... dbSnapshotAttributes) The list of attributes and values for the manual DB snapshot.DBSnapshotAttributesResult.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier) The identifier of the manual DB snapshot that the attributes apply to.DBSnapshotAttributesResult.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSnapshotAttributesResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBSnapshotAttributesResult.Builder>DBSnapshotAttributesResult.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBSnapshotAttributesResult.BuilderModifier and TypeMethodDescriptionDescribeDbSnapshotAttributesResponse.Builder.dbSnapshotAttributesResult(Consumer<DBSnapshotAttributesResult.Builder> dbSnapshotAttributesResult) Sets the value of the DBSnapshotAttributesResult property for this object.ModifyDbSnapshotAttributeResponse.Builder.dbSnapshotAttributesResult(Consumer<DBSnapshotAttributesResult.Builder> dbSnapshotAttributesResult) Sets the value of the DBSnapshotAttributesResult property for this object.