Uses of Enum
software.amazon.awssdk.services.ec2.model.Tenancy
Packages that use Tenancy
-
Uses of Tenancy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TenancyModifier and TypeMethodDescriptionstatic TenancyUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TenancyCreateVpcRequest.instanceTenancy()The tenancy options for instances launched into the VPC.final TenancyDescribeReservedInstancesOfferingsRequest.instanceTenancy()The tenancy of the instances covered by the reservation.final TenancyReservedInstances.instanceTenancy()The tenancy of the instance.final TenancyReservedInstancesOffering.instanceTenancy()The tenancy of the instance.final TenancyVpc.instanceTenancy()The allowed tenancy of instances launched into the VPC.final TenancyLaunchTemplatePlacement.tenancy()The tenancy of the instance.final TenancyLaunchTemplatePlacementRequest.tenancy()The tenancy of the instance.final TenancyPlacement.tenancy()The tenancy of the instance.final TenancySpotPlacement.tenancy()The tenancy of the instance (if the instance is running in a VPC).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 software.amazon.awssdk.services.ec2.model that return types with arguments of type TenancyMethods in software.amazon.awssdk.services.ec2.model with parameters of type TenancyModifier and TypeMethodDescriptionCreateVpcRequest.Builder.instanceTenancy(Tenancy instanceTenancy) The tenancy options for instances launched into the VPC.DescribeReservedInstancesOfferingsRequest.Builder.instanceTenancy(Tenancy instanceTenancy) The tenancy of the instances covered by the reservation.ReservedInstances.Builder.instanceTenancy(Tenancy instanceTenancy) The tenancy of the instance.ReservedInstancesOffering.Builder.instanceTenancy(Tenancy instanceTenancy) The tenancy of the instance.Vpc.Builder.instanceTenancy(Tenancy instanceTenancy) The allowed tenancy of instances launched into the VPC.The tenancy of the instance.The tenancy of the instance.The tenancy of the instance.The tenancy of the instance (if the instance is running in a VPC).