Package | Description |
---|---|
com.amazonaws.services.ecs |
|
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 © 2019. All rights reserved.