Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutIndexPolicyRequest.Builder
-
Packages that use PutIndexPolicyRequest.Builder 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.software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of PutIndexPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutIndexPolicyRequest.Builder 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 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.Builder Modifier and Type Method Description static PutIndexPolicyRequest.BuilderPutIndexPolicyRequest. builder()PutIndexPolicyRequest.BuilderPutIndexPolicyRequest.Builder. logGroupIdentifier(String logGroupIdentifier)Specify either the log group name or log group ARN to apply this field index policy to.PutIndexPolicyRequest.BuilderPutIndexPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutIndexPolicyRequest.BuilderPutIndexPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutIndexPolicyRequest.BuilderPutIndexPolicyRequest.Builder. policyDocument(String policyDocument)The index policy document, in JSON format.PutIndexPolicyRequest.BuilderPutIndexPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutIndexPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutIndexPolicyRequest.Builder>PutIndexPolicyRequest. serializableBuilderClass()
-