Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
PutAttributesResult |
AmazonECS.putAttributes(PutAttributesRequest putAttributesRequest)
Create or update an attribute on an Amazon ECS resource.
|
PutAttributesResult |
AmazonECSClient.putAttributes(PutAttributesRequest request)
Create or update an attribute on an Amazon ECS resource.
|
PutAttributesResult |
AbstractAmazonECS.putAttributes(PutAttributesRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<PutAttributesResult> |
AmazonECSAsyncClient.putAttributesAsync(PutAttributesRequest request,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler) |
Future<PutAttributesResult> |
AbstractAmazonECSAsync.putAttributesAsync(PutAttributesRequest request,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler) |
Future<PutAttributesResult> |
AmazonECSAsync.putAttributesAsync(PutAttributesRequest putAttributesRequest,
AsyncHandler<PutAttributesRequest,PutAttributesResult> asyncHandler)
Create or update an attribute on an Amazon ECS resource.
|
Modifier and Type | Method and Description |
---|---|
PutAttributesResult |
PutAttributesResult.clone() |
PutAttributesResult |
PutAttributesResult.withAttributes(Attribute... attributes)
The attributes applied to your resource.
|
PutAttributesResult |
PutAttributesResult.withAttributes(Collection<Attribute> attributes)
The attributes applied to your resource.
|
Copyright © 2020. All rights reserved.