Uses of Interface
software.amazon.awssdk.services.appstream.model.UserSetting.Builder
-
Packages that use UserSetting.Builder Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of UserSetting.Builder in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return UserSetting.Builder Modifier and Type Method Description UserSetting.BuilderUserSetting.Builder. action(String action)The action that is enabled or disabled.UserSetting.BuilderUserSetting.Builder. action(Action action)The action that is enabled or disabled.static UserSetting.BuilderUserSetting. builder()UserSetting.BuilderUserSetting.Builder. maximumLength(Integer maximumLength)Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.UserSetting.BuilderUserSetting.Builder. permission(String permission)Indicates whether the action is enabled or disabled.UserSetting.BuilderUserSetting.Builder. permission(Permission permission)Indicates whether the action is enabled or disabled.UserSetting.BuilderUserSetting. toBuilder()Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type UserSetting.Builder Modifier and Type Method Description static Class<? extends UserSetting.Builder>UserSetting. serializableBuilderClass()
-