/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.lookoutmetrics; import javax.annotation.Generated; import com.amazonaws.services.lookoutmetrics.model.*; /** * Interface for accessing LookoutMetrics asynchronously. Each asynchronous method will return a Java Future object * representing the asynchronous operation; overloads which accept an {@code AsyncHandler} can be used to receive * notification when an asynchronous operation completes. *
* Note: Do not directly implement this interface, new methods are added to it regularly. Extend from * {@link com.amazonaws.services.lookoutmetrics.AbstractAmazonLookoutMetricsAsync} instead. *
**
* This is the Amazon Lookout for Metrics API Reference. For an introduction to the service with tutorials for * getting started, visit Amazon Lookout for Metrics * Developer Guide. *
*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public interface AmazonLookoutMetricsAsync extends AmazonLookoutMetrics { /** ** Activates an anomaly detector. *
* * @param activateAnomalyDetectorRequest * @return A Java Future containing the result of the ActivateAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsync.ActivateAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Activates an anomaly detector. *
* * @param activateAnomalyDetectorRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the ActivateAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.ActivateAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Runs a backtest for anomaly detection for the specified resource. *
* * @param backTestAnomalyDetectorRequest * @return A Java Future containing the result of the BackTestAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsync.BackTestAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Runs a backtest for anomaly detection for the specified resource. *
* * @param backTestAnomalyDetectorRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the BackTestAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.BackTestAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Creates an alert for an anomaly detector. *
* * @param createAlertRequest * @return A Java Future containing the result of the CreateAlert operation returned by the service. * @sample AmazonLookoutMetricsAsync.CreateAlert * @see AWS API * Documentation */ java.util.concurrent.Future* Creates an alert for an anomaly detector. *
* * @param createAlertRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateAlert operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.CreateAlert * @see AWS API * Documentation */ java.util.concurrent.Future* Creates an anomaly detector. *
* * @param createAnomalyDetectorRequest * @return A Java Future containing the result of the CreateAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsync.CreateAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Creates an anomaly detector. *
* * @param createAnomalyDetectorRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.CreateAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Creates a dataset. *
* * @param createMetricSetRequest * @return A Java Future containing the result of the CreateMetricSet operation returned by the service. * @sample AmazonLookoutMetricsAsync.CreateMetricSet * @see AWS * API Documentation */ java.util.concurrent.Future* Creates a dataset. *
* * @param createMetricSetRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateMetricSet operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.CreateMetricSet * @see AWS * API Documentation */ java.util.concurrent.Future* Deactivates an anomaly detector. *
* * @param deactivateAnomalyDetectorRequest * @return A Java Future containing the result of the DeactivateAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsync.DeactivateAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Deactivates an anomaly detector. *
* * @param deactivateAnomalyDetectorRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeactivateAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.DeactivateAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Deletes an alert. *
* * @param deleteAlertRequest * @return A Java Future containing the result of the DeleteAlert operation returned by the service. * @sample AmazonLookoutMetricsAsync.DeleteAlert * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes an alert. *
* * @param deleteAlertRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteAlert operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.DeleteAlert * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any * configured datasets and alerts. *
* * @param deleteAnomalyDetectorRequest * @return A Java Future containing the result of the DeleteAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsync.DeleteAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any * configured datasets and alerts. *
* * @param deleteAnomalyDetectorRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.DeleteAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Describes an alert. *
** Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource * immediately after creating or modifying it, use retries to allow time for the write operation to complete. *
* * @param describeAlertRequest * @return A Java Future containing the result of the DescribeAlert operation returned by the service. * @sample AmazonLookoutMetricsAsync.DescribeAlert * @see AWS * API Documentation */ java.util.concurrent.Future* Describes an alert. *
** Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource * immediately after creating or modifying it, use retries to allow time for the write operation to complete. *
* * @param describeAlertRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeAlert operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.DescribeAlert * @see AWS * API Documentation */ java.util.concurrent.Future* Returns information about the status of the specified anomaly detection jobs. *
* * @param describeAnomalyDetectionExecutionsRequest * @return A Java Future containing the result of the DescribeAnomalyDetectionExecutions operation returned by the * service. * @sample AmazonLookoutMetricsAsync.DescribeAnomalyDetectionExecutions * @see AWS API Documentation */ java.util.concurrent.Future* Returns information about the status of the specified anomaly detection jobs. *
* * @param describeAnomalyDetectionExecutionsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeAnomalyDetectionExecutions operation returned by the * service. * @sample AmazonLookoutMetricsAsyncHandler.DescribeAnomalyDetectionExecutions * @see AWS API Documentation */ java.util.concurrent.Future* Describes a detector. *
** Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource * immediately after creating or modifying it, use retries to allow time for the write operation to complete. *
* * @param describeAnomalyDetectorRequest * @return A Java Future containing the result of the DescribeAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsync.DescribeAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Describes a detector. *
** Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource * immediately after creating or modifying it, use retries to allow time for the write operation to complete. *
* * @param describeAnomalyDetectorRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.DescribeAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Describes a dataset. *
** Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource * immediately after creating or modifying it, use retries to allow time for the write operation to complete. *
* * @param describeMetricSetRequest * @return A Java Future containing the result of the DescribeMetricSet operation returned by the service. * @sample AmazonLookoutMetricsAsync.DescribeMetricSet * @see AWS API Documentation */ java.util.concurrent.Future* Describes a dataset. *
** Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource * immediately after creating or modifying it, use retries to allow time for the write operation to complete. *
* * @param describeMetricSetRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeMetricSet operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.DescribeMetricSet * @see AWS API Documentation */ java.util.concurrent.Future* Detects an Amazon S3 dataset's file format, interval, and offset. *
* * @param detectMetricSetConfigRequest * @return A Java Future containing the result of the DetectMetricSetConfig operation returned by the service. * @sample AmazonLookoutMetricsAsync.DetectMetricSetConfig * @see AWS API Documentation */ java.util.concurrent.Future* Detects an Amazon S3 dataset's file format, interval, and offset. *
* * @param detectMetricSetConfigRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DetectMetricSetConfig operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.DetectMetricSetConfig * @see AWS API Documentation */ java.util.concurrent.Future* Returns details about a group of anomalous metrics. *
* * @param getAnomalyGroupRequest * @return A Java Future containing the result of the GetAnomalyGroup operation returned by the service. * @sample AmazonLookoutMetricsAsync.GetAnomalyGroup * @see AWS * API Documentation */ java.util.concurrent.Future* Returns details about a group of anomalous metrics. *
* * @param getAnomalyGroupRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the GetAnomalyGroup operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.GetAnomalyGroup * @see AWS * API Documentation */ java.util.concurrent.Future* Returns details about the requested data quality metrics. *
* * @param getDataQualityMetricsRequest * @return A Java Future containing the result of the GetDataQualityMetrics operation returned by the service. * @sample AmazonLookoutMetricsAsync.GetDataQualityMetrics * @see AWS API Documentation */ java.util.concurrent.Future* Returns details about the requested data quality metrics. *
* * @param getDataQualityMetricsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the GetDataQualityMetrics operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.GetDataQualityMetrics * @see AWS API Documentation */ java.util.concurrent.Future* Get feedback for an anomaly group. *
* * @param getFeedbackRequest * @return A Java Future containing the result of the GetFeedback operation returned by the service. * @sample AmazonLookoutMetricsAsync.GetFeedback * @see AWS API * Documentation */ java.util.concurrent.Future* Get feedback for an anomaly group. *
* * @param getFeedbackRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the GetFeedback operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.GetFeedback * @see AWS API * Documentation */ java.util.concurrent.Future* Returns a selection of sample records from an Amazon S3 datasource. *
* * @param getSampleDataRequest * @return A Java Future containing the result of the GetSampleData operation returned by the service. * @sample AmazonLookoutMetricsAsync.GetSampleData * @see AWS * API Documentation */ java.util.concurrent.Future* Returns a selection of sample records from an Amazon S3 datasource. *
* * @param getSampleDataRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the GetSampleData operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.GetSampleData * @see AWS * API Documentation */ java.util.concurrent.Future* Lists the alerts attached to a detector. *
** Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource * immediately after creating or modifying it, use retries to allow time for the write operation to complete. *
* * @param listAlertsRequest * @return A Java Future containing the result of the ListAlerts operation returned by the service. * @sample AmazonLookoutMetricsAsync.ListAlerts * @see AWS API * Documentation */ java.util.concurrent.Future* Lists the alerts attached to a detector. *
** Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource * immediately after creating or modifying it, use retries to allow time for the write operation to complete. *
* * @param listAlertsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the ListAlerts operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.ListAlerts * @see AWS API * Documentation */ java.util.concurrent.Future* Lists the detectors in the current AWS Region. *
** Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource * immediately after creating or modifying it, use retries to allow time for the write operation to complete. *
* * @param listAnomalyDetectorsRequest * @return A Java Future containing the result of the ListAnomalyDetectors operation returned by the service. * @sample AmazonLookoutMetricsAsync.ListAnomalyDetectors * @see AWS API Documentation */ java.util.concurrent.Future* Lists the detectors in the current AWS Region. *
** Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource * immediately after creating or modifying it, use retries to allow time for the write operation to complete. *
* * @param listAnomalyDetectorsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the ListAnomalyDetectors operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.ListAnomalyDetectors * @see AWS API Documentation */ java.util.concurrent.Future* Returns a list of measures that are potential causes or effects of an anomaly group. *
* * @param listAnomalyGroupRelatedMetricsRequest * @return A Java Future containing the result of the ListAnomalyGroupRelatedMetrics operation returned by the * service. * @sample AmazonLookoutMetricsAsync.ListAnomalyGroupRelatedMetrics * @see AWS API Documentation */ java.util.concurrent.Future* Returns a list of measures that are potential causes or effects of an anomaly group. *
* * @param listAnomalyGroupRelatedMetricsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the ListAnomalyGroupRelatedMetrics operation returned by the * service. * @sample AmazonLookoutMetricsAsyncHandler.ListAnomalyGroupRelatedMetrics * @see AWS API Documentation */ java.util.concurrent.Future* Returns a list of anomaly groups. *
* * @param listAnomalyGroupSummariesRequest * @return A Java Future containing the result of the ListAnomalyGroupSummaries operation returned by the service. * @sample AmazonLookoutMetricsAsync.ListAnomalyGroupSummaries * @see AWS API Documentation */ java.util.concurrent.Future* Returns a list of anomaly groups. *
* * @param listAnomalyGroupSummariesRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the ListAnomalyGroupSummaries operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.ListAnomalyGroupSummaries * @see AWS API Documentation */ java.util.concurrent.Future* Gets a list of anomalous metrics for a measure in an anomaly group. *
* * @param listAnomalyGroupTimeSeriesRequest * @return A Java Future containing the result of the ListAnomalyGroupTimeSeries operation returned by the service. * @sample AmazonLookoutMetricsAsync.ListAnomalyGroupTimeSeries * @see AWS API Documentation */ java.util.concurrent.Future* Gets a list of anomalous metrics for a measure in an anomaly group. *
* * @param listAnomalyGroupTimeSeriesRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the ListAnomalyGroupTimeSeries operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.ListAnomalyGroupTimeSeries * @see AWS API Documentation */ java.util.concurrent.Future* Lists the datasets in the current AWS Region. *
** Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource * immediately after creating or modifying it, use retries to allow time for the write operation to complete. *
* * @param listMetricSetsRequest * @return A Java Future containing the result of the ListMetricSets operation returned by the service. * @sample AmazonLookoutMetricsAsync.ListMetricSets * @see AWS * API Documentation */ java.util.concurrent.Future* Lists the datasets in the current AWS Region. *
** Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource * immediately after creating or modifying it, use retries to allow time for the write operation to complete. *
* * @param listMetricSetsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the ListMetricSets operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.ListMetricSets * @see AWS * API Documentation */ java.util.concurrent.Future* Gets a list of tags for a * detector, dataset, or alert. *
* * @param listTagsForResourceRequest * @return A Java Future containing the result of the ListTagsForResource operation returned by the service. * @sample AmazonLookoutMetricsAsync.ListTagsForResource * @see AWS API Documentation */ java.util.concurrent.Future* Gets a list of tags for a * detector, dataset, or alert. *
* * @param listTagsForResourceRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the ListTagsForResource operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.ListTagsForResource * @see AWS API Documentation */ java.util.concurrent.Future* Add feedback for an anomalous metric. *
* * @param putFeedbackRequest * @return A Java Future containing the result of the PutFeedback operation returned by the service. * @sample AmazonLookoutMetricsAsync.PutFeedback * @see AWS API * Documentation */ java.util.concurrent.Future* Add feedback for an anomalous metric. *
* * @param putFeedbackRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the PutFeedback operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.PutFeedback * @see AWS API * Documentation */ java.util.concurrent.Future* Adds tags to a detector, * dataset, or alert. *
* * @param tagResourceRequest * @return A Java Future containing the result of the TagResource operation returned by the service. * @sample AmazonLookoutMetricsAsync.TagResource * @see AWS API * Documentation */ java.util.concurrent.Future* Adds tags to a detector, * dataset, or alert. *
* * @param tagResourceRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the TagResource operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.TagResource * @see AWS API * Documentation */ java.util.concurrent.Future* Removes tags from a * detector, dataset, or alert. *
* * @param untagResourceRequest * @return A Java Future containing the result of the UntagResource operation returned by the service. * @sample AmazonLookoutMetricsAsync.UntagResource * @see AWS * API Documentation */ java.util.concurrent.Future* Removes tags from a * detector, dataset, or alert. *
* * @param untagResourceRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the UntagResource operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.UntagResource * @see AWS * API Documentation */ java.util.concurrent.Future* Make changes to an existing alert. *
* * @param updateAlertRequest * @return A Java Future containing the result of the UpdateAlert operation returned by the service. * @sample AmazonLookoutMetricsAsync.UpdateAlert * @see AWS API * Documentation */ java.util.concurrent.Future* Make changes to an existing alert. *
* * @param updateAlertRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the UpdateAlert operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.UpdateAlert * @see AWS API * Documentation */ java.util.concurrent.Future* Updates a detector. After activation, you can only change a detector's ingestion delay and description. *
* * @param updateAnomalyDetectorRequest * @return A Java Future containing the result of the UpdateAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsync.UpdateAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Updates a detector. After activation, you can only change a detector's ingestion delay and description. *
* * @param updateAnomalyDetectorRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the UpdateAnomalyDetector operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.UpdateAnomalyDetector * @see AWS API Documentation */ java.util.concurrent.Future* Updates a dataset. *
* * @param updateMetricSetRequest * @return A Java Future containing the result of the UpdateMetricSet operation returned by the service. * @sample AmazonLookoutMetricsAsync.UpdateMetricSet * @see AWS * API Documentation */ java.util.concurrent.Future* Updates a dataset. *
* * @param updateMetricSetRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the UpdateMetricSet operation returned by the service. * @sample AmazonLookoutMetricsAsyncHandler.UpdateMetricSet * @see AWS * API Documentation */ java.util.concurrent.Future