Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LookupTable
Packages that use LookupTable
-
Uses of LookupTable in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LookupTableModifier and TypeMethodDescriptionfinal List<LookupTable>DescribeLookupTablesResponse.lookupTables()An array of structures, where each structure contains metadata about one lookup table.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type LookupTableModifier and TypeMethodDescriptionDescribeLookupTablesResponse.Builder.lookupTables(LookupTable... lookupTables) An array of structures, where each structure contains metadata about one lookup table.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type LookupTableModifier and TypeMethodDescriptionDescribeLookupTablesResponse.Builder.lookupTables(Collection<LookupTable> lookupTables) An array of structures, where each structure contains metadata about one lookup table.