| Package | Description |
|---|---|
| com.amazonaws.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTimeSeriesDataPointsResult> |
AmazonDataZoneAsyncClient.listTimeSeriesDataPointsAsync(ListTimeSeriesDataPointsRequest request,
AsyncHandler<ListTimeSeriesDataPointsRequest,ListTimeSeriesDataPointsResult> asyncHandler) |
Future<ListTimeSeriesDataPointsResult> |
AmazonDataZoneAsync.listTimeSeriesDataPointsAsync(ListTimeSeriesDataPointsRequest listTimeSeriesDataPointsRequest,
AsyncHandler<ListTimeSeriesDataPointsRequest,ListTimeSeriesDataPointsResult> asyncHandler)
Lists time series data points.
|
Future<ListTimeSeriesDataPointsResult> |
AbstractAmazonDataZoneAsync.listTimeSeriesDataPointsAsync(ListTimeSeriesDataPointsRequest request,
AsyncHandler<ListTimeSeriesDataPointsRequest,ListTimeSeriesDataPointsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTimeSeriesDataPointsRequest |
ListTimeSeriesDataPointsRequest.clone() |
ListTimeSeriesDataPointsRequest |
ListTimeSeriesDataPointsRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
|
ListTimeSeriesDataPointsRequest |
ListTimeSeriesDataPointsRequest.withEndedAt(Date endedAt)
The timestamp at which the data points that you wanted to list ended.
|
ListTimeSeriesDataPointsRequest |
ListTimeSeriesDataPointsRequest.withEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to list data points.
|
ListTimeSeriesDataPointsRequest |
ListTimeSeriesDataPointsRequest.withEntityType(String entityType)
The type of the asset for which you want to list data points.
|
ListTimeSeriesDataPointsRequest |
ListTimeSeriesDataPointsRequest.withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to list data points.
|
ListTimeSeriesDataPointsRequest |
ListTimeSeriesDataPointsRequest.withFormName(String formName)
The name of the time series data points form.
|
ListTimeSeriesDataPointsRequest |
ListTimeSeriesDataPointsRequest.withMaxResults(Integer maxResults)
The maximum number of data points to return in a single call to ListTimeSeriesDataPoints.
|
ListTimeSeriesDataPointsRequest |
ListTimeSeriesDataPointsRequest.withNextToken(String nextToken)
When the number of data points is greater than the default value for the MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of data points, the response includes a
pagination token named NextToken.
|
ListTimeSeriesDataPointsRequest |
ListTimeSeriesDataPointsRequest.withStartedAt(Date startedAt)
The timestamp at which the data points that you want to list started.
|
Copyright © 2024. All rights reserved.