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<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 |
---|---|
PutAttributesRequest |
PutAttributesRequest.clone() |
PutAttributesRequest |
PutAttributesRequest.withAttributes(Attribute... attributes)
The attributes to apply to your resource.
|
PutAttributesRequest |
PutAttributesRequest.withAttributes(Collection<Attribute> attributes)
The attributes to apply to your resource.
|
PutAttributesRequest |
PutAttributesRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes.
|
Copyright © 2018. All rights reserved.