Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.UpperCaseString.Builder
-
Packages that use UpperCaseString.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of UpperCaseString.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return UpperCaseString.Builder Modifier and Type Method Description static UpperCaseString.BuilderUpperCaseString. builder()UpperCaseString.BuilderUpperCaseString. toBuilder()UpperCaseString.BuilderUpperCaseString.Builder. withKeys(String... withKeys)The array of containing the keys of the field to convert to uppercase.UpperCaseString.BuilderUpperCaseString.Builder. withKeys(Collection<String> withKeys)The array of containing the keys of the field to convert to uppercase.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type UpperCaseString.Builder Modifier and Type Method Description static Class<? extends UpperCaseString.Builder>UpperCaseString. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type UpperCaseString.Builder Modifier and Type Method Description default Processor.BuilderProcessor.Builder. upperCaseString(Consumer<UpperCaseString.Builder> upperCaseString)Use this parameter to include the upperCaseString processor in your transformer.
-