Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static Tenancy |
Tenancy.fromValue(String value)
Use this in place of valueOf.
|
static Tenancy |
Tenancy.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Vpc.setInstanceTenancy(Tenancy instanceTenancy)
The allowed tenancy of instances launched into the VPC.
|
void |
ReservedInstances.setInstanceTenancy(Tenancy instanceTenancy)
The tenancy of the instance.
|
void |
DescribeReservedInstancesOfferingsRequest.setInstanceTenancy(Tenancy instanceTenancy)
The tenancy of the instances covered by the reservation.
|
void |
ReservedInstancesOffering.setInstanceTenancy(Tenancy instanceTenancy)
The tenancy of the instance.
|
void |
CreateVpcRequest.setInstanceTenancy(Tenancy instanceTenancy)
The tenancy options for instances launched into the VPC.
|
void |
Placement.setTenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
Vpc |
Vpc.withInstanceTenancy(Tenancy instanceTenancy)
The allowed tenancy of instances launched into the VPC.
|
ReservedInstances |
ReservedInstances.withInstanceTenancy(Tenancy instanceTenancy)
The tenancy of the instance.
|
DescribeReservedInstancesOfferingsRequest |
DescribeReservedInstancesOfferingsRequest.withInstanceTenancy(Tenancy instanceTenancy)
The tenancy of the instances covered by the reservation.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withInstanceTenancy(Tenancy instanceTenancy)
The tenancy of the instance.
|
CreateVpcRequest |
CreateVpcRequest.withInstanceTenancy(Tenancy instanceTenancy)
The tenancy options for instances launched into the VPC.
|
Placement |
Placement.withTenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
Copyright © 2018. All rights reserved.