Uses of Class
software.amazon.awssdk.services.workspaces.model.StreamingProperties
-
Packages that use StreamingProperties Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of StreamingProperties in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return StreamingProperties Modifier and Type Method Description StreamingPropertiesModifyStreamingPropertiesRequest. streamingProperties()The streaming properties to configure.StreamingPropertiesWorkspaceDirectory. streamingProperties()The streaming properties to configure.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type StreamingProperties Modifier and Type Method Description ModifyStreamingPropertiesRequest.BuilderModifyStreamingPropertiesRequest.Builder. streamingProperties(StreamingProperties streamingProperties)The streaming properties to configure.WorkspaceDirectory.BuilderWorkspaceDirectory.Builder. streamingProperties(StreamingProperties streamingProperties)The streaming properties to configure.
-