Uses of Interface
software.amazon.awssdk.services.lookoutmetrics.model.DescribeAnomalyDetectionExecutionsResponse.Builder
-
Packages that use DescribeAnomalyDetectionExecutionsResponse.Builder Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of DescribeAnomalyDetectionExecutionsResponse.Builder in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return DescribeAnomalyDetectionExecutionsResponse.Builder Modifier and Type Method Description static DescribeAnomalyDetectionExecutionsResponse.BuilderDescribeAnomalyDetectionExecutionsResponse. builder()DescribeAnomalyDetectionExecutionsResponse.BuilderDescribeAnomalyDetectionExecutionsResponse.Builder. executionList(Collection<ExecutionStatus> executionList)A list of detection jobs.DescribeAnomalyDetectionExecutionsResponse.BuilderDescribeAnomalyDetectionExecutionsResponse.Builder. executionList(Consumer<ExecutionStatus.Builder>... executionList)A list of detection jobs.DescribeAnomalyDetectionExecutionsResponse.BuilderDescribeAnomalyDetectionExecutionsResponse.Builder. executionList(ExecutionStatus... executionList)A list of detection jobs.DescribeAnomalyDetectionExecutionsResponse.BuilderDescribeAnomalyDetectionExecutionsResponse.Builder. nextToken(String nextToken)The pagination token that's included if more results are available.DescribeAnomalyDetectionExecutionsResponse.BuilderDescribeAnomalyDetectionExecutionsResponse. toBuilder()Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type DescribeAnomalyDetectionExecutionsResponse.Builder Modifier and Type Method Description static Class<? extends DescribeAnomalyDetectionExecutionsResponse.Builder>DescribeAnomalyDetectionExecutionsResponse. serializableBuilderClass()
-