Uses of Enum
software.amazon.awssdk.services.eventbridge.model.PropagateTags
Packages that use PropagateTags
-
Uses of PropagateTags in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return PropagateTagsModifier and TypeMethodDescriptionstatic PropagateTagsUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PropagateTagsEcsParameters.propagateTags()Specifies whether to propagate the tags from the task definition to the task.static PropagateTagsReturns the enum constant of this type with the specified name.static PropagateTags[]PropagateTags.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type PropagateTagsMethods in software.amazon.awssdk.services.eventbridge.model with parameters of type PropagateTagsModifier and TypeMethodDescriptionEcsParameters.Builder.propagateTags(PropagateTags propagateTags) Specifies whether to propagate the tags from the task definition to the task.