| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static SettingName |
SettingName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SettingName |
Setting.name()
The Amazon ECS resource name.
|
SettingName |
PutAccountSettingDefaultRequest.name()
The resource name for which to modify the account setting.
|
SettingName |
ListAccountSettingsRequest.name()
The name of the account setting you want to list the settings for.
|
SettingName |
PutAccountSettingRequest.name()
The Amazon ECS resource name for which to modify the account setting.
|
SettingName |
DeleteAccountSettingRequest.name()
The resource name for which to disable the account setting.
|
static SettingName |
SettingName.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SettingName> |
SettingName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Setting.Builder |
Setting.Builder.name(SettingName name)
The Amazon ECS resource name.
|
PutAccountSettingDefaultRequest.Builder |
PutAccountSettingDefaultRequest.Builder.name(SettingName name)
The resource name for which to modify the account setting.
|
ListAccountSettingsRequest.Builder |
ListAccountSettingsRequest.Builder.name(SettingName name)
The name of the account setting you want to list the settings for.
|
PutAccountSettingRequest.Builder |
PutAccountSettingRequest.Builder.name(SettingName name)
The Amazon ECS resource name for which to modify the account setting.
|
DeleteAccountSettingRequest.Builder |
DeleteAccountSettingRequest.Builder.name(SettingName name)
The resource name for which to disable the account setting.
|
Copyright © 2021. All rights reserved.