Uses of Interface
software.amazon.awssdk.services.ec2.model.DisableVpcClassicLinkDnsSupportRequest.Builder
-
Packages that use DisableVpcClassicLinkDnsSupportRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DisableVpcClassicLinkDnsSupportRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DisableVpcClassicLinkDnsSupportRequest.Builder Modifier and Type Method Description default CompletableFuture<DisableVpcClassicLinkDnsSupportResponse>Ec2AsyncClient. disableVpcClassicLinkDnsSupport(Consumer<DisableVpcClassicLinkDnsSupportRequest.Builder> disableVpcClassicLinkDnsSupportRequest)default DisableVpcClassicLinkDnsSupportResponseEc2Client. disableVpcClassicLinkDnsSupport(Consumer<DisableVpcClassicLinkDnsSupportRequest.Builder> disableVpcClassicLinkDnsSupportRequest) -
Uses of DisableVpcClassicLinkDnsSupportRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisableVpcClassicLinkDnsSupportRequest.Builder Modifier and Type Method Description static DisableVpcClassicLinkDnsSupportRequest.BuilderDisableVpcClassicLinkDnsSupportRequest. builder()DisableVpcClassicLinkDnsSupportRequest.BuilderDisableVpcClassicLinkDnsSupportRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableVpcClassicLinkDnsSupportRequest.BuilderDisableVpcClassicLinkDnsSupportRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisableVpcClassicLinkDnsSupportRequest.BuilderDisableVpcClassicLinkDnsSupportRequest. toBuilder()DisableVpcClassicLinkDnsSupportRequest.BuilderDisableVpcClassicLinkDnsSupportRequest.Builder. vpcId(String vpcId)The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisableVpcClassicLinkDnsSupportRequest.Builder Modifier and Type Method Description static Class<? extends DisableVpcClassicLinkDnsSupportRequest.Builder>DisableVpcClassicLinkDnsSupportRequest. serializableBuilderClass()
-