Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static CapacityReservationInstancePlatform |
CapacityReservationInstancePlatform.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
CreateCapacityReservationRequest |
CreateCapacityReservationRequest.withInstancePlatform(CapacityReservationInstancePlatform instancePlatform)
The type of operating system for which to reserve capacity.
|
ReservationFleetInstanceSpecification |
ReservationFleetInstanceSpecification.withInstancePlatform(CapacityReservationInstancePlatform instancePlatform)
The type of operating system for which the Capacity Reservation Fleet reserves capacity.
|
CapacityReservation |
CapacityReservation.withInstancePlatform(CapacityReservationInstancePlatform instancePlatform)
The type of operating system for which the Capacity Reservation reserves capacity.
|
FleetCapacityReservation |
FleetCapacityReservation.withInstancePlatform(CapacityReservationInstancePlatform instancePlatform)
The type of operating system for which the Capacity Reservation reserves capacity.
|
Copyright © 2021. All rights reserved.