Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Service |
Service.clone() |
Service |
UpdateServiceResult.getService()
The full description of your service following the update call.
|
Service |
DeleteServiceResult.getService()
The full description of the deleted service.
|
Service |
CreateServiceResult.getService()
The full description of your service following the create call.
|
Service |
Service.withCapacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy the service uses.
|
Service |
Service.withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy the service uses.
|
Service |
Service.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that hosts the service.
|
Service |
Service.withCreatedAt(Date createdAt)
The Unix timestamp for the time when the service was created.
|
Service |
Service.withCreatedBy(String createdBy)
The principal that created the service.
|
Service |
Service.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping
and starting tasks.
|
Service |
Service.withDeploymentController(DeploymentController deploymentController)
The deployment controller type the service is using.
|
Service |
Service.withDeployments(Collection<Deployment> deployments)
The current state of deployments for the service.
|
Service |
Service.withDeployments(Deployment... deployments)
The current state of deployments for the service.
|
Service |
Service.withDesiredCount(Integer desiredCount)
The desired number of instantiations of the task definition to keep running on the service.
|
Service |
Service.withEnableECSManagedTags(Boolean enableECSManagedTags)
Determines whether to use Amazon ECS managed tags for the tasks in the service.
|
Service |
Service.withEnableExecuteCommand(Boolean enableExecuteCommand)
Determines whether the execute command functionality is turned on for the service.
|
Service |
Service.withEvents(Collection<ServiceEvent> events)
The event stream for your service.
|
Service |
Service.withEvents(ServiceEvent... events)
The event stream for your service.
|
Service |
Service.withHealthCheckGracePeriodSeconds(Integer healthCheckGracePeriodSeconds)
The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing
target health checks after a task has first started.
|
Service |
Service.withLaunchType(LaunchType launchType)
The launch type the service is using.
|
Service |
Service.withLaunchType(String launchType)
The launch type the service is using.
|
Service |
Service.withLoadBalancers(Collection<LoadBalancer> loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
Service |
Service.withLoadBalancers(LoadBalancer... loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
Service |
Service.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
Service |
Service.withPendingCount(Integer pendingCount)
The number of tasks in the cluster that are in the
PENDING state. |
Service |
Service.withPlacementConstraints(Collection<PlacementConstraint> placementConstraints)
The placement constraints for the tasks in the service.
|
Service |
Service.withPlacementConstraints(PlacementConstraint... placementConstraints)
The placement constraints for the tasks in the service.
|
Service |
Service.withPlacementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy that determines how tasks for the service are placed.
|
Service |
Service.withPlacementStrategy(PlacementStrategy... placementStrategy)
The placement strategy that determines how tasks for the service are placed.
|
Service |
Service.withPlatformFamily(String platformFamily)
The operating system that your tasks in the service run on.
|
Service |
Service.withPlatformVersion(String platformVersion)
The platform version to run your service on.
|
Service |
Service.withPropagateTags(PropagateTags propagateTags)
Determines whether to propagate the tags from the task definition or the service to the task.
|
Service |
Service.withPropagateTags(String propagateTags)
Determines whether to propagate the tags from the task definition or the service to the task.
|
Service |
Service.withRoleArn(String roleArn)
The ARN of the IAM role that's associated with the service.
|
Service |
Service.withRunningCount(Integer runningCount)
The number of tasks in the cluster that are in the
RUNNING state. |
Service |
Service.withSchedulingStrategy(SchedulingStrategy schedulingStrategy)
The scheduling strategy to use for the service.
|
Service |
Service.withSchedulingStrategy(String schedulingStrategy)
The scheduling strategy to use for the service.
|
Service |
Service.withServiceArn(String serviceArn)
The ARN that identifies the service.
|
Service |
Service.withServiceName(String serviceName)
The name of your service.
|
Service |
Service.withServiceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details for the service discovery registries to assign to this service.
|
Service |
Service.withServiceRegistries(ServiceRegistry... serviceRegistries)
The details for the service discovery registries to assign to this service.
|
Service |
Service.withStatus(String status)
The status of the service.
|
Service |
Service.withTags(Collection<Tag> tags)
The metadata that you apply to the service to help you categorize and organize them.
|
Service |
Service.withTags(Tag... tags)
The metadata that you apply to the service to help you categorize and organize them.
|
Service |
Service.withTaskDefinition(String taskDefinition)
The task definition to use for tasks in the service.
|
Service |
Service.withTaskSets(Collection<TaskSet> taskSets)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
Service |
Service.withTaskSets(TaskSet... taskSets)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
Modifier and Type | Method and Description |
---|---|
List<Service> |
DescribeServicesResult.getServices()
The list of services described.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateServiceResult.setService(Service service)
The full description of your service following the update call.
|
void |
DeleteServiceResult.setService(Service service)
The full description of the deleted service.
|
void |
CreateServiceResult.setService(Service service)
The full description of your service following the create call.
|
UpdateServiceResult |
UpdateServiceResult.withService(Service service)
The full description of your service following the update call.
|
DeleteServiceResult |
DeleteServiceResult.withService(Service service)
The full description of the deleted service.
|
CreateServiceResult |
CreateServiceResult.withService(Service service)
The full description of your service following the create call.
|
DescribeServicesResult |
DescribeServicesResult.withServices(Service... services)
The list of services described.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeServicesResult.setServices(Collection<Service> services)
The list of services described.
|
DescribeServicesResult |
DescribeServicesResult.withServices(Collection<Service> services)
The list of services described.
|
Copyright © 2024. All rights reserved.