Uses of Class
software.amazon.awssdk.services.ecs.model.ServiceVolumeConfiguration
-
Packages that use ServiceVolumeConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ServiceVolumeConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ServiceVolumeConfiguration Modifier and Type Method Description List<ServiceVolumeConfiguration>CreateServiceRequest. volumeConfigurations()The configuration for a volume specified in the task definition as a volume that is configured at launch time.List<ServiceVolumeConfiguration>Deployment. volumeConfigurations()The details of the volume that wasconfiguredAtLaunch.List<ServiceVolumeConfiguration>UpdateServiceRequest. volumeConfigurations()The details of the volume that wasconfiguredAtLaunch.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ServiceVolumeConfiguration Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. volumeConfigurations(ServiceVolumeConfiguration... volumeConfigurations)The configuration for a volume specified in the task definition as a volume that is configured at launch time.Deployment.BuilderDeployment.Builder. volumeConfigurations(ServiceVolumeConfiguration... volumeConfigurations)The details of the volume that wasconfiguredAtLaunch.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. volumeConfigurations(ServiceVolumeConfiguration... volumeConfigurations)The details of the volume that wasconfiguredAtLaunch.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ServiceVolumeConfiguration Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. volumeConfigurations(Collection<ServiceVolumeConfiguration> volumeConfigurations)The configuration for a volume specified in the task definition as a volume that is configured at launch time.Deployment.BuilderDeployment.Builder. volumeConfigurations(Collection<ServiceVolumeConfiguration> volumeConfigurations)The details of the volume that wasconfiguredAtLaunch.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. volumeConfigurations(Collection<ServiceVolumeConfiguration> volumeConfigurations)The details of the volume that wasconfiguredAtLaunch.
-