Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private DeploymentConfiguration |
UpdateServiceRequest.deploymentConfiguration
Optional deployment parameters that control how many tasks run during the
deployment and the ordering of stopping and starting tasks.
|
private DeploymentConfiguration |
Service.deploymentConfiguration
Optional deployment parameters that control how many tasks run during the
deployment and the ordering of stopping and starting tasks.
|
private DeploymentConfiguration |
CreateServiceRequest.deploymentConfiguration
Optional deployment parameters that control how many tasks run during the
deployment and the ordering of stopping and starting tasks.
|
Modifier and Type | Method and Description |
---|---|
DeploymentConfiguration |
DeploymentConfiguration.clone() |
DeploymentConfiguration |
UpdateServiceRequest.getDeploymentConfiguration()
Optional deployment parameters that control how many tasks run during the
deployment and the ordering of stopping and starting tasks.
|
DeploymentConfiguration |
Service.getDeploymentConfiguration()
Optional deployment parameters that control how many tasks run during the
deployment and the ordering of stopping and starting tasks.
|
DeploymentConfiguration |
CreateServiceRequest.getDeploymentConfiguration()
Optional deployment parameters that control how many tasks run during the
deployment and the ordering of stopping and starting tasks.
|
DeploymentConfiguration |
DeploymentConfiguration.withMaximumPercent(java.lang.Integer maximumPercent)
The upper limit (as a percentage of the service's
desiredCount ) of the number of running tasks that can be
running in a service during a deployment. |
DeploymentConfiguration |
DeploymentConfiguration.withMinimumHealthyPercent(java.lang.Integer minimumHealthyPercent)
The lower limit (as a percentage of the service's
desiredCount ) of the number of running tasks that must
remain running and healthy in a service during a deployment. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateServiceRequest.setDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the
deployment and the ordering of stopping and starting tasks.
|
void |
Service.setDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the
deployment and the ordering of stopping and starting tasks.
|
void |
CreateServiceRequest.setDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the
deployment and the ordering of stopping and starting tasks.
|
UpdateServiceRequest |
UpdateServiceRequest.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.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.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the
deployment and the ordering of stopping and starting tasks.
|
Modifier and Type | Method and Description |
---|---|
DeploymentConfiguration |
DeploymentConfigurationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentConfigurationJsonMarshaller.marshall(DeploymentConfiguration deploymentConfiguration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|