Uses of Class
com.amazonaws.services.ecs.model.CreateServiceRequest
Packages that use CreateServiceRequest
-
Uses of CreateServiceRequest in com.amazonaws.services.ecs
Methods in com.amazonaws.services.ecs with parameters of type CreateServiceRequestModifier and TypeMethodDescriptionAbstractAmazonECS.createService
(CreateServiceRequest request) AmazonECS.createService
(CreateServiceRequest createServiceRequest) Runs and maintains a desired number of tasks from a specified task definition.AmazonECSClient.createService
(CreateServiceRequest createServiceRequest) Runs and maintains a desired number of tasks from a specified task definition.AbstractAmazonECSAsync.createServiceAsync
(CreateServiceRequest request) AbstractAmazonECSAsync.createServiceAsync
(CreateServiceRequest request, AsyncHandler<CreateServiceRequest, CreateServiceResult> asyncHandler) AmazonECSAsync.createServiceAsync
(CreateServiceRequest createServiceRequest) Runs and maintains a desired number of tasks from a specified task definition.AmazonECSAsync.createServiceAsync
(CreateServiceRequest createServiceRequest, AsyncHandler<CreateServiceRequest, CreateServiceResult> asyncHandler) Runs and maintains a desired number of tasks from a specified task definition.AmazonECSAsyncClient.createServiceAsync
(CreateServiceRequest request) AmazonECSAsyncClient.createServiceAsync
(CreateServiceRequest request, AsyncHandler<CreateServiceRequest, CreateServiceResult> asyncHandler) Method parameters in com.amazonaws.services.ecs with type arguments of type CreateServiceRequestModifier and TypeMethodDescriptionAbstractAmazonECSAsync.createServiceAsync
(CreateServiceRequest request, AsyncHandler<CreateServiceRequest, CreateServiceResult> asyncHandler) AmazonECSAsync.createServiceAsync
(CreateServiceRequest createServiceRequest, AsyncHandler<CreateServiceRequest, CreateServiceResult> asyncHandler) Runs and maintains a desired number of tasks from a specified task definition.AmazonECSAsyncClient.createServiceAsync
(CreateServiceRequest request, AsyncHandler<CreateServiceRequest, CreateServiceResult> asyncHandler) -
Uses of CreateServiceRequest in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return CreateServiceRequestModifier and TypeMethodDescriptionCreateServiceRequest.clone()
CreateServiceRequest.withClientToken
(String clientToken) Unique, case-sensitive identifier you provide to ensure the idempotency of the request.CreateServiceRequest.withCluster
(String cluster) The short name or full Amazon Resource Name (ARN) of the cluster on which to run your service.CreateServiceRequest.withDeploymentConfiguration
(DeploymentConfiguration deploymentConfiguration) Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.CreateServiceRequest.withDesiredCount
(Integer desiredCount) The number of instantiations of the specified task definition to place and keep running on your cluster.CreateServiceRequest.withLoadBalancers
(LoadBalancer... loadBalancers) A list of load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer.CreateServiceRequest.withLoadBalancers
(Collection<LoadBalancer> loadBalancers) A list of load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer.The name or full Amazon Resource Name (ARN) of the IAM role that allows Amazon ECS to make calls to your load balancer on your behalf.CreateServiceRequest.withServiceName
(String serviceName) The name of your service.CreateServiceRequest.withTaskDefinition
(String taskDefinition) Thefamily
andrevision
(family:revision
) or full Amazon Resource Name (ARN) of the task definition to run in your service.