Uses of Class
software.amazon.awssdk.services.ec2.model.Tenancy
-
Packages that use Tenancy Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Tenancy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Tenancy Modifier and Type Method Description static TenancyTenancy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TenancyCreateVpcRequest. instanceTenancy()The tenancy options for instances launched into the VPC.TenancyDescribeReservedInstancesOfferingsRequest. instanceTenancy()The tenancy of the instances covered by the reservation.TenancyReservedInstances. instanceTenancy()The tenancy of the instance.TenancyReservedInstancesOffering. instanceTenancy()The tenancy of the instance.TenancyVpc. instanceTenancy()The allowed tenancy of instances launched into the VPC.TenancyLaunchTemplatePlacement. tenancy()The tenancy of the instance.TenancyLaunchTemplatePlacementRequest. tenancy()The tenancy of the instance.TenancyPlacement. tenancy()The tenancy of the instance.TenancySpotPlacement. tenancy()The tenancy of the instance (if the instance is running in a VPC).static TenancyTenancy. valueOf(String name)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 software.amazon.awssdk.services.ec2.model that return types with arguments of type Tenancy Modifier and Type Method Description static Set<Tenancy>Tenancy. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type Tenancy Modifier and Type Method Description CreateVpcRequest.BuilderCreateVpcRequest.Builder. instanceTenancy(Tenancy instanceTenancy)The tenancy options for instances launched into the VPC.DescribeReservedInstancesOfferingsRequest.BuilderDescribeReservedInstancesOfferingsRequest.Builder. instanceTenancy(Tenancy instanceTenancy)The tenancy of the instances covered by the reservation.ReservedInstances.BuilderReservedInstances.Builder. instanceTenancy(Tenancy instanceTenancy)The tenancy of the instance.ReservedInstancesOffering.BuilderReservedInstancesOffering.Builder. instanceTenancy(Tenancy instanceTenancy)The tenancy of the instance.Vpc.BuilderVpc.Builder. instanceTenancy(Tenancy instanceTenancy)The allowed tenancy of instances launched into the VPC.LaunchTemplatePlacement.BuilderLaunchTemplatePlacement.Builder. tenancy(Tenancy tenancy)The tenancy of the instance.LaunchTemplatePlacementRequest.BuilderLaunchTemplatePlacementRequest.Builder. tenancy(Tenancy tenancy)The tenancy of the instance.Placement.BuilderPlacement.Builder. tenancy(Tenancy tenancy)The tenancy of the instance.SpotPlacement.BuilderSpotPlacement.Builder. tenancy(Tenancy tenancy)The tenancy of the instance (if the instance is running in a VPC).
-