Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListLogAnomalyDetectorsRequest.Builder
-
Packages that use ListLogAnomalyDetectorsRequest.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 ListLogAnomalyDetectorsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
-
Uses of ListLogAnomalyDetectorsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListLogAnomalyDetectorsRequest.Builder Modifier and Type Method Description static ListLogAnomalyDetectorsRequest.BuilderListLogAnomalyDetectorsRequest. builder()ListLogAnomalyDetectorsRequest.BuilderListLogAnomalyDetectorsRequest.Builder. filterLogGroupArn(String filterLogGroupArn)Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.ListLogAnomalyDetectorsRequest.BuilderListLogAnomalyDetectorsRequest.Builder. limit(Integer limit)The maximum number of items to return.ListLogAnomalyDetectorsRequest.BuilderListLogAnomalyDetectorsRequest.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListLogAnomalyDetectorsRequest.BuilderListLogAnomalyDetectorsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLogAnomalyDetectorsRequest.BuilderListLogAnomalyDetectorsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLogAnomalyDetectorsRequest.BuilderListLogAnomalyDetectorsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListLogAnomalyDetectorsRequest.Builder Modifier and Type Method Description static Class<? extends ListLogAnomalyDetectorsRequest.Builder>ListLogAnomalyDetectorsRequest. serializableBuilderClass()
-