Package | Description |
---|---|
com.amazonaws.services.ecs |
|
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 type 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 type for a specified IAM user, IAM role, or the root user
for an account.
|
PutAccountSettingResult |
AbstractAmazonECS.putAccountSetting(PutAccountSettingRequest request) |
Future<PutAccountSettingResult> |
AmazonECSAsyncClient.putAccountSettingAsync(PutAccountSettingRequest request) |
Future<PutAccountSettingResult> |
AbstractAmazonECSAsync.putAccountSettingAsync(PutAccountSettingRequest request) |
Future<PutAccountSettingResult> |
AmazonECSAsync.putAccountSettingAsync(PutAccountSettingRequest putAccountSettingRequest)
Modifies the ARN and resource ID format of a resource type for a specified IAM user, IAM role, or the root user
for an account.
|
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 type for a specified IAM user, IAM role, or the root user
for an account.
|
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 type for a specified IAM user, IAM role, or the root user
for an account.
|
Modifier and Type | Method and Description |
---|---|
PutAccountSettingRequest |
PutAccountSettingRequest.clone() |
PutAccountSettingRequest |
PutAccountSettingRequest.withName(SettingName name)
The resource name for which to enable the new format.
|
PutAccountSettingRequest |
PutAccountSettingRequest.withName(String name)
The resource name for which to enable the new format.
|
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 © 2019. All rights reserved.