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<DeleteAttributesResult> |
AmazonECSAsyncClient.deleteAttributesAsync(DeleteAttributesRequest request,
AsyncHandler<DeleteAttributesRequest,DeleteAttributesResult> asyncHandler) |
Future<DeleteAttributesResult> |
AbstractAmazonECSAsync.deleteAttributesAsync(DeleteAttributesRequest request,
AsyncHandler<DeleteAttributesRequest,DeleteAttributesResult> asyncHandler) |
Future<DeleteAttributesResult> |
AmazonECSAsync.deleteAttributesAsync(DeleteAttributesRequest deleteAttributesRequest,
AsyncHandler<DeleteAttributesRequest,DeleteAttributesResult> asyncHandler)
Deletes one or more custom attributes from an Amazon ECS resource.
|
Modifier and Type | Method and Description |
---|---|
DeleteAttributesRequest |
DeleteAttributesRequest.clone() |
DeleteAttributesRequest |
DeleteAttributesRequest.withAttributes(Attribute... attributes)
The attributes to delete from your resource.
|
DeleteAttributesRequest |
DeleteAttributesRequest.withAttributes(Collection<Attribute> attributes)
The attributes to delete from your resource.
|
DeleteAttributesRequest |
DeleteAttributesRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to delete attributes.
|
Copyright © 2018. All rights reserved.