Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.FieldIndex
-
Packages that use FieldIndex Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 FieldIndex Modifier and Type Method Description List<FieldIndex>DescribeFieldIndexesResponse. fieldIndexes()An array containing the field index information.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type FieldIndex Modifier and Type Method Description DescribeFieldIndexesResponse.BuilderDescribeFieldIndexesResponse.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 FieldIndex Modifier and Type Method Description DescribeFieldIndexesResponse.BuilderDescribeFieldIndexesResponse.Builder. fieldIndexes(Collection<FieldIndex> fieldIndexes)An array containing the field index information.
-