Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Deployment> |
Service.deployments
The current state of deployments for the service.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
Deployment.clone() |
Deployment |
Deployment.withCreatedAt(java.util.Date createdAt)
The Unix time in seconds and milliseconds when the service was created.
|
Deployment |
Deployment.withDesiredCount(java.lang.Integer desiredCount)
The most recent desired count of tasks that was specified for the service
to deploy or maintain.
|
Deployment |
Deployment.withId(java.lang.String id)
The ID of the deployment.
|
Deployment |
Deployment.withPendingCount(java.lang.Integer pendingCount)
The number of tasks in the deployment that are in the
PENDING status. |
Deployment |
Deployment.withRunningCount(java.lang.Integer runningCount)
The number of tasks in the deployment that are in the
RUNNING status. |
Deployment |
Deployment.withStatus(java.lang.String status)
The status of the deployment.
|
Deployment |
Deployment.withTaskDefinition(java.lang.String taskDefinition)
The most recent task definition that was specified for the service to
use.
|
Deployment |
Deployment.withUpdatedAt(java.util.Date updatedAt)
The Unix time in seconds and milliseconds when the service was last
updated.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Deployment> deployments)
The current state of deployments for the service.
|
Service |
Service.withDeployments(java.util.Collection<Deployment> deployments)
The current state of deployments for the service.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentJsonMarshaller.marshall(Deployment deployment,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|