Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.TypeConverterEntry
-
Packages that use TypeConverterEntry Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of TypeConverterEntry in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type TypeConverterEntry Modifier and Type Method Description List<TypeConverterEntry>TypeConverter. entries()An array ofTypeConverterEntryobjects, where each object contains the information about one field to change the type of.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type TypeConverterEntry Modifier and Type Method Description TypeConverter.BuilderTypeConverter.Builder. entries(TypeConverterEntry... entries)An array ofTypeConverterEntryobjects, where each object contains the information about one field to change the type of.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type TypeConverterEntry Modifier and Type Method Description TypeConverter.BuilderTypeConverter.Builder. entries(Collection<TypeConverterEntry> entries)An array ofTypeConverterEntryobjects, where each object contains the information about one field to change the type of.
-