| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
TaskManagedEBSVolumeTerminationPolicy |
TaskManagedEBSVolumeTerminationPolicy.clone() |
TaskManagedEBSVolumeTerminationPolicy |
TaskManagedEBSVolumeConfiguration.getTerminationPolicy()
The termination policy for the volume when the task exits.
|
TaskManagedEBSVolumeTerminationPolicy |
TaskManagedEBSVolumeTerminationPolicy.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the volume should be deleted on when the task stops.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManagedEBSVolumeConfiguration.setTerminationPolicy(TaskManagedEBSVolumeTerminationPolicy terminationPolicy)
The termination policy for the volume when the task exits.
|
TaskManagedEBSVolumeConfiguration |
TaskManagedEBSVolumeConfiguration.withTerminationPolicy(TaskManagedEBSVolumeTerminationPolicy terminationPolicy)
The termination policy for the volume when the task exits.
|
Copyright © 2024. All rights reserved.