Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeIndexPoliciesRequest.Builder
Packages that use DescribeIndexPoliciesRequest.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 DescribeIndexPoliciesRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DescribeIndexPoliciesRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeIndexPolicies(Consumer<DescribeIndexPoliciesRequest.Builder> describeIndexPoliciesRequest) Returns the field index policies of the specified log group.default DescribeIndexPoliciesResponseCloudWatchLogsClient.describeIndexPolicies(Consumer<DescribeIndexPoliciesRequest.Builder> describeIndexPoliciesRequest) Returns the field index policies of the specified log group. -
Uses of DescribeIndexPoliciesRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DescribeIndexPoliciesRequest.BuilderModifier and TypeMethodDescriptionDescribeIndexPoliciesRequest.builder()DescribeIndexPoliciesRequest.Builder.logGroupIdentifiers(String... logGroupIdentifiers) An array containing the name or ARN of the log group that you want to retrieve field index policies for.DescribeIndexPoliciesRequest.Builder.logGroupIdentifiers(Collection<String> logGroupIdentifiers) An array containing the name or ARN of the log group that you want to retrieve field index policies for.Sets the value of the NextToken property for this object.DescribeIndexPoliciesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeIndexPoliciesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeIndexPoliciesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DescribeIndexPoliciesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeIndexPoliciesRequest.Builder>DescribeIndexPoliciesRequest.serializableBuilderClass()