Uses of Enum
software.amazon.awssdk.services.ec2.model.CapacityReservationInstancePlatform
Packages that use CapacityReservationInstancePlatform
-
Uses of CapacityReservationInstancePlatform in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CapacityReservationInstancePlatformModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.CapacityReservation.instancePlatform()The type of operating system for which the Capacity Reservation reserves capacity.CreateCapacityReservationRequest.instancePlatform()The type of operating system for which to reserve capacity.FleetCapacityReservation.instancePlatform()The type of operating system for which the Capacity Reservation reserves capacity.PurchaseCapacityBlockRequest.instancePlatform()The type of operating system for which to reserve capacity.ReservationFleetInstanceSpecification.instancePlatform()The type of operating system for which the Capacity Reservation Fleet reserves capacity.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 CapacityReservationInstancePlatformMethods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityReservationInstancePlatformModifier and TypeMethodDescriptionCapacityReservation.Builder.instancePlatform(CapacityReservationInstancePlatform instancePlatform) The type of operating system for which the Capacity Reservation reserves capacity.CreateCapacityReservationRequest.Builder.instancePlatform(CapacityReservationInstancePlatform instancePlatform) The type of operating system for which to reserve capacity.FleetCapacityReservation.Builder.instancePlatform(CapacityReservationInstancePlatform instancePlatform) The type of operating system for which the Capacity Reservation reserves capacity.PurchaseCapacityBlockRequest.Builder.instancePlatform(CapacityReservationInstancePlatform instancePlatform) The type of operating system for which to reserve capacity.ReservationFleetInstanceSpecification.Builder.instancePlatform(CapacityReservationInstancePlatform instancePlatform) The type of operating system for which the Capacity Reservation Fleet reserves capacity.