Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateClusterResult> |
AbstractAmazonECSAsync.createClusterAsync(AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Simplified method form for invoking the CreateCluster operation with an AsyncHandler.
|
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(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> 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.
|
Modifier and Type | Method and Description |
---|---|
CreateClusterRequest |
CreateClusterRequest.clone() |
CreateClusterRequest |
CreateClusterRequest.withCapacityProviders(Collection<String> capacityProviders)
The short name of one or more capacity providers to associate with the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withCapacityProviders(String... capacityProviders)
The short name of one or more capacity providers to associate with the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withClusterName(String clusterName)
The name of your cluster.
|
CreateClusterRequest |
CreateClusterRequest.withConfiguration(ClusterConfiguration configuration)
The execute command configuration for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withDefaultCapacityProviderStrategy(CapacityProviderStrategyItem... defaultCapacityProviderStrategy)
The capacity provider strategy to set as the default for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withDefaultCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> defaultCapacityProviderStrategy)
The capacity provider strategy to set as the default for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSettings(ClusterSetting... settings)
The setting to use when creating a cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSettings(Collection<ClusterSetting> settings)
The setting to use when creating a 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 © 2021. All rights reserved.