Uses of Class
software.amazon.awssdk.services.appstream.model.StreamView
-
Packages that use StreamView Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of StreamView in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return StreamView Modifier and Type Method Description static StreamViewStreamView. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StreamViewCreateFleetRequest. streamView()The AppStream 2.0 view that is displayed to your users when they stream from the fleet.StreamViewFleet. streamView()The AppStream 2.0 view that is displayed to your users when they stream from the fleet.StreamViewUpdateFleetRequest. streamView()The AppStream 2.0 view that is displayed to your users when they stream from the fleet.static StreamViewStreamView. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamView[]StreamView. 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 StreamView Modifier and Type Method Description static Set<StreamView>StreamView. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type StreamView Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. streamView(StreamView streamView)The AppStream 2.0 view that is displayed to your users when they stream from the fleet.Fleet.BuilderFleet.Builder. streamView(StreamView streamView)The AppStream 2.0 view that is displayed to your users when they stream from the fleet.UpdateFleetRequest.BuilderUpdateFleetRequest.Builder. streamView(StreamView streamView)The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
-