Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyVpcTenancyResponse
Packages that use ModifyVpcTenancyResponse
-
Uses of ModifyVpcTenancyResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyVpcTenancyResponseModifier and TypeMethodDescriptiondefault ModifyVpcTenancyResponseEc2Client.modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest) Modifies the instance tenancy attribute of the specified VPC.default ModifyVpcTenancyResponseEc2Client.modifyVpcTenancy(ModifyVpcTenancyRequest modifyVpcTenancyRequest) Modifies the instance tenancy attribute of the specified VPC.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyVpcTenancyResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest) Modifies the instance tenancy attribute of the specified VPC.Ec2AsyncClient.modifyVpcTenancy(ModifyVpcTenancyRequest modifyVpcTenancyRequest) Modifies the instance tenancy attribute of the specified VPC.