Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Future<PutAccountSettingResult> |
AbstractAmazonECSAsync.putAccountSettingAsync(PutAccountSettingRequest request,
AsyncHandler<PutAccountSettingRequest,PutAccountSettingResult> asyncHandler) |
Future<PutAccountSettingResult> |
AmazonECSAsync.putAccountSettingAsync(PutAccountSettingRequest putAccountSettingRequest,
AsyncHandler<PutAccountSettingRequest,PutAccountSettingResult> asyncHandler)
Modifies an account setting.
|
Future<PutAccountSettingResult> |
AmazonECSAsyncClient.putAccountSettingAsync(PutAccountSettingRequest request,
AsyncHandler<PutAccountSettingRequest,PutAccountSettingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutAccountSettingRequest |
PutAccountSettingRequest.clone() |
PutAccountSettingRequest |
PutAccountSettingRequest.withName(SettingName name)
The Amazon ECS resource name for which to modify the account setting.
|
PutAccountSettingRequest |
PutAccountSettingRequest.withName(String name)
The Amazon ECS resource name for which to modify the account setting.
|
PutAccountSettingRequest |
PutAccountSettingRequest.withPrincipalArn(String principalArn)
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
|
PutAccountSettingRequest |
PutAccountSettingRequest.withValue(String value)
The account setting value for the specified principal ARN.
|
Copyright © 2022. All rights reserved.