Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Setting |
Setting.clone() |
Setting |
PutAccountSettingDefaultResult.getSetting()
The current setting for a resource.
|
Setting |
PutAccountSettingResult.getSetting()
The current account setting for a resource.
|
Setting |
DeleteAccountSettingResult.getSetting()
The account setting for the specified principal ARN.
|
Setting |
Setting.withName(SettingName name)
The Amazon ECS resource name.
|
Setting |
Setting.withName(String name)
The Amazon ECS resource name.
|
Setting |
Setting.withPrincipalArn(String principalArn)
The ARN of the principal.
|
Setting |
Setting.withValue(String value)
Determines whether the account setting is on or off for the specified resource.
|
Modifier and Type | Method and Description |
---|---|
List<Setting> |
ListAccountSettingsResult.getSettings()
The account settings for the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
PutAccountSettingDefaultResult.setSetting(Setting setting)
The current setting for a resource.
|
void |
PutAccountSettingResult.setSetting(Setting setting)
The current account setting for a resource.
|
void |
DeleteAccountSettingResult.setSetting(Setting setting)
The account setting for the specified principal ARN.
|
PutAccountSettingDefaultResult |
PutAccountSettingDefaultResult.withSetting(Setting setting)
The current setting for a resource.
|
PutAccountSettingResult |
PutAccountSettingResult.withSetting(Setting setting)
The current account setting for a resource.
|
DeleteAccountSettingResult |
DeleteAccountSettingResult.withSetting(Setting setting)
The account setting for the specified principal ARN.
|
ListAccountSettingsResult |
ListAccountSettingsResult.withSettings(Setting... settings)
The account settings for the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
ListAccountSettingsResult.setSettings(Collection<Setting> settings)
The account settings for the resource.
|
ListAccountSettingsResult |
ListAccountSettingsResult.withSettings(Collection<Setting> settings)
The account settings for the resource.
|
Copyright © 2023. All rights reserved.