Uses of Class
com.amazonaws.services.ecs.model.CreateClusterResult
Packages that use CreateClusterResult
-
Uses of CreateClusterResult in com.amazonaws.services.ecs
Methods in com.amazonaws.services.ecs that return CreateClusterResultModifier and TypeMethodDescriptionAbstractAmazonECS.createCluster()
AbstractAmazonECS.createCluster
(CreateClusterRequest request) AmazonECS.createCluster()
Simplified method form for invoking the CreateCluster operation.AmazonECS.createCluster
(CreateClusterRequest createClusterRequest) Creates a new Amazon ECS cluster.AmazonECSClient.createCluster()
AmazonECSClient.createCluster
(CreateClusterRequest createClusterRequest) Creates a new Amazon ECS cluster.Methods in com.amazonaws.services.ecs that return types with arguments of type CreateClusterResultModifier and TypeMethodDescriptionAbstractAmazonECSAsync.createClusterAsync()
Simplified method form for invoking the CreateCluster operation.AbstractAmazonECSAsync.createClusterAsync
(AsyncHandler<CreateClusterRequest, CreateClusterResult> asyncHandler) Simplified method form for invoking the CreateCluster operation with an AsyncHandler.AbstractAmazonECSAsync.createClusterAsync
(CreateClusterRequest request) AbstractAmazonECSAsync.createClusterAsync
(CreateClusterRequest request, AsyncHandler<CreateClusterRequest, CreateClusterResult> asyncHandler) AmazonECSAsync.createClusterAsync()
Simplified method form for invoking the CreateCluster operation.AmazonECSAsync.createClusterAsync
(AsyncHandler<CreateClusterRequest, CreateClusterResult> asyncHandler) Simplified method form for invoking the CreateCluster operation with an AsyncHandler.AmazonECSAsync.createClusterAsync
(CreateClusterRequest createClusterRequest) Creates a new Amazon ECS cluster.AmazonECSAsync.createClusterAsync
(CreateClusterRequest createClusterRequest, AsyncHandler<CreateClusterRequest, CreateClusterResult> asyncHandler) Creates a new Amazon ECS cluster.AmazonECSAsyncClient.createClusterAsync()
Simplified method form for invoking the CreateCluster operation.AmazonECSAsyncClient.createClusterAsync
(AsyncHandler<CreateClusterRequest, CreateClusterResult> asyncHandler) Simplified method form for invoking the CreateCluster operation with an AsyncHandler.AmazonECSAsyncClient.createClusterAsync
(CreateClusterRequest request) AmazonECSAsyncClient.createClusterAsync
(CreateClusterRequest request, AsyncHandler<CreateClusterRequest, CreateClusterResult> asyncHandler) Method parameters in com.amazonaws.services.ecs with type arguments of type CreateClusterResultModifier and TypeMethodDescriptionAbstractAmazonECSAsync.createClusterAsync
(AsyncHandler<CreateClusterRequest, CreateClusterResult> asyncHandler) Simplified method form for invoking the CreateCluster operation with an AsyncHandler.AbstractAmazonECSAsync.createClusterAsync
(CreateClusterRequest request, AsyncHandler<CreateClusterRequest, CreateClusterResult> asyncHandler) AmazonECSAsync.createClusterAsync
(AsyncHandler<CreateClusterRequest, CreateClusterResult> asyncHandler) Simplified method form for invoking the CreateCluster operation with an AsyncHandler.AmazonECSAsync.createClusterAsync
(CreateClusterRequest createClusterRequest, AsyncHandler<CreateClusterRequest, CreateClusterResult> asyncHandler) Creates a new Amazon ECS cluster.AmazonECSAsyncClient.createClusterAsync
(AsyncHandler<CreateClusterRequest, CreateClusterResult> asyncHandler) Simplified method form for invoking the CreateCluster operation with an AsyncHandler.AmazonECSAsyncClient.createClusterAsync
(CreateClusterRequest request, AsyncHandler<CreateClusterRequest, CreateClusterResult> asyncHandler) -
Uses of CreateClusterResult in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return CreateClusterResultModifier and TypeMethodDescriptionCreateClusterResult.clone()
CreateClusterResult.withCluster
(Cluster cluster) The full description of your new cluster.