Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityReservationInstancePlatform
-
Packages that use CapacityReservationInstancePlatform Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CapacityReservationInstancePlatform in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityReservationInstancePlatform Modifier and Type Method Description static CapacityReservationInstancePlatformCapacityReservationInstancePlatform. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CapacityReservationInstancePlatformCapacityReservation. instancePlatform()The type of operating system for which the Capacity Reservation reserves capacity.CapacityReservationInstancePlatformCreateCapacityReservationRequest. instancePlatform()The type of operating system for which to reserve capacity.CapacityReservationInstancePlatformFleetCapacityReservation. instancePlatform()The type of operating system for which the Capacity Reservation reserves capacity.CapacityReservationInstancePlatformPurchaseCapacityBlockRequest. instancePlatform()The type of operating system for which to reserve capacity.CapacityReservationInstancePlatformReservationFleetInstanceSpecification. instancePlatform()The type of operating system for which the Capacity Reservation Fleet reserves capacity.static CapacityReservationInstancePlatformCapacityReservationInstancePlatform. 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityReservationInstancePlatform Modifier and Type Method Description static Set<CapacityReservationInstancePlatform>CapacityReservationInstancePlatform. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityReservationInstancePlatform Modifier and Type Method Description CapacityReservation.BuilderCapacityReservation.Builder. instancePlatform(CapacityReservationInstancePlatform instancePlatform)The type of operating system for which the Capacity Reservation reserves capacity.CreateCapacityReservationRequest.BuilderCreateCapacityReservationRequest.Builder. instancePlatform(CapacityReservationInstancePlatform instancePlatform)The type of operating system for which to reserve capacity.FleetCapacityReservation.BuilderFleetCapacityReservation.Builder. instancePlatform(CapacityReservationInstancePlatform instancePlatform)The type of operating system for which the Capacity Reservation reserves capacity.PurchaseCapacityBlockRequest.BuilderPurchaseCapacityBlockRequest.Builder. instancePlatform(CapacityReservationInstancePlatform instancePlatform)The type of operating system for which to reserve capacity.ReservationFleetInstanceSpecification.BuilderReservationFleetInstanceSpecification.Builder. instancePlatform(CapacityReservationInstancePlatform instancePlatform)The type of operating system for which the Capacity Reservation Fleet reserves capacity.
-