| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeSeriesEntityType |
TimeSeriesEntityType.fromValue(String value)
Use this in place of valueOf.
|
static TimeSeriesEntityType |
TimeSeriesEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeSeriesEntityType[] |
TimeSeriesEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PostTimeSeriesDataPointsResult |
PostTimeSeriesDataPointsResult.withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to post data points.
|
ListTimeSeriesDataPointsRequest |
ListTimeSeriesDataPointsRequest.withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to list data points.
|
GetTimeSeriesDataPointResult |
GetTimeSeriesDataPointResult.withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to get the data point.
|
GetTimeSeriesDataPointRequest |
GetTimeSeriesDataPointRequest.withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to get the data point.
|
DeleteTimeSeriesDataPointsRequest |
DeleteTimeSeriesDataPointsRequest.withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to delete a time series form.
|
PostTimeSeriesDataPointsRequest |
PostTimeSeriesDataPointsRequest.withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to post data points.
|
Copyright © 2024. All rights reserved.