Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyVpcAttributeRequest.Builder
Packages that use ModifyVpcAttributeRequest.Builder
Package
Description
-
Uses of ModifyVpcAttributeRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyVpcAttributeRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpcAttribute(Consumer<ModifyVpcAttributeRequest.Builder> modifyVpcAttributeRequest) Modifies the specified attribute of the specified VPC.default ModifyVpcAttributeResponseEc2Client.modifyVpcAttribute(Consumer<ModifyVpcAttributeRequest.Builder> modifyVpcAttributeRequest) Modifies the specified attribute of the specified VPC. -
Uses of ModifyVpcAttributeRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyVpcAttributeRequest.BuilderModifier and TypeMethodDescriptionModifyVpcAttributeRequest.builder()ModifyVpcAttributeRequest.Builder.enableDnsHostnames(Consumer<AttributeBooleanValue.Builder> enableDnsHostnames) Indicates whether the instances launched in the VPC get DNS hostnames.ModifyVpcAttributeRequest.Builder.enableDnsHostnames(AttributeBooleanValue enableDnsHostnames) Indicates whether the instances launched in the VPC get DNS hostnames.ModifyVpcAttributeRequest.Builder.enableDnsSupport(Consumer<AttributeBooleanValue.Builder> enableDnsSupport) Indicates whether the DNS resolution is supported for the VPC.ModifyVpcAttributeRequest.Builder.enableDnsSupport(AttributeBooleanValue enableDnsSupport) Indicates whether the DNS resolution is supported for the VPC.ModifyVpcAttributeRequest.Builder.enableNetworkAddressUsageMetrics(Consumer<AttributeBooleanValue.Builder> enableNetworkAddressUsageMetrics) Indicates whether Network Address Usage metrics are enabled for your VPC.ModifyVpcAttributeRequest.Builder.enableNetworkAddressUsageMetrics(AttributeBooleanValue enableNetworkAddressUsageMetrics) Indicates whether Network Address Usage metrics are enabled for your VPC.ModifyVpcAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyVpcAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyVpcAttributeRequest.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyVpcAttributeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyVpcAttributeRequest.Builder>ModifyVpcAttributeRequest.serializableBuilderClass()