Uses of Class
software.amazon.awssdk.services.nimble.model.StreamingSessionStorageMode
-
Packages that use StreamingSessionStorageMode Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StreamingSessionStorageMode in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StreamingSessionStorageMode Modifier and Type Method Description static StreamingSessionStorageModeStreamingSessionStorageMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StreamingSessionStorageModeStreamingSessionStorageMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamingSessionStorageMode[]StreamingSessionStorageMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StreamingSessionStorageMode Modifier and Type Method Description static Set<StreamingSessionStorageMode>StreamingSessionStorageMode. knownValues()List<StreamingSessionStorageMode>StreamConfigurationSessionStorage. mode()Allows artists to upload files to their workstations.Methods in software.amazon.awssdk.services.nimble.model with parameters of type StreamingSessionStorageMode Modifier and Type Method Description StreamConfigurationSessionStorage.BuilderStreamConfigurationSessionStorage.Builder. mode(StreamingSessionStorageMode... mode)Allows artists to upload files to their workstations.Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type StreamingSessionStorageMode Modifier and Type Method Description StreamConfigurationSessionStorage.BuilderStreamConfigurationSessionStorage.Builder. mode(Collection<StreamingSessionStorageMode> mode)Allows artists to upload files to their workstations.
-