| 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<PostTimeSeriesDataPointsResult> |
AbstractAmazonDataZoneAsync.postTimeSeriesDataPointsAsync(PostTimeSeriesDataPointsRequest request,
AsyncHandler<PostTimeSeriesDataPointsRequest,PostTimeSeriesDataPointsResult> asyncHandler) |
Future<PostTimeSeriesDataPointsResult> |
AmazonDataZoneAsyncClient.postTimeSeriesDataPointsAsync(PostTimeSeriesDataPointsRequest request,
AsyncHandler<PostTimeSeriesDataPointsRequest,PostTimeSeriesDataPointsResult> asyncHandler) |
Future<PostTimeSeriesDataPointsResult> |
AmazonDataZoneAsync.postTimeSeriesDataPointsAsync(PostTimeSeriesDataPointsRequest postTimeSeriesDataPointsRequest,
AsyncHandler<PostTimeSeriesDataPointsRequest,PostTimeSeriesDataPointsResult> asyncHandler)
Posts time series data points to Amazon DataZone for the specified asset.
|
| Modifier and Type | Method and Description |
|---|---|
PostTimeSeriesDataPointsRequest |
PostTimeSeriesDataPointsRequest.clone() |
PostTimeSeriesDataPointsRequest |
PostTimeSeriesDataPointsRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
PostTimeSeriesDataPointsRequest |
PostTimeSeriesDataPointsRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which you want to post time series data points.
|
PostTimeSeriesDataPointsRequest |
PostTimeSeriesDataPointsRequest.withEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to post time series data points.
|
PostTimeSeriesDataPointsRequest |
PostTimeSeriesDataPointsRequest.withEntityType(String entityType)
The type of the asset for which you want to post data points.
|
PostTimeSeriesDataPointsRequest |
PostTimeSeriesDataPointsRequest.withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to post data points.
|
PostTimeSeriesDataPointsRequest |
PostTimeSeriesDataPointsRequest.withForms(Collection<TimeSeriesDataPointFormInput> forms)
The forms that contain the data points that you want to post.
|
PostTimeSeriesDataPointsRequest |
PostTimeSeriesDataPointsRequest.withForms(TimeSeriesDataPointFormInput... forms)
The forms that contain the data points that you want to post.
|
Copyright © 2024. All rights reserved.