Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbSnapshotAttributeRequest.Builder
-
Packages that use ModifyDbSnapshotAttributeRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of ModifyDbSnapshotAttributeRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbSnapshotAttributeRequest.Builder Modifier and Type Method Description default CompletableFuture<ModifyDbSnapshotAttributeResponse>RdsAsyncClient. modifyDBSnapshotAttribute(Consumer<ModifyDbSnapshotAttributeRequest.Builder> modifyDbSnapshotAttributeRequest)Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.default ModifyDbSnapshotAttributeResponseRdsClient. 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.Builder Modifier and Type Method Description ModifyDbSnapshotAttributeRequest.BuilderModifyDbSnapshotAttributeRequest.Builder. attributeName(String attributeName)The name of the DB snapshot attribute to modify.static ModifyDbSnapshotAttributeRequest.BuilderModifyDbSnapshotAttributeRequest. builder()ModifyDbSnapshotAttributeRequest.BuilderModifyDbSnapshotAttributeRequest.Builder. dbSnapshotIdentifier(String dbSnapshotIdentifier)The identifier for the DB snapshot to modify the attributes for.ModifyDbSnapshotAttributeRequest.BuilderModifyDbSnapshotAttributeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyDbSnapshotAttributeRequest.BuilderModifyDbSnapshotAttributeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyDbSnapshotAttributeRequest.BuilderModifyDbSnapshotAttributeRequest. toBuilder()ModifyDbSnapshotAttributeRequest.BuilderModifyDbSnapshotAttributeRequest.Builder. valuesToAdd(String... valuesToAdd)A list of DB snapshot attributes to add to the attribute specified byAttributeName.ModifyDbSnapshotAttributeRequest.BuilderModifyDbSnapshotAttributeRequest.Builder. valuesToAdd(Collection<String> valuesToAdd)A list of DB snapshot attributes to add to the attribute specified byAttributeName.ModifyDbSnapshotAttributeRequest.BuilderModifyDbSnapshotAttributeRequest.Builder. valuesToRemove(String... valuesToRemove)A list of DB snapshot attributes to remove from the attribute specified byAttributeName.ModifyDbSnapshotAttributeRequest.BuilderModifyDbSnapshotAttributeRequest.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.Builder Modifier and Type Method Description static Class<? extends ModifyDbSnapshotAttributeRequest.Builder>ModifyDbSnapshotAttributeRequest. serializableBuilderClass()
-