Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
TaskVolumeConfiguration |
TaskVolumeConfiguration.clone() |
TaskVolumeConfiguration |
TaskVolumeConfiguration.withManagedEBSVolume(TaskManagedEBSVolumeConfiguration managedEBSVolume)
The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf.
|
TaskVolumeConfiguration |
TaskVolumeConfiguration.withName(String name)
The name of the volume.
|
Modifier and Type | Method and Description |
---|---|
List<TaskVolumeConfiguration> |
StartTaskRequest.getVolumeConfigurations()
The details of the volume that was
configuredAtLaunch . |
List<TaskVolumeConfiguration> |
RunTaskRequest.getVolumeConfigurations()
The details of the volume that was
configuredAtLaunch . |
Modifier and Type | Method and Description |
---|---|
StartTaskRequest |
StartTaskRequest.withVolumeConfigurations(TaskVolumeConfiguration... volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
RunTaskRequest |
RunTaskRequest.withVolumeConfigurations(TaskVolumeConfiguration... volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
Modifier and Type | Method and Description |
---|---|
void |
StartTaskRequest.setVolumeConfigurations(Collection<TaskVolumeConfiguration> volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
void |
RunTaskRequest.setVolumeConfigurations(Collection<TaskVolumeConfiguration> volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
StartTaskRequest |
StartTaskRequest.withVolumeConfigurations(Collection<TaskVolumeConfiguration> volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
RunTaskRequest |
RunTaskRequest.withVolumeConfigurations(Collection<TaskVolumeConfiguration> volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
Copyright © 2024. All rights reserved.