Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Deployment |
Deployment.clone() |
Deployment |
Deployment.withCapacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy that the deployment is using.
|
Deployment |
Deployment.withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy that the deployment is using.
|
Deployment |
Deployment.withCreatedAt(Date createdAt)
The Unix timestamp for when the service deployment was created.
|
Deployment |
Deployment.withDesiredCount(Integer desiredCount)
The most recent desired count of tasks that was specified for the service to deploy or maintain.
|
Deployment |
Deployment.withFailedTasks(Integer failedTasks)
The number of consecutively failed tasks in the deployment.
|
Deployment |
Deployment.withId(String id)
The ID of the deployment.
|
Deployment |
Deployment.withLaunchType(LaunchType launchType)
The launch type the tasks in the service are using.
|
Deployment |
Deployment.withLaunchType(String launchType)
The launch type the tasks in the service are using.
|
Deployment |
Deployment.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. |
Deployment |
Deployment.withPendingCount(Integer pendingCount)
The number of tasks in the deployment that are in the
PENDING status. |
Deployment |
Deployment.withPlatformVersion(String platformVersion)
The platform version on which your tasks in the service are running.
|
Deployment |
Deployment.withRolloutState(DeploymentRolloutState rolloutState)
|
Deployment |
Deployment.withRolloutState(String rolloutState)
|
Deployment |
Deployment.withRolloutStateReason(String rolloutStateReason)
A description of the rollout state of a deployment.
|
Deployment |
Deployment.withRunningCount(Integer runningCount)
The number of tasks in the deployment that are in the
RUNNING status. |
Deployment |
Deployment.withStatus(String status)
The status of the deployment.
|
Deployment |
Deployment.withTaskDefinition(String taskDefinition)
The most recent task definition that was specified for the tasks in the service to use.
|
Deployment |
Deployment.withUpdatedAt(Date updatedAt)
The Unix timestamp for when the service deployment was last updated.
|
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
Service.getDeployments()
The current state of deployments for the service.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.withDeployments(Deployment... deployments)
The current state of deployments for the service.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setDeployments(Collection<Deployment> deployments)
The current state of deployments for the service.
|
Service |
Service.withDeployments(Collection<Deployment> deployments)
The current state of deployments for the service.
|
Copyright © 2020. All rights reserved.