| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
UpdatePolicy |
UpdatePolicy.clone() |
UpdatePolicy |
ComputeEnvironmentDetail.getUpdatePolicy()
Specifies the infrastructure update policy for the compute environment.
|
UpdatePolicy |
UpdateComputeEnvironmentRequest.getUpdatePolicy()
Specifies the updated infrastructure update policy for the compute environment.
|
UpdatePolicy |
UpdatePolicy.withJobExecutionTimeoutMinutes(Long jobExecutionTimeoutMinutes)
Specifies the job timeout, in minutes, when the compute environment infrastructure is updated.
|
UpdatePolicy |
UpdatePolicy.withTerminateJobsOnUpdate(Boolean terminateJobsOnUpdate)
Specifies whether jobs are automatically terminated when the computer environment infrastructure is updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComputeEnvironmentDetail.setUpdatePolicy(UpdatePolicy updatePolicy)
Specifies the infrastructure update policy for the compute environment.
|
void |
UpdateComputeEnvironmentRequest.setUpdatePolicy(UpdatePolicy updatePolicy)
Specifies the updated infrastructure update policy for the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withUpdatePolicy(UpdatePolicy updatePolicy)
Specifies the infrastructure update policy for the compute environment.
|
UpdateComputeEnvironmentRequest |
UpdateComputeEnvironmentRequest.withUpdatePolicy(UpdatePolicy updatePolicy)
Specifies the updated infrastructure update policy for the compute environment.
|
Copyright © 2022. All rights reserved.