| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| software.amazon.awssdk.services.ecs.paginators | |
| software.amazon.awssdk.services.ecs.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListAccountSettingsResponse |
EcsClient.listAccountSettings(ListAccountSettingsRequest listAccountSettingsRequest)
Lists the account settings for a specified principal.
|
default CompletableFuture<ListAccountSettingsResponse> |
EcsAsyncClient.listAccountSettings(ListAccountSettingsRequest listAccountSettingsRequest)
Lists the account settings for a specified principal.
|
default ListAccountSettingsIterable |
EcsClient.listAccountSettingsPaginator(ListAccountSettingsRequest listAccountSettingsRequest)
Lists the account settings for a specified principal.
|
default ListAccountSettingsPublisher |
EcsAsyncClient.listAccountSettingsPaginator(ListAccountSettingsRequest listAccountSettingsRequest)
Lists the account settings for a specified principal.
|
| Constructor and Description |
|---|
ListAccountSettingsIterable(EcsClient client,
ListAccountSettingsRequest firstRequest) |
ListAccountSettingsPublisher(EcsAsyncClient client,
ListAccountSettingsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAccountSettingsRequestMarshaller.marshall(ListAccountSettingsRequest listAccountSettingsRequest) |
Copyright © 2021. All rights reserved.