Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.SubstituteStringEntry
-
Packages that use SubstituteStringEntry Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 SubstituteStringEntry Modifier and Type Method Description 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 SubstituteStringEntry Modifier and Type Method Description SubstituteString.BuilderSubstituteString.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 SubstituteStringEntry Modifier and Type Method Description SubstituteString.BuilderSubstituteString.Builder. entries(Collection<SubstituteStringEntry> entries)An array of objects, where each object contains the information about one key to match and replace.
-