Uses of Class
software.amazon.awssdk.services.ecs.model.ServiceManagedEBSVolumeConfiguration
-
Packages that use ServiceManagedEBSVolumeConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ServiceManagedEBSVolumeConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ServiceManagedEBSVolumeConfiguration Modifier and Type Method Description ServiceManagedEBSVolumeConfigurationServiceVolumeConfiguration. managedEBSVolume()The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ServiceManagedEBSVolumeConfiguration Modifier and Type Method Description ServiceVolumeConfiguration.BuilderServiceVolumeConfiguration.Builder. managedEBSVolume(ServiceManagedEBSVolumeConfiguration managedEBSVolume)The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf.
-