Uses of Class
software.amazon.awssdk.services.ecs.model.SettingName
-
Packages that use SettingName Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of SettingName in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return SettingName Modifier and Type Method Description static SettingNameSettingName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SettingNameDeleteAccountSettingRequest. name()The resource name to disable the account setting for.SettingNameListAccountSettingsRequest. name()The name of the account setting you want to list the settings for.SettingNamePutAccountSettingDefaultRequest. name()The resource name for which to modify the account setting.SettingNamePutAccountSettingRequest. name()The Amazon ECS account setting name to modify.SettingNameSetting. name()The Amazon ECS resource name.static SettingNameSettingName. valueOf(String name)Returns the enum constant of this type with the specified name.static SettingName[]SettingName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type SettingName Modifier and Type Method Description static Set<SettingName>SettingName. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type SettingName Modifier and Type Method Description DeleteAccountSettingRequest.BuilderDeleteAccountSettingRequest.Builder. name(SettingName name)The resource name to disable the account setting for.ListAccountSettingsRequest.BuilderListAccountSettingsRequest.Builder. name(SettingName name)The name of the account setting you want to list the settings for.PutAccountSettingDefaultRequest.BuilderPutAccountSettingDefaultRequest.Builder. name(SettingName name)The resource name for which to modify the account setting.PutAccountSettingRequest.BuilderPutAccountSettingRequest.Builder. name(SettingName name)The Amazon ECS account setting name to modify.Setting.BuilderSetting.Builder. name(SettingName name)The Amazon ECS resource name.
-