Uses of Enum
com.amazonaws.services.ec2.model.Tenancy
Packages that use Tenancy
-
Uses of Tenancy in com.amazonaws.services.ec2.model
Subclasses with type arguments of type Tenancy in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return TenancyModifier and TypeMethodDescriptionstatic TenancyUse this in place of valueOf.static TenancyReturns the enum constant of this type with the specified name.static Tenancy[]Tenancy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type TenancyModifier and TypeMethodDescriptionvoidCreateVpcRequest.setInstanceTenancy(Tenancy instanceTenancy) The tenancy options for instances launched into the VPC.voidDescribeReservedInstancesOfferingsRequest.setInstanceTenancy(Tenancy instanceTenancy) The tenancy of the instances covered by the reservation.voidReservedInstances.setInstanceTenancy(Tenancy instanceTenancy) The tenancy of the instance.voidReservedInstancesOffering.setInstanceTenancy(Tenancy instanceTenancy) The tenancy of the instance.voidVpc.setInstanceTenancy(Tenancy instanceTenancy) The allowed tenancy of instances launched into the VPC.voidPlacement.setTenancy(Tenancy tenancy) The tenancy of the instance (if the instance is running in a VPC).CreateVpcRequest.withInstanceTenancy(Tenancy instanceTenancy) The tenancy options for instances launched into the VPC.DescribeReservedInstancesOfferingsRequest.withInstanceTenancy(Tenancy instanceTenancy) The tenancy of the instances covered by the reservation.ReservedInstances.withInstanceTenancy(Tenancy instanceTenancy) The tenancy of the instance.ReservedInstancesOffering.withInstanceTenancy(Tenancy instanceTenancy) The tenancy of the instance.Vpc.withInstanceTenancy(Tenancy instanceTenancy) The allowed tenancy of instances launched into the VPC.Placement.withTenancy(Tenancy tenancy) The tenancy of the instance (if the instance is running in a VPC).