Uses of Enum
com.amazonaws.services.ec2.model.Tenancy
Packages that use Tenancy
-
Uses of Tenancy in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return TenancyModifier and TypeMethodDescriptionstatic Tenancy
Use this in place of valueOf.static Tenancy
Returns 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 TypeMethodDescriptionvoid
CreateVpcRequest.setInstanceTenancy
(Tenancy instanceTenancy) The tenancy options for instances launched into the VPC.void
DescribeReservedInstancesOfferingsRequest.setInstanceTenancy
(Tenancy instanceTenancy) The tenancy of the instances covered by the reservation.void
ReservedInstances.setInstanceTenancy
(Tenancy instanceTenancy) The tenancy of the instance.void
ReservedInstancesOffering.setInstanceTenancy
(Tenancy instanceTenancy) The tenancy of the instance.void
Vpc.setInstanceTenancy
(Tenancy instanceTenancy) The allowed tenancy of instances launched into the VPC.void
Placement.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).