Uses of Interface
software.amazon.awssdk.services.lookoutmetrics.model.ListAlertsRequest.Builder
-
Packages that use ListAlertsRequest.Builder Package Description software.amazon.awssdk.services.lookoutmetrics This is the Amazon Lookout for Metrics API Reference.software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of ListAlertsRequest.Builder in software.amazon.awssdk.services.lookoutmetrics
Method parameters in software.amazon.awssdk.services.lookoutmetrics with type arguments of type ListAlertsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAlertsResponse>LookoutMetricsAsyncClient. listAlerts(Consumer<ListAlertsRequest.Builder> listAlertsRequest)Lists the alerts attached to a detector.default ListAlertsResponseLookoutMetricsClient. listAlerts(Consumer<ListAlertsRequest.Builder> listAlertsRequest)Lists the alerts attached to a detector.default ListAlertsPublisherLookoutMetricsAsyncClient. listAlertsPaginator(Consumer<ListAlertsRequest.Builder> listAlertsRequest)Lists the alerts attached to a detector.default ListAlertsIterableLookoutMetricsClient. listAlertsPaginator(Consumer<ListAlertsRequest.Builder> listAlertsRequest)Lists the alerts attached to a detector. -
Uses of ListAlertsRequest.Builder in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return ListAlertsRequest.Builder Modifier and Type Method Description ListAlertsRequest.BuilderListAlertsRequest.Builder. anomalyDetectorArn(String anomalyDetectorArn)The ARN of the alert's detector.static ListAlertsRequest.BuilderListAlertsRequest. builder()ListAlertsRequest.BuilderListAlertsRequest.Builder. maxResults(Integer maxResults)The maximum number of results that will be displayed by the request.ListAlertsRequest.BuilderListAlertsRequest.Builder. nextToken(String nextToken)If the result of the previous request is truncated, the response includes aNextToken.ListAlertsRequest.BuilderListAlertsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAlertsRequest.BuilderListAlertsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAlertsRequest.BuilderListAlertsRequest. toBuilder()Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type ListAlertsRequest.Builder Modifier and Type Method Description static Class<? extends ListAlertsRequest.Builder>ListAlertsRequest. serializableBuilderClass()
-