Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.SubstituteStringEntry
Packages that use SubstituteStringEntry
-
Uses of SubstituteStringEntry in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type SubstituteStringEntryModifier and TypeMethodDescriptionfinal List<SubstituteStringEntry>SubstituteString.entries()An array of objects, where each object contains the information about one key to match and replace.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type SubstituteStringEntryModifier and TypeMethodDescriptionSubstituteString.Builder.entries(SubstituteStringEntry... entries) An array of objects, where each object contains the information about one key to match and replace.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type SubstituteStringEntryModifier and TypeMethodDescriptionSubstituteString.Builder.entries(Collection<SubstituteStringEntry> entries) An array of objects, where each object contains the information about one key to match and replace.