| 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 |
|---|---|
GetTimeSeriesDataPointResult |
AbstractAmazonDataZone.getTimeSeriesDataPoint(GetTimeSeriesDataPointRequest request) |
GetTimeSeriesDataPointResult |
AmazonDataZoneClient.getTimeSeriesDataPoint(GetTimeSeriesDataPointRequest request)
Gets the existing data point for the asset.
|
GetTimeSeriesDataPointResult |
AmazonDataZone.getTimeSeriesDataPoint(GetTimeSeriesDataPointRequest getTimeSeriesDataPointRequest)
Gets the existing data point for the asset.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTimeSeriesDataPointResult> |
AbstractAmazonDataZoneAsync.getTimeSeriesDataPointAsync(GetTimeSeriesDataPointRequest request,
AsyncHandler<GetTimeSeriesDataPointRequest,GetTimeSeriesDataPointResult> asyncHandler) |
Future<GetTimeSeriesDataPointResult> |
AmazonDataZoneAsyncClient.getTimeSeriesDataPointAsync(GetTimeSeriesDataPointRequest request,
AsyncHandler<GetTimeSeriesDataPointRequest,GetTimeSeriesDataPointResult> asyncHandler) |
Future<GetTimeSeriesDataPointResult> |
AmazonDataZoneAsync.getTimeSeriesDataPointAsync(GetTimeSeriesDataPointRequest getTimeSeriesDataPointRequest,
AsyncHandler<GetTimeSeriesDataPointRequest,GetTimeSeriesDataPointResult> asyncHandler)
Gets the existing data point for the asset.
|
| Modifier and Type | Method and Description |
|---|---|
GetTimeSeriesDataPointResult |
GetTimeSeriesDataPointResult.clone() |
GetTimeSeriesDataPointResult |
GetTimeSeriesDataPointResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain that houses the asset data point that you want to get.
|
GetTimeSeriesDataPointResult |
GetTimeSeriesDataPointResult.withEntityId(String entityId)
The ID of the asset for which you want to get the data point.
|
GetTimeSeriesDataPointResult |
GetTimeSeriesDataPointResult.withEntityType(String entityType)
The type of the asset for which you want to get the data point.
|
GetTimeSeriesDataPointResult |
GetTimeSeriesDataPointResult.withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to get the data point.
|
GetTimeSeriesDataPointResult |
GetTimeSeriesDataPointResult.withForm(TimeSeriesDataPointFormOutput form)
The time series form that houses the data point that you want to get.
|
GetTimeSeriesDataPointResult |
GetTimeSeriesDataPointResult.withFormName(String formName)
The name of the time series form that houses the data point that you want to get.
|
Copyright © 2024. All rights reserved.