Uses of Class
software.amazon.awssdk.services.datazone.model.GetTimeSeriesDataPointResponse
-
Packages that use GetTimeSeriesDataPointResponse 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. -
-
Uses of GetTimeSeriesDataPointResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetTimeSeriesDataPointResponse Modifier and Type Method Description default GetTimeSeriesDataPointResponseDataZoneClient. getTimeSeriesDataPoint(Consumer<GetTimeSeriesDataPointRequest.Builder> getTimeSeriesDataPointRequest)Gets the existing data point for the asset.default GetTimeSeriesDataPointResponseDataZoneClient. getTimeSeriesDataPoint(GetTimeSeriesDataPointRequest getTimeSeriesDataPointRequest)Gets the existing data point for the asset.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetTimeSeriesDataPointResponse Modifier and Type Method Description default CompletableFuture<GetTimeSeriesDataPointResponse>DataZoneAsyncClient. getTimeSeriesDataPoint(Consumer<GetTimeSeriesDataPointRequest.Builder> getTimeSeriesDataPointRequest)Gets the existing data point for the asset.default CompletableFuture<GetTimeSeriesDataPointResponse>DataZoneAsyncClient. getTimeSeriesDataPoint(GetTimeSeriesDataPointRequest getTimeSeriesDataPointRequest)Gets the existing data point for the asset.
-