| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
TargetConfiguration |
TargetConfiguration.clone() |
TargetConfiguration |
ScheduledQueryDescription.getTargetConfiguration()
Scheduled query target store configuration.
|
TargetConfiguration |
CreateScheduledQueryRequest.getTargetConfiguration()
Configuration used for writing the result of a query.
|
TargetConfiguration |
TargetConfiguration.withTimestreamConfiguration(TimestreamConfiguration timestreamConfiguration)
Configuration needed to write data into the Timestream database and table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduledQueryDescription.setTargetConfiguration(TargetConfiguration targetConfiguration)
Scheduled query target store configuration.
|
void |
CreateScheduledQueryRequest.setTargetConfiguration(TargetConfiguration targetConfiguration)
Configuration used for writing the result of a query.
|
ScheduledQueryDescription |
ScheduledQueryDescription.withTargetConfiguration(TargetConfiguration targetConfiguration)
Scheduled query target store configuration.
|
CreateScheduledQueryRequest |
CreateScheduledQueryRequest.withTargetConfiguration(TargetConfiguration targetConfiguration)
Configuration used for writing the result of a query.
|
Copyright © 2024. All rights reserved.