| Package | Description |
|---|---|
| com.amazonaws.services.ecs | |
| 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> |
AmazonECSAsync.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> |
AmazonECSAsyncClient.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AmazonECSAsync.createClusterAsync(CreateClusterRequest createClusterRequest,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Creates a new Amazon ECS cluster.
|
Future<CreateClusterResult> |
AbstractAmazonECSAsync.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest |
CreateClusterRequest.clone() |
CreateClusterRequest |
CreateClusterRequest.withClusterName(String clusterName)
The name of your cluster.
|
Copyright © 2015. All rights reserved.