Uses of Class
software.amazon.awssdk.services.ec2.model.PlatformValues
-
Packages that use PlatformValues Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PlatformValues in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PlatformValues Modifier and Type Method Description static PlatformValuesPlatformValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PlatformValuesCreateFleetInstance. platform()The value iswindowsfor Windows instances in an EC2 Fleet.PlatformValuesDescribeFleetsInstances. platform()The value iswindowsfor Windows instances in an EC2 Fleet.PlatformValuesImage. platform()This value is set towindowsfor Windows AMIs; otherwise, it is blank.PlatformValuesImportInstanceRequest. platform()The instance operating system.PlatformValuesImportInstanceTaskDetails. platform()The instance operating system.PlatformValuesInstance. platform()The platform.static PlatformValuesPlatformValues. valueOf(String name)Returns 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 PlatformValues Modifier and Type Method Description static Set<PlatformValues>PlatformValues. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type PlatformValues Modifier and Type Method Description CreateFleetInstance.BuilderCreateFleetInstance.Builder. platform(PlatformValues platform)The value iswindowsfor Windows instances in an EC2 Fleet.DescribeFleetsInstances.BuilderDescribeFleetsInstances.Builder. platform(PlatformValues platform)The value iswindowsfor Windows instances in an EC2 Fleet.Image.BuilderImage.Builder. platform(PlatformValues platform)This value is set towindowsfor Windows AMIs; otherwise, it is blank.ImportInstanceRequest.BuilderImportInstanceRequest.Builder. platform(PlatformValues platform)The instance operating system.ImportInstanceTaskDetails.BuilderImportInstanceTaskDetails.Builder. platform(PlatformValues platform)The instance operating system.Instance.BuilderInstance.Builder. platform(PlatformValues platform)The platform.
-