Uses of Class
software.amazon.awssdk.services.appstream.model.PlatformType
-
Packages that use PlatformType Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of PlatformType in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return PlatformType Modifier and Type Method Description static PlatformTypePlatformType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PlatformTypeCreateFleetRequest. platform()The fleet platform.PlatformTypeFleet. platform()The platform of the fleet.PlatformTypeImage. platform()The operating system platform of the image.PlatformTypeImageBuilder. platform()The operating system platform of the image builder.PlatformTypeUpdateAppBlockBuilderRequest. platform()The platform of the app block builder.PlatformTypeUpdateFleetRequest. platform()The platform of the fleet.static PlatformTypePlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformType[]PlatformType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type PlatformType Modifier and Type Method Description static Set<PlatformType>PlatformType. knownValues()List<PlatformType>Application. platforms()The platforms on which the application can run.List<PlatformType>CreateApplicationRequest. platforms()The platforms the application supports.Methods in software.amazon.awssdk.services.appstream.model with parameters of type PlatformType Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. platform(PlatformType platform)The fleet platform.Fleet.BuilderFleet.Builder. platform(PlatformType platform)The platform of the fleet.Image.BuilderImage.Builder. platform(PlatformType platform)The operating system platform of the image.ImageBuilder.BuilderImageBuilder.Builder. platform(PlatformType platform)The operating system platform of the image builder.UpdateAppBlockBuilderRequest.BuilderUpdateAppBlockBuilderRequest.Builder. platform(PlatformType platform)The platform of the app block builder.UpdateFleetRequest.BuilderUpdateFleetRequest.Builder. platform(PlatformType platform)The platform of the fleet.Application.BuilderApplication.Builder. platforms(PlatformType... platforms)The platforms on which the application can run.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. platforms(PlatformType... platforms)The platforms the application supports.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type PlatformType Modifier and Type Method Description Application.BuilderApplication.Builder. platforms(Collection<PlatformType> platforms)The platforms on which the application can run.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. platforms(Collection<PlatformType> platforms)The platforms the application supports.
-