Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyVpcTenancyRequest.Builder
Packages that use ModifyVpcTenancyRequest.Builder
Package
Description
-
Uses of ModifyVpcTenancyRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyVpcTenancyRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest) Modifies the instance tenancy attribute of the specified VPC.default ModifyVpcTenancyResponseEc2Client.modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest) Modifies the instance tenancy attribute of the specified VPC. -
Uses of ModifyVpcTenancyRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyVpcTenancyRequest.BuilderModifier and TypeMethodDescriptionModifyVpcTenancyRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.ModifyVpcTenancyRequest.Builder.instanceTenancy(String instanceTenancy) The instance tenancy attribute for the VPC.ModifyVpcTenancyRequest.Builder.instanceTenancy(VpcTenancy instanceTenancy) The instance tenancy attribute for the VPC.ModifyVpcTenancyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyVpcTenancyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyVpcTenancyRequest.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyVpcTenancyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyVpcTenancyRequest.Builder>ModifyVpcTenancyRequest.serializableBuilderClass()