Uses of Class
software.amazon.awssdk.services.pipes.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of Tag in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>PipeTargetEcsTaskParameters. tags()The metadata that you apply to the task to help you categorize and organize them.Methods in software.amazon.awssdk.services.pipes.model with parameters of type Tag Modifier and Type Method Description PipeTargetEcsTaskParameters.BuilderPipeTargetEcsTaskParameters.Builder. tags(Tag... tags)The metadata that you apply to the task to help you categorize and organize them.Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type Tag Modifier and Type Method Description PipeTargetEcsTaskParameters.BuilderPipeTargetEcsTaskParameters.Builder. tags(Collection<Tag> tags)The metadata that you apply to the task to help you categorize and organize them.
-