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