Uses of Class
software.amazon.awssdk.services.workspaces.model.UserSetting
-
Packages that use UserSetting Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of UserSetting in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type UserSetting Modifier and Type Method Description List<UserSetting>StreamingProperties. userSettings()Indicates the permission settings asscoiated with the user.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type UserSetting Modifier and Type Method Description StreamingProperties.BuilderStreamingProperties.Builder. userSettings(UserSetting... userSettings)Indicates the permission settings asscoiated with the user.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type UserSetting Modifier and Type Method Description StreamingProperties.BuilderStreamingProperties.Builder. userSettings(Collection<UserSetting> userSettings)Indicates the permission settings asscoiated with the user.
-