| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static Tenancy |
Tenancy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Tenancy |
Vpc.instanceTenancy()
The allowed tenancy of instances launched into the VPC.
|
Tenancy |
CreateVpcRequest.instanceTenancy()
The tenancy options for instances launched into the VPC.
|
Tenancy |
DescribeReservedInstancesOfferingsRequest.instanceTenancy()
The tenancy of the instances covered by the reservation.
|
Tenancy |
ReservedInstances.instanceTenancy()
The tenancy of the instance.
|
Tenancy |
ReservedInstancesOffering.instanceTenancy()
The tenancy of the instance.
|
Tenancy |
SpotPlacement.tenancy()
The tenancy of the instance (if the instance is running in a VPC).
|
Tenancy |
LaunchTemplatePlacementRequest.tenancy()
The tenancy of the instance (if the instance is running in a VPC).
|
Tenancy |
LaunchTemplatePlacement.tenancy()
The tenancy of the instance (if the instance is running in a VPC).
|
Tenancy |
Placement.tenancy()
The tenancy of the instance (if the instance is running in a VPC).
|
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 |
|---|---|
static Set<Tenancy> |
Tenancy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Vpc.Builder |
Vpc.Builder.instanceTenancy(Tenancy instanceTenancy)
The allowed tenancy of instances launched into the VPC.
|
CreateVpcRequest.Builder |
CreateVpcRequest.Builder.instanceTenancy(Tenancy instanceTenancy)
The tenancy options for instances launched into the VPC.
|
DescribeReservedInstancesOfferingsRequest.Builder |
DescribeReservedInstancesOfferingsRequest.Builder.instanceTenancy(Tenancy instanceTenancy)
The tenancy of the instances covered by the reservation.
|
ReservedInstances.Builder |
ReservedInstances.Builder.instanceTenancy(Tenancy instanceTenancy)
The tenancy of the instance.
|
ReservedInstancesOffering.Builder |
ReservedInstancesOffering.Builder.instanceTenancy(Tenancy instanceTenancy)
The tenancy of the instance.
|
SpotPlacement.Builder |
SpotPlacement.Builder.tenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
LaunchTemplatePlacementRequest.Builder |
LaunchTemplatePlacementRequest.Builder.tenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
LaunchTemplatePlacement.Builder |
LaunchTemplatePlacement.Builder.tenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
Placement.Builder |
Placement.Builder.tenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
Copyright © 2021. All rights reserved.