| Package | Description |
|---|---|
| com.amazonaws.services.ecs |
Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service that makes it
easy to run, stop, and manage Docker containers on a cluster.
|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccountSettingsResult> |
AmazonECSAsyncClient.listAccountSettingsAsync(ListAccountSettingsRequest request,
AsyncHandler<ListAccountSettingsRequest,ListAccountSettingsResult> asyncHandler) |
Future<ListAccountSettingsResult> |
AbstractAmazonECSAsync.listAccountSettingsAsync(ListAccountSettingsRequest request,
AsyncHandler<ListAccountSettingsRequest,ListAccountSettingsResult> asyncHandler) |
Future<ListAccountSettingsResult> |
AmazonECSAsync.listAccountSettingsAsync(ListAccountSettingsRequest listAccountSettingsRequest,
AsyncHandler<ListAccountSettingsRequest,ListAccountSettingsResult> asyncHandler)
Lists the account settings for an Amazon ECS resource for a specified principal.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountSettingsRequest |
ListAccountSettingsRequest.clone() |
ListAccountSettingsRequest |
ListAccountSettingsRequest.withEffectiveSettings(Boolean effectiveSettings)
Specifies whether to return the effective settings.
|
ListAccountSettingsRequest |
ListAccountSettingsRequest.withMaxResults(Integer maxResults)
The maximum number of account setting results returned by
ListAccountSettings in paginated output. |
ListAccountSettingsRequest |
ListAccountSettingsRequest.withName(SettingName name)
The resource name you want to list the account settings for.
|
ListAccountSettingsRequest |
ListAccountSettingsRequest.withName(String name)
The resource name you want to list the account settings for.
|
ListAccountSettingsRequest |
ListAccountSettingsRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListAccountSettings request
where maxResults was used and the results exceeded the value of that parameter. |
ListAccountSettingsRequest |
ListAccountSettingsRequest.withPrincipalArn(String principalArn)
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
|
ListAccountSettingsRequest |
ListAccountSettingsRequest.withValue(String value)
The value of the account settings with which to filter results.
|
Copyright © 2019. All rights reserved.