Uses of Interface
software.amazon.awssdk.services.datazone.model.GetTimeSeriesDataPointRequest.Builder
-
Packages that use GetTimeSeriesDataPointRequest.Builder Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data.software.amazon.awssdk.services.datazone.model -
-
Uses of GetTimeSeriesDataPointRequest.Builder in software.amazon.awssdk.services.datazone
Method parameters in software.amazon.awssdk.services.datazone with type arguments of type GetTimeSeriesDataPointRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTimeSeriesDataPointResponse>DataZoneAsyncClient. getTimeSeriesDataPoint(Consumer<GetTimeSeriesDataPointRequest.Builder> getTimeSeriesDataPointRequest)Gets the existing data point for the asset.default GetTimeSeriesDataPointResponseDataZoneClient. getTimeSeriesDataPoint(Consumer<GetTimeSeriesDataPointRequest.Builder> getTimeSeriesDataPointRequest)Gets the existing data point for the asset. -
Uses of GetTimeSeriesDataPointRequest.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GetTimeSeriesDataPointRequest.Builder Modifier and Type Method Description static GetTimeSeriesDataPointRequest.BuilderGetTimeSeriesDataPointRequest. builder()GetTimeSeriesDataPointRequest.BuilderGetTimeSeriesDataPointRequest.Builder. domainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.GetTimeSeriesDataPointRequest.BuilderGetTimeSeriesDataPointRequest.Builder. entityIdentifier(String entityIdentifier)The ID of the asset for which you want to get the data point.GetTimeSeriesDataPointRequest.BuilderGetTimeSeriesDataPointRequest.Builder. entityType(String entityType)The type of the asset for which you want to get the data point.GetTimeSeriesDataPointRequest.BuilderGetTimeSeriesDataPointRequest.Builder. entityType(TimeSeriesEntityType entityType)The type of the asset for which you want to get the data point.GetTimeSeriesDataPointRequest.BuilderGetTimeSeriesDataPointRequest.Builder. formName(String formName)The name of the time series form that houses the data point that you want to get.GetTimeSeriesDataPointRequest.BuilderGetTimeSeriesDataPointRequest.Builder. identifier(String identifier)The ID of the data point that you want to get.GetTimeSeriesDataPointRequest.BuilderGetTimeSeriesDataPointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTimeSeriesDataPointRequest.BuilderGetTimeSeriesDataPointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTimeSeriesDataPointRequest.BuilderGetTimeSeriesDataPointRequest. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type GetTimeSeriesDataPointRequest.Builder Modifier and Type Method Description static Class<? extends GetTimeSeriesDataPointRequest.Builder>GetTimeSeriesDataPointRequest. serializableBuilderClass()
-