Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbSnapshotAttributeRequest.Builder
Packages that use ModifyDbSnapshotAttributeRequest.Builder
Package
Description
-
Uses of ModifyDbSnapshotAttributeRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbSnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.modifyDBSnapshotAttribute(Consumer<ModifyDbSnapshotAttributeRequest.Builder> modifyDbSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.RdsClient.modifyDBSnapshotAttribute(Consumer<ModifyDbSnapshotAttributeRequest.Builder> modifyDbSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot. -
Uses of ModifyDbSnapshotAttributeRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyDbSnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionModifyDbSnapshotAttributeRequest.Builder.attributeName(String attributeName) The name of the DB snapshot attribute to modify.ModifyDbSnapshotAttributeRequest.builder()ModifyDbSnapshotAttributeRequest.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier) The identifier for the DB snapshot to modify the attributes for.ModifyDbSnapshotAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyDbSnapshotAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyDbSnapshotAttributeRequest.toBuilder()ModifyDbSnapshotAttributeRequest.Builder.valuesToAdd(String... valuesToAdd) A list of DB snapshot attributes to add to the attribute specified byAttributeName.ModifyDbSnapshotAttributeRequest.Builder.valuesToAdd(Collection<String> valuesToAdd) A list of DB snapshot attributes to add to the attribute specified byAttributeName.ModifyDbSnapshotAttributeRequest.Builder.valuesToRemove(String... valuesToRemove) A list of DB snapshot attributes to remove from the attribute specified byAttributeName.ModifyDbSnapshotAttributeRequest.Builder.valuesToRemove(Collection<String> valuesToRemove) A list of DB snapshot attributes to remove from the attribute specified byAttributeName.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyDbSnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyDbSnapshotAttributeRequest.Builder>ModifyDbSnapshotAttributeRequest.serializableBuilderClass()