Uses of Enum
software.amazon.awssdk.services.ec2.model.PlatformValues
Packages that use PlatformValues
-
Uses of PlatformValues in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PlatformValuesModifier and TypeMethodDescriptionstatic PlatformValuesUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PlatformValuesCreateFleetInstance.platform()The value iswindowsfor Windows instances in an EC2 Fleet.final PlatformValuesDescribeFleetsInstances.platform()The value iswindowsfor Windows instances in an EC2 Fleet.final PlatformValuesImage.platform()This value is set towindowsfor Windows AMIs; otherwise, it is blank.final PlatformValuesImportInstanceRequest.platform()The instance operating system.final PlatformValuesImportInstanceTaskDetails.platform()The instance operating system.final PlatformValuesInstance.platform()The platform.static PlatformValuesReturns the enum constant of this type with the specified name.static PlatformValues[]PlatformValues.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 PlatformValuesMethods in software.amazon.awssdk.services.ec2.model with parameters of type PlatformValuesModifier and TypeMethodDescriptionCreateFleetInstance.Builder.platform(PlatformValues platform) The value iswindowsfor Windows instances in an EC2 Fleet.DescribeFleetsInstances.Builder.platform(PlatformValues platform) The value iswindowsfor Windows instances in an EC2 Fleet.Image.Builder.platform(PlatformValues platform) This value is set towindowsfor Windows AMIs; otherwise, it is blank.ImportInstanceRequest.Builder.platform(PlatformValues platform) The instance operating system.ImportInstanceTaskDetails.Builder.platform(PlatformValues platform) The instance operating system.Instance.Builder.platform(PlatformValues platform) The platform.