Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutIndexPolicyResponse
-
Packages that use PutIndexPolicyResponse Package Description software.amazon.awssdk.services.cloudwatchlogs 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 PutIndexPolicyResponse Modifier and Type Method Description default 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 PutIndexPolicyResponse Modifier and Type Method Description default 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.
-