| 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 |
|---|---|
PostTimeSeriesDataPointsResult |
AmazonDataZoneClient.postTimeSeriesDataPoints(PostTimeSeriesDataPointsRequest request)
Posts time series data points to Amazon DataZone for the specified asset.
|
PostTimeSeriesDataPointsResult |
AbstractAmazonDataZone.postTimeSeriesDataPoints(PostTimeSeriesDataPointsRequest request) |
PostTimeSeriesDataPointsResult |
AmazonDataZone.postTimeSeriesDataPoints(PostTimeSeriesDataPointsRequest postTimeSeriesDataPointsRequest)
Posts time series data points to Amazon DataZone for the specified asset.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<PostTimeSeriesDataPointsResult> |
AbstractAmazonDataZoneAsync.postTimeSeriesDataPointsAsync(PostTimeSeriesDataPointsRequest request,
AsyncHandler<PostTimeSeriesDataPointsRequest,PostTimeSeriesDataPointsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PostTimeSeriesDataPointsResult |
PostTimeSeriesDataPointsResult.clone() |
PostTimeSeriesDataPointsResult |
PostTimeSeriesDataPointsResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which you want to post time series data points.
|
PostTimeSeriesDataPointsResult |
PostTimeSeriesDataPointsResult.withEntityId(String entityId)
The ID of the asset for which you want to post time series data points.
|
PostTimeSeriesDataPointsResult |
PostTimeSeriesDataPointsResult.withEntityType(String entityType)
The type of the asset for which you want to post data points.
|
PostTimeSeriesDataPointsResult |
PostTimeSeriesDataPointsResult.withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to post data points.
|
PostTimeSeriesDataPointsResult |
PostTimeSeriesDataPointsResult.withForms(Collection<TimeSeriesDataPointFormOutput> forms)
The forms that contain the data points that you have posted.
|
PostTimeSeriesDataPointsResult |
PostTimeSeriesDataPointsResult.withForms(TimeSeriesDataPointFormOutput... forms)
The forms that contain the data points that you have posted.
|
Copyright © 2024. All rights reserved.