Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.TypeConverterEntry
Packages that use TypeConverterEntry
-
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 TypeConverterEntryModifier and TypeMethodDescriptionfinal 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 TypeConverterEntryModifier and TypeMethodDescriptionTypeConverter.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 TypeConverterEntryModifier and TypeMethodDescriptionTypeConverter.Builder.entries(Collection<TypeConverterEntry> entries) An array ofTypeConverterEntryobjects, where each object contains the information about one field to change the type of.