Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.DetectMetricSetConfigRequest
-
Packages that use DetectMetricSetConfigRequest Package Description software.amazon.awssdk.services.lookoutmetrics This is the Amazon Lookout for Metrics API Reference.software.amazon.awssdk.services.lookoutmetrics.transform -
-
Uses of DetectMetricSetConfigRequest in software.amazon.awssdk.services.lookoutmetrics
Methods in software.amazon.awssdk.services.lookoutmetrics with parameters of type DetectMetricSetConfigRequest Modifier and Type Method Description default CompletableFuture<DetectMetricSetConfigResponse>LookoutMetricsAsyncClient. detectMetricSetConfig(DetectMetricSetConfigRequest detectMetricSetConfigRequest)Detects an Amazon S3 dataset's file format, interval, and offset.default DetectMetricSetConfigResponseLookoutMetricsClient. detectMetricSetConfig(DetectMetricSetConfigRequest detectMetricSetConfigRequest)Detects an Amazon S3 dataset's file format, interval, and offset. -
Uses of DetectMetricSetConfigRequest in software.amazon.awssdk.services.lookoutmetrics.transform
Methods in software.amazon.awssdk.services.lookoutmetrics.transform with parameters of type DetectMetricSetConfigRequest Modifier and Type Method Description SdkHttpFullRequestDetectMetricSetConfigRequestMarshaller. marshall(DetectMetricSetConfigRequest detectMetricSetConfigRequest)
-