Uses of Class
software.amazon.awssdk.services.ecs.model.EBSTagSpecification
-
Packages that use EBSTagSpecification Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of EBSTagSpecification in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type EBSTagSpecification Modifier and Type Method Description List<EBSTagSpecification>ServiceManagedEBSVolumeConfiguration. tagSpecifications()The tags to apply to the volume.List<EBSTagSpecification>TaskManagedEBSVolumeConfiguration. tagSpecifications()The tags to apply to the volume.Methods in software.amazon.awssdk.services.ecs.model with parameters of type EBSTagSpecification Modifier and Type Method Description ServiceManagedEBSVolumeConfiguration.BuilderServiceManagedEBSVolumeConfiguration.Builder. tagSpecifications(EBSTagSpecification... tagSpecifications)The tags to apply to the volume.TaskManagedEBSVolumeConfiguration.BuilderTaskManagedEBSVolumeConfiguration.Builder. tagSpecifications(EBSTagSpecification... tagSpecifications)The tags to apply to the volume.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type EBSTagSpecification Modifier and Type Method Description ServiceManagedEBSVolumeConfiguration.BuilderServiceManagedEBSVolumeConfiguration.Builder. tagSpecifications(Collection<EBSTagSpecification> tagSpecifications)The tags to apply to the volume.TaskManagedEBSVolumeConfiguration.BuilderTaskManagedEBSVolumeConfiguration.Builder. tagSpecifications(Collection<EBSTagSpecification> tagSpecifications)The tags to apply to the volume.
-