Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutIndexPolicyResponse
Packages that use PutIndexPolicyResponse
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 PutIndexPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutIndexPolicyResponseModifier and TypeMethodDescriptiondefault PutIndexPolicyResponseCloudWatchLogsClient.putIndexPolicy(Consumer<PutIndexPolicyRequest.Builder> putIndexPolicyRequest) Creates or updates a field index policy for the specified log group.default PutIndexPolicyResponseCloudWatchLogsClient.putIndexPolicy(PutIndexPolicyRequest putIndexPolicyRequest) Creates or updates a field index policy for the specified log group.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutIndexPolicyResponseModifier and TypeMethodDescriptiondefault CompletableFuture<PutIndexPolicyResponse>CloudWatchLogsAsyncClient.putIndexPolicy(Consumer<PutIndexPolicyRequest.Builder> putIndexPolicyRequest) Creates or updates a field index policy for the specified log group.default CompletableFuture<PutIndexPolicyResponse>CloudWatchLogsAsyncClient.putIndexPolicy(PutIndexPolicyRequest putIndexPolicyRequest) Creates or updates a field index policy for the specified log group.