| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model | |
| software.amazon.awssdk.services.ecs.paginators |
| Modifier and Type | Method and Description |
|---|---|
Setting |
DeleteAccountSettingResponse.setting()
The account setting for the specified principal ARN.
|
Setting |
PutAccountSettingResponse.setting()
The current account setting for a resource.
|
Setting |
PutAccountSettingDefaultResponse.setting()
The current setting for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Setting> |
ListAccountSettingsResponse.settings()
The account settings for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAccountSettingResponse.Builder |
DeleteAccountSettingResponse.Builder.setting(Setting setting)
The account setting for the specified principal ARN.
|
PutAccountSettingResponse.Builder |
PutAccountSettingResponse.Builder.setting(Setting setting)
The current account setting for a resource.
|
PutAccountSettingDefaultResponse.Builder |
PutAccountSettingDefaultResponse.Builder.setting(Setting setting)
The current setting for a resource.
|
ListAccountSettingsResponse.Builder |
ListAccountSettingsResponse.Builder.settings(Setting... settings)
The account settings for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountSettingsResponse.Builder |
ListAccountSettingsResponse.Builder.settings(Collection<Setting> settings)
The account settings for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Setting> |
ListAccountSettingsPublisher.settings()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Setting> |
ListAccountSettingsIterable.settings()
Returns an iterable to iterate through the paginated
ListAccountSettingsResponse.settings() member. |
Copyright © 2021. All rights reserved.