| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static FleetCapacityReservationTenancy |
FleetCapacityReservationTenancy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FleetCapacityReservationTenancy |
CreateCapacityReservationFleetRequest.tenancy()
Indicates the tenancy of the Capacity Reservation Fleet.
|
FleetCapacityReservationTenancy |
CapacityReservationFleet.tenancy()
The tenancy of the Capacity Reservation Fleet.
|
FleetCapacityReservationTenancy |
CreateCapacityReservationFleetResponse.tenancy()
Indicates the tenancy of Capacity Reservation Fleet.
|
static FleetCapacityReservationTenancy |
FleetCapacityReservationTenancy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FleetCapacityReservationTenancy[] |
FleetCapacityReservationTenancy.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<FleetCapacityReservationTenancy> |
FleetCapacityReservationTenancy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateCapacityReservationFleetRequest.Builder |
CreateCapacityReservationFleetRequest.Builder.tenancy(FleetCapacityReservationTenancy tenancy)
Indicates the tenancy of the Capacity Reservation Fleet.
|
CapacityReservationFleet.Builder |
CapacityReservationFleet.Builder.tenancy(FleetCapacityReservationTenancy tenancy)
The tenancy of the Capacity Reservation Fleet.
|
CreateCapacityReservationFleetResponse.Builder |
CreateCapacityReservationFleetResponse.Builder.tenancy(FleetCapacityReservationTenancy tenancy)
Indicates the tenancy of Capacity Reservation Fleet.
|
Copyright © 2022. All rights reserved.