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<CreateClusterResult> |
AmazonECSAsyncClient.createClusterAsync(AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Simplified method form for invoking the CreateCluster operation with an AsyncHandler.
|
Future<CreateClusterResult> |
AbstractAmazonECSAsync.createClusterAsync(AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Simplified method form for invoking the CreateCluster operation with an AsyncHandler.
|
Future<CreateClusterResult> |
AmazonECSAsync.createClusterAsync(AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Simplified method form for invoking the CreateCluster operation with an AsyncHandler.
|
Future<CreateClusterResult> |
AmazonECSAsyncClient.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AbstractAmazonECSAsync.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AmazonECSAsync.createClusterAsync(CreateClusterRequest createClusterRequest,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Creates a new Amazon ECS cluster.
|
Modifier and Type | Method and Description |
---|---|
CreateClusterRequest |
CreateClusterRequest.clone() |
CreateClusterRequest |
CreateClusterRequest.withClusterName(String clusterName)
The name of your cluster.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the cluster to help you categorize and organize them.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Tag... tags)
The metadata that you apply to the cluster to help you categorize and organize them.
|
Copyright © 2019. All rights reserved.