Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyVpcTenancyRequest
-
Packages that use ModifyVpcTenancyRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of ModifyVpcTenancyRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type ModifyVpcTenancyRequest Modifier and Type Method Description default CompletableFuture<ModifyVpcTenancyResponse>Ec2AsyncClient. modifyVpcTenancy(ModifyVpcTenancyRequest modifyVpcTenancyRequest)Modifies the instance tenancy attribute of the specified VPC.default ModifyVpcTenancyResponseEc2Client. modifyVpcTenancy(ModifyVpcTenancyRequest modifyVpcTenancyRequest)Modifies the instance tenancy attribute of the specified VPC. -
Uses of ModifyVpcTenancyRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type ModifyVpcTenancyRequest Modifier and Type Method Description SdkHttpFullRequestModifyVpcTenancyRequestMarshaller. marshall(ModifyVpcTenancyRequest modifyVpcTenancyRequest)
-