| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
default PutAccountSettingResponse |
EcsClient.putAccountSetting(Consumer<PutAccountSettingRequest.Builder> 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.
|
default CompletableFuture<PutAccountSettingResponse> |
EcsAsyncClient.putAccountSetting(Consumer<PutAccountSettingRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static PutAccountSettingRequest.Builder |
PutAccountSettingRequest.builder() |
PutAccountSettingRequest.Builder |
PutAccountSettingRequest.Builder.name(SettingName name)
The resource name for which to enable the new format.
|
PutAccountSettingRequest.Builder |
PutAccountSettingRequest.Builder.name(String name)
The resource name for which to enable the new format.
|
PutAccountSettingRequest.Builder |
PutAccountSettingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAccountSettingRequest.Builder |
PutAccountSettingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutAccountSettingRequest.Builder |
PutAccountSettingRequest.Builder.principalArn(String principalArn)
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
|
PutAccountSettingRequest.Builder |
PutAccountSettingRequest.toBuilder() |
PutAccountSettingRequest.Builder |
PutAccountSettingRequest.Builder.value(String value)
The account setting value for the specified principal ARN.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutAccountSettingRequest.Builder> |
PutAccountSettingRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.