Uses of Class
software.amazon.awssdk.services.lightsail.model.InstancePlatform
-
Packages that use InstancePlatform Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of InstancePlatform in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return InstancePlatform Modifier and Type Method Description static InstancePlatformInstancePlatform. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstancePlatformBlueprint. platform()The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.static InstancePlatformInstancePlatform. valueOf(String name)Returns the enum constant of this type with the specified name.static InstancePlatform[]InstancePlatform. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type InstancePlatform Modifier and Type Method Description static Set<InstancePlatform>InstancePlatform. knownValues()List<InstancePlatform>Bundle. supportedPlatforms()The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type InstancePlatform Modifier and Type Method Description Blueprint.BuilderBlueprint.Builder. platform(InstancePlatform platform)The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.Bundle.BuilderBundle.Builder. supportedPlatforms(InstancePlatform... supportedPlatforms)The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type InstancePlatform Modifier and Type Method Description Bundle.BuilderBundle.Builder. supportedPlatforms(Collection<InstancePlatform> supportedPlatforms)The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.
-