| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EcsProperties |
EcsProperties.clone() |
EcsProperties |
NodeRangeProperty.getEcsProperties()
This is an object that represents the properties of the node range for a multi-node parallel job.
|
EcsProperties |
JobDefinition.getEcsProperties()
An object that contains the properties for the Amazon ECS resources of a job.When
ecsProperties is
used in the job definition, it can't be used in addition to containerProperties,
eksProperties, or nodeProperties. |
EcsProperties |
RegisterJobDefinitionRequest.getEcsProperties()
An object with properties that are specific to Amazon ECS-based jobs.
|
EcsProperties |
EcsProperties.withTaskProperties(Collection<EcsTaskProperties> taskProperties)
An object that contains the properties for the Amazon ECS task definition of a job.
|
EcsProperties |
EcsProperties.withTaskProperties(EcsTaskProperties... taskProperties)
An object that contains the properties for the Amazon ECS task definition of a job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeRangeProperty.setEcsProperties(EcsProperties ecsProperties)
This is an object that represents the properties of the node range for a multi-node parallel job.
|
void |
JobDefinition.setEcsProperties(EcsProperties ecsProperties)
An object that contains the properties for the Amazon ECS resources of a job.When
ecsProperties is
used in the job definition, it can't be used in addition to containerProperties,
eksProperties, or nodeProperties. |
void |
RegisterJobDefinitionRequest.setEcsProperties(EcsProperties ecsProperties)
An object with properties that are specific to Amazon ECS-based jobs.
|
NodeRangeProperty |
NodeRangeProperty.withEcsProperties(EcsProperties ecsProperties)
This is an object that represents the properties of the node range for a multi-node parallel job.
|
JobDefinition |
JobDefinition.withEcsProperties(EcsProperties ecsProperties)
An object that contains the properties for the Amazon ECS resources of a job.When
ecsProperties is
used in the job definition, it can't be used in addition to containerProperties,
eksProperties, or nodeProperties. |
RegisterJobDefinitionRequest |
RegisterJobDefinitionRequest.withEcsProperties(EcsProperties ecsProperties)
An object with properties that are specific to Amazon ECS-based jobs.
|
Copyright © 2024. All rights reserved.