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<PutAccountSettingDefaultResult> |
AmazonECSAsyncClient.putAccountSettingDefaultAsync(PutAccountSettingDefaultRequest request,
AsyncHandler<PutAccountSettingDefaultRequest,PutAccountSettingDefaultResult> asyncHandler) |
Future<PutAccountSettingDefaultResult> |
AbstractAmazonECSAsync.putAccountSettingDefaultAsync(PutAccountSettingDefaultRequest request,
AsyncHandler<PutAccountSettingDefaultRequest,PutAccountSettingDefaultResult> asyncHandler) |
Future<PutAccountSettingDefaultResult> |
AmazonECSAsync.putAccountSettingDefaultAsync(PutAccountSettingDefaultRequest putAccountSettingDefaultRequest,
AsyncHandler<PutAccountSettingDefaultRequest,PutAccountSettingDefaultResult> asyncHandler)
Modifies the ARN and resource ID format of a resource type for all IAM users on an account for which no
individual account setting has been set.
|
Modifier and Type | Method and Description |
---|---|
PutAccountSettingDefaultRequest |
PutAccountSettingDefaultRequest.clone() |
PutAccountSettingDefaultRequest |
PutAccountSettingDefaultRequest.withName(SettingName name)
The resource type to enable the new format for.
|
PutAccountSettingDefaultRequest |
PutAccountSettingDefaultRequest.withName(String name)
The resource type to enable the new format for.
|
PutAccountSettingDefaultRequest |
PutAccountSettingDefaultRequest.withValue(String value)
The account setting value for the specified principal ARN.
|
Copyright © 2019. All rights reserved.