Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ServiceVolumeConfiguration |
ServiceVolumeConfiguration.clone() |
ServiceVolumeConfiguration |
ServiceVolumeConfiguration.withManagedEBSVolume(ServiceManagedEBSVolumeConfiguration managedEBSVolume)
The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf.
|
ServiceVolumeConfiguration |
ServiceVolumeConfiguration.withName(String name)
The name of the volume.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceVolumeConfiguration> |
UpdateServiceRequest.getVolumeConfigurations()
The details of the volume that was
configuredAtLaunch . |
List<ServiceVolumeConfiguration> |
CreateServiceRequest.getVolumeConfigurations()
The configuration for a volume specified in the task definition as a volume that is configured at launch time.
|
List<ServiceVolumeConfiguration> |
Deployment.getVolumeConfigurations()
The details of the volume that was
configuredAtLaunch . |
Modifier and Type | Method and Description |
---|---|
UpdateServiceRequest |
UpdateServiceRequest.withVolumeConfigurations(ServiceVolumeConfiguration... volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
CreateServiceRequest |
CreateServiceRequest.withVolumeConfigurations(ServiceVolumeConfiguration... volumeConfigurations)
The configuration for a volume specified in the task definition as a volume that is configured at launch time.
|
Deployment |
Deployment.withVolumeConfigurations(ServiceVolumeConfiguration... volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
Modifier and Type | Method and Description |
---|---|
void |
UpdateServiceRequest.setVolumeConfigurations(Collection<ServiceVolumeConfiguration> volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
void |
CreateServiceRequest.setVolumeConfigurations(Collection<ServiceVolumeConfiguration> volumeConfigurations)
The configuration for a volume specified in the task definition as a volume that is configured at launch time.
|
void |
Deployment.setVolumeConfigurations(Collection<ServiceVolumeConfiguration> volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
UpdateServiceRequest |
UpdateServiceRequest.withVolumeConfigurations(Collection<ServiceVolumeConfiguration> volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
CreateServiceRequest |
CreateServiceRequest.withVolumeConfigurations(Collection<ServiceVolumeConfiguration> volumeConfigurations)
The configuration for a volume specified in the task definition as a volume that is configured at launch time.
|
Deployment |
Deployment.withVolumeConfigurations(Collection<ServiceVolumeConfiguration> volumeConfigurations)
The details of the volume that was
configuredAtLaunch . |
Copyright © 2024. All rights reserved.