Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.FieldIndex
Packages that use FieldIndex
-
Uses of FieldIndex in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type FieldIndexModifier and TypeMethodDescriptionfinal List<FieldIndex>DescribeFieldIndexesResponse.fieldIndexes()An array containing the field index information.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type FieldIndexModifier and TypeMethodDescriptionDescribeFieldIndexesResponse.Builder.fieldIndexes(FieldIndex... fieldIndexes) An array containing the field index information.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type FieldIndexModifier and TypeMethodDescriptionDescribeFieldIndexesResponse.Builder.fieldIndexes(Collection<FieldIndex> fieldIndexes) An array containing the field index information.