Uses of Enum
software.amazon.awssdk.services.lambda.model.PropagateTagsMode
Packages that use PropagateTagsMode
-
Uses of PropagateTagsMode in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return PropagateTagsModeModifier and TypeMethodDescriptionstatic PropagateTagsModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PropagateTagsModePropagateTags.mode()The tag propagation mode.static PropagateTagsModeReturns the enum constant of this type with the specified name.static PropagateTagsMode[]PropagateTagsMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type PropagateTagsModeMethods in software.amazon.awssdk.services.lambda.model with parameters of type PropagateTagsModeModifier and TypeMethodDescriptionPropagateTags.Builder.mode(PropagateTagsMode mode) The tag propagation mode.