Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbSubnetGroupRequest.Builder
Packages that use ModifyDbSubnetGroupRequest.Builder
Package
Description
-
Uses of ModifyDbSubnetGroupRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbSubnetGroupRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.modifyDBSubnetGroup(Consumer<ModifyDbSubnetGroupRequest.Builder> modifyDbSubnetGroupRequest) Modifies an existing DB subnet group.default ModifyDbSubnetGroupResponseRdsClient.modifyDBSubnetGroup(Consumer<ModifyDbSubnetGroupRequest.Builder> modifyDbSubnetGroupRequest) Modifies an existing DB subnet group. -
Uses of ModifyDbSubnetGroupRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyDbSubnetGroupRequest.BuilderModifier and TypeMethodDescriptionModifyDbSubnetGroupRequest.builder()ModifyDbSubnetGroupRequest.Builder.dbSubnetGroupDescription(String dbSubnetGroupDescription) The description for the DB subnet group.ModifyDbSubnetGroupRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName) The name for the DB subnet group.ModifyDbSubnetGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyDbSubnetGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The EC2 subnet IDs for the DB subnet group.ModifyDbSubnetGroupRequest.Builder.subnetIds(Collection<String> subnetIds) The EC2 subnet IDs for the DB subnet group.ModifyDbSubnetGroupRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyDbSubnetGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyDbSubnetGroupRequest.Builder>ModifyDbSubnetGroupRequest.serializableBuilderClass()