Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
static SettingName |
SettingName.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
PutAccountSettingDefaultRequest |
PutAccountSettingDefaultRequest.withName(SettingName name)
The resource name for which to modify the account setting.
|
PutAccountSettingRequest |
PutAccountSettingRequest.withName(SettingName name)
The Amazon ECS account setting name to modify.
|
ListAccountSettingsRequest |
ListAccountSettingsRequest.withName(SettingName name)
The name of the account setting you want to list the settings for.
|
DeleteAccountSettingRequest |
DeleteAccountSettingRequest.withName(SettingName name)
The resource name to disable the account setting for.
|
Setting |
Setting.withName(SettingName name)
The Amazon ECS resource name.
|
Copyright © 2024. All rights reserved.