Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeFieldIndexesRequest.Builder
Packages that use DescribeFieldIndexesRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of DescribeFieldIndexesRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DescribeFieldIndexesRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeFieldIndexes(Consumer<DescribeFieldIndexesRequest.Builder> describeFieldIndexesRequest) Returns a list of custom and default field indexes which are discovered in log data.default DescribeFieldIndexesResponseCloudWatchLogsClient.describeFieldIndexes(Consumer<DescribeFieldIndexesRequest.Builder> describeFieldIndexesRequest) Returns a list of custom and default field indexes which are discovered in log data. -
Uses of DescribeFieldIndexesRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DescribeFieldIndexesRequest.BuilderModifier and TypeMethodDescriptionDescribeFieldIndexesRequest.builder()DescribeFieldIndexesRequest.Builder.logGroupIdentifiers(String... logGroupIdentifiers) An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.DescribeFieldIndexesRequest.Builder.logGroupIdentifiers(Collection<String> logGroupIdentifiers) An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.Sets the value of the NextToken property for this object.DescribeFieldIndexesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeFieldIndexesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeFieldIndexesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DescribeFieldIndexesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeFieldIndexesRequest.Builder>DescribeFieldIndexesRequest.serializableBuilderClass()