Uses of Class
software.amazon.awssdk.services.datazone.model.DeleteTimeSeriesDataPointsResponse
-
Packages that use DeleteTimeSeriesDataPointsResponse 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 DeleteTimeSeriesDataPointsResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return DeleteTimeSeriesDataPointsResponse Modifier and Type Method Description default DeleteTimeSeriesDataPointsResponseDataZoneClient. deleteTimeSeriesDataPoints(Consumer<DeleteTimeSeriesDataPointsRequest.Builder> deleteTimeSeriesDataPointsRequest)Deletes the specified time series form for the specified asset.default DeleteTimeSeriesDataPointsResponseDataZoneClient. deleteTimeSeriesDataPoints(DeleteTimeSeriesDataPointsRequest deleteTimeSeriesDataPointsRequest)Deletes the specified time series form for the specified asset.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type DeleteTimeSeriesDataPointsResponse Modifier and Type Method Description default CompletableFuture<DeleteTimeSeriesDataPointsResponse>DataZoneAsyncClient. deleteTimeSeriesDataPoints(Consumer<DeleteTimeSeriesDataPointsRequest.Builder> deleteTimeSeriesDataPointsRequest)Deletes the specified time series form for the specified asset.default CompletableFuture<DeleteTimeSeriesDataPointsResponse>DataZoneAsyncClient. deleteTimeSeriesDataPoints(DeleteTimeSeriesDataPointsRequest deleteTimeSeriesDataPointsRequest)Deletes the specified time series form for the specified asset.
-