Uses of Class
software.amazon.awssdk.services.datazone.model.TimeSeriesEntityType
-
Packages that use TimeSeriesEntityType Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of TimeSeriesEntityType in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return TimeSeriesEntityType Modifier and Type Method Description TimeSeriesEntityTypeDeleteTimeSeriesDataPointsRequest. entityType()The type of the asset for which you want to delete a time series form.TimeSeriesEntityTypeGetTimeSeriesDataPointRequest. entityType()The type of the asset for which you want to get the data point.TimeSeriesEntityTypeGetTimeSeriesDataPointResponse. entityType()The type of the asset for which you want to get the data point.TimeSeriesEntityTypeListTimeSeriesDataPointsRequest. entityType()The type of the asset for which you want to list data points.TimeSeriesEntityTypePostTimeSeriesDataPointsRequest. entityType()The type of the asset for which you want to post data points.TimeSeriesEntityTypePostTimeSeriesDataPointsResponse. entityType()The type of the asset for which you want to post data points.static TimeSeriesEntityTypeTimeSeriesEntityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TimeSeriesEntityTypeTimeSeriesEntityType. 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.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type TimeSeriesEntityType Modifier and Type Method Description static Set<TimeSeriesEntityType>TimeSeriesEntityType. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type TimeSeriesEntityType Modifier and Type Method Description DeleteTimeSeriesDataPointsRequest.BuilderDeleteTimeSeriesDataPointsRequest.Builder. entityType(TimeSeriesEntityType entityType)The type of the asset for which you want to delete a time series form.GetTimeSeriesDataPointRequest.BuilderGetTimeSeriesDataPointRequest.Builder. entityType(TimeSeriesEntityType entityType)The type of the asset for which you want to get the data point.GetTimeSeriesDataPointResponse.BuilderGetTimeSeriesDataPointResponse.Builder. entityType(TimeSeriesEntityType entityType)The type of the asset for which you want to get the data point.ListTimeSeriesDataPointsRequest.BuilderListTimeSeriesDataPointsRequest.Builder. entityType(TimeSeriesEntityType entityType)The type of the asset for which you want to list data points.PostTimeSeriesDataPointsRequest.BuilderPostTimeSeriesDataPointsRequest.Builder. entityType(TimeSeriesEntityType entityType)The type of the asset for which you want to post data points.PostTimeSeriesDataPointsResponse.BuilderPostTimeSeriesDataPointsResponse.Builder. entityType(TimeSeriesEntityType entityType)The type of the asset for which you want to post data points.
-