Package | Description |
---|---|
com.amazonaws.services.ecs |
Amazon EC2 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 of EC2 instances.
|
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.
|
Copyright © 2016. All rights reserved.