| 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 |
|---|---|
PutAccountSettingResult |
AmazonECS.putAccountSetting(PutAccountSettingRequest putAccountSettingRequest)
Modifies the ARN and resource ID format of a resource for a specified IAM user, IAM role, or the root user for an
account.
|
PutAccountSettingResult |
AmazonECSClient.putAccountSetting(PutAccountSettingRequest request)
Modifies the ARN and resource ID format of a resource for a specified IAM user, IAM role, or the root user for an
account.
|
PutAccountSettingResult |
AbstractAmazonECS.putAccountSetting(PutAccountSettingRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutAccountSettingResult> |
AmazonECSAsyncClient.putAccountSettingAsync(PutAccountSettingRequest request,
AsyncHandler<PutAccountSettingRequest,PutAccountSettingResult> asyncHandler) |
Future<PutAccountSettingResult> |
AbstractAmazonECSAsync.putAccountSettingAsync(PutAccountSettingRequest request,
AsyncHandler<PutAccountSettingRequest,PutAccountSettingResult> asyncHandler) |
Future<PutAccountSettingResult> |
AmazonECSAsync.putAccountSettingAsync(PutAccountSettingRequest putAccountSettingRequest,
AsyncHandler<PutAccountSettingRequest,PutAccountSettingResult> asyncHandler)
Modifies the ARN and resource ID format of a resource for a specified IAM user, IAM role, or the root user for an
account.
|
| Modifier and Type | Method and Description |
|---|---|
PutAccountSettingResult |
PutAccountSettingResult.clone() |
PutAccountSettingResult |
PutAccountSettingResult.withSetting(Setting setting)
The current account setting for a resource.
|
Copyright © 2019. All rights reserved.