Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListAnomaliesRequest.Builder
Packages that use ListAnomaliesRequest.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 ListAnomaliesRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type ListAnomaliesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListAnomaliesResponse>CloudWatchLogsAsyncClient.listAnomalies(Consumer<ListAnomaliesRequest.Builder> listAnomaliesRequest) Returns a list of anomalies that log anomaly detectors have found.default ListAnomaliesResponseCloudWatchLogsClient.listAnomalies(Consumer<ListAnomaliesRequest.Builder> listAnomaliesRequest) Returns a list of anomalies that log anomaly detectors have found.default ListAnomaliesPublisherCloudWatchLogsAsyncClient.listAnomaliesPaginator(Consumer<ListAnomaliesRequest.Builder> listAnomaliesRequest) This is a variant ofCloudWatchLogsAsyncClient.listAnomalies(software.amazon.awssdk.services.cloudwatchlogs.model.ListAnomaliesRequest)operation.default ListAnomaliesIterableCloudWatchLogsClient.listAnomaliesPaginator(Consumer<ListAnomaliesRequest.Builder> listAnomaliesRequest) This is a variant ofCloudWatchLogsClient.listAnomalies(software.amazon.awssdk.services.cloudwatchlogs.model.ListAnomaliesRequest)operation. -
Uses of ListAnomaliesRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListAnomaliesRequest.BuilderModifier and TypeMethodDescriptionListAnomaliesRequest.Builder.anomalyDetectorArn(String anomalyDetectorArn) Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.static ListAnomaliesRequest.BuilderListAnomaliesRequest.builder()The maximum number of items to return.Sets the value of the NextToken property for this object.ListAnomaliesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListAnomaliesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListAnomaliesRequest.Builder.suppressionState(String suppressionState) You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.ListAnomaliesRequest.Builder.suppressionState(SuppressionState suppressionState) You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.ListAnomaliesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListAnomaliesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAnomaliesRequest.Builder>ListAnomaliesRequest.serializableBuilderClass()