Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutIndexPolicyRequest.Builder
Packages that use PutIndexPolicyRequest.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 PutIndexPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutIndexPolicyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutIndexPolicyResponse>CloudWatchLogsAsyncClient.putIndexPolicy(Consumer<PutIndexPolicyRequest.Builder> putIndexPolicyRequest) Creates or updates a field index policy for the specified log group.default PutIndexPolicyResponseCloudWatchLogsClient.putIndexPolicy(Consumer<PutIndexPolicyRequest.Builder> putIndexPolicyRequest) Creates or updates a field index policy for the specified log group. -
Uses of PutIndexPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutIndexPolicyRequest.BuilderModifier and TypeMethodDescriptionPutIndexPolicyRequest.builder()PutIndexPolicyRequest.Builder.logGroupIdentifier(String logGroupIdentifier) Specify either the log group name or log group ARN to apply this field index policy to.PutIndexPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutIndexPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutIndexPolicyRequest.Builder.policyDocument(String policyDocument) The index policy document, in JSON format.PutIndexPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutIndexPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutIndexPolicyRequest.Builder>PutIndexPolicyRequest.serializableBuilderClass()