| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static CapacityReservationInstancePlatform |
CapacityReservationInstancePlatform.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CapacityReservationInstancePlatform |
ReservationFleetInstanceSpecification.instancePlatform()
The type of operating system for which the Capacity Reservation Fleet reserves capacity.
|
CapacityReservationInstancePlatform |
FleetCapacityReservation.instancePlatform()
The type of operating system for which the Capacity Reservation reserves capacity.
|
CapacityReservationInstancePlatform |
CapacityReservation.instancePlatform()
The type of operating system for which the Capacity Reservation reserves capacity.
|
CapacityReservationInstancePlatform |
CreateCapacityReservationRequest.instancePlatform()
The type of operating system for which to reserve capacity.
|
static CapacityReservationInstancePlatform |
CapacityReservationInstancePlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapacityReservationInstancePlatform[] |
CapacityReservationInstancePlatform.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<CapacityReservationInstancePlatform> |
CapacityReservationInstancePlatform.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReservationFleetInstanceSpecification.Builder |
ReservationFleetInstanceSpecification.Builder.instancePlatform(CapacityReservationInstancePlatform instancePlatform)
The type of operating system for which the Capacity Reservation Fleet reserves capacity.
|
FleetCapacityReservation.Builder |
FleetCapacityReservation.Builder.instancePlatform(CapacityReservationInstancePlatform instancePlatform)
The type of operating system for which the Capacity Reservation reserves capacity.
|
CapacityReservation.Builder |
CapacityReservation.Builder.instancePlatform(CapacityReservationInstancePlatform instancePlatform)
The type of operating system for which the Capacity Reservation reserves capacity.
|
CreateCapacityReservationRequest.Builder |
CreateCapacityReservationRequest.Builder.instancePlatform(CapacityReservationInstancePlatform instancePlatform)
The type of operating system for which to reserve capacity.
|
Copyright © 2022. All rights reserved.