Uses of Class
software.amazon.awssdk.services.datazone.model.GetTimeSeriesDataPointRequest
-
Packages that use GetTimeSeriesDataPointRequest Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data.software.amazon.awssdk.services.datazone.transform -
-
Uses of GetTimeSeriesDataPointRequest in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone with parameters of type GetTimeSeriesDataPointRequest Modifier and Type Method Description default CompletableFuture<GetTimeSeriesDataPointResponse>DataZoneAsyncClient. getTimeSeriesDataPoint(GetTimeSeriesDataPointRequest getTimeSeriesDataPointRequest)Gets the existing data point for the asset.default GetTimeSeriesDataPointResponseDataZoneClient. getTimeSeriesDataPoint(GetTimeSeriesDataPointRequest getTimeSeriesDataPointRequest)Gets the existing data point for the asset. -
Uses of GetTimeSeriesDataPointRequest in software.amazon.awssdk.services.datazone.transform
Methods in software.amazon.awssdk.services.datazone.transform with parameters of type GetTimeSeriesDataPointRequest Modifier and Type Method Description SdkHttpFullRequestGetTimeSeriesDataPointRequestMarshaller. marshall(GetTimeSeriesDataPointRequest getTimeSeriesDataPointRequest)
-