Package | Description |
---|---|
com.amazonaws.services.ecs |
|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
CreateServiceResult |
AmazonECS.createService(CreateServiceRequest createServiceRequest)
Runs and maintains a desired number of tasks from a specified task definition.
|
CreateServiceResult |
AmazonECSClient.createService(CreateServiceRequest request)
Runs and maintains a desired number of tasks from a specified task definition.
|
CreateServiceResult |
AbstractAmazonECS.createService(CreateServiceRequest request) |
Future<CreateServiceResult> |
AmazonECSAsyncClient.createServiceAsync(CreateServiceRequest request) |
Future<CreateServiceResult> |
AbstractAmazonECSAsync.createServiceAsync(CreateServiceRequest request) |
Future<CreateServiceResult> |
AmazonECSAsync.createServiceAsync(CreateServiceRequest createServiceRequest)
Runs and maintains a desired number of tasks from a specified task definition.
|
Future<CreateServiceResult> |
AmazonECSAsyncClient.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AbstractAmazonECSAsync.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AmazonECSAsync.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Runs and maintains a desired number of tasks from a specified task definition.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateServiceResult> |
AmazonECSAsyncClient.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AbstractAmazonECSAsync.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AmazonECSAsync.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Runs and maintains a desired number of tasks from a specified task definition.
|
Modifier and Type | Method and Description |
---|---|
CreateServiceRequest |
CreateServiceRequest.clone() |
CreateServiceRequest |
CreateServiceRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateServiceRequest |
CreateServiceRequest.withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster on which to run your service.
|
CreateServiceRequest |
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 |
CreateServiceRequest.withDeploymentController(DeploymentController deploymentController)
The deployment controller to use for the service.
|
CreateServiceRequest |
CreateServiceRequest.withDesiredCount(Integer desiredCount)
The number of instantiations of the specified task definition to place and keep running on your cluster.
|
CreateServiceRequest |
CreateServiceRequest.withEnableECSManagedTags(Boolean enableECSManagedTags)
Specifies whether to enable Amazon ECS managed tags for the tasks within the service.
|
CreateServiceRequest |
CreateServiceRequest.withHealthCheckGracePeriodSeconds(Integer healthCheckGracePeriodSeconds)
The period of time, in seconds, that the Amazon ECS service scheduler should ignore unhealthy Elastic Load
Balancing target health checks after a task has first started.
|
CreateServiceRequest |
CreateServiceRequest.withLaunchType(LaunchType launchType)
The launch type on which to run your service.
|
CreateServiceRequest |
CreateServiceRequest.withLaunchType(String launchType)
The launch type on which to run your service.
|
CreateServiceRequest |
CreateServiceRequest.withLoadBalancers(Collection<LoadBalancer> loadBalancers)
A load balancer object representing the load balancer to use with your service.
|
CreateServiceRequest |
CreateServiceRequest.withLoadBalancers(LoadBalancer... loadBalancers)
A load balancer object representing the load balancer to use with your service.
|
CreateServiceRequest |
CreateServiceRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the service.
|
CreateServiceRequest |
CreateServiceRequest.withPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of placement constraint objects to use for tasks in your service.
|
CreateServiceRequest |
CreateServiceRequest.withPlacementConstraints(PlacementConstraint... placementConstraints)
An array of placement constraint objects to use for tasks in your service.
|
CreateServiceRequest |
CreateServiceRequest.withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy objects to use for tasks in your service.
|
CreateServiceRequest |
CreateServiceRequest.withPlacementStrategy(PlacementStrategy... placementStrategy)
The placement strategy objects to use for tasks in your service.
|
CreateServiceRequest |
CreateServiceRequest.withPlatformVersion(String platformVersion)
The platform version that your tasks in the service are running on.
|
CreateServiceRequest |
CreateServiceRequest.withPropagateTags(PropagateTags propagateTags)
Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
CreateServiceRequest |
CreateServiceRequest.withPropagateTags(String propagateTags)
Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
CreateServiceRequest |
CreateServiceRequest.withRole(String role)
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 |
CreateServiceRequest.withSchedulingStrategy(SchedulingStrategy schedulingStrategy)
The scheduling strategy to use for the service.
|
CreateServiceRequest |
CreateServiceRequest.withSchedulingStrategy(String schedulingStrategy)
The scheduling strategy to use for the service.
|
CreateServiceRequest |
CreateServiceRequest.withServiceName(String serviceName)
The name of your service.
|
CreateServiceRequest |
CreateServiceRequest.withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details of the service discovery registries to assign to this service.
|
CreateServiceRequest |
CreateServiceRequest.withServiceRegistries(ServiceRegistry... serviceRegistries)
The details of the service discovery registries to assign to this service.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the service to help you categorize and organize them.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Tag... tags)
The metadata that you apply to the service to help you categorize and organize them.
|
CreateServiceRequest |
CreateServiceRequest.withTaskDefinition(String taskDefinition)
The
family and revision (family:revision ) or full ARN of the task
definition to run in your service. |
Copyright © 2019. All rights reserved.