| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
DataDestinationConfig |
DataDestinationConfig.clone() |
DataDestinationConfig |
DataDestinationConfig.withS3Config(S3Config s3Config)
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
|
DataDestinationConfig |
DataDestinationConfig.withTimestreamConfig(TimestreamConfig timestreamConfig)
The Amazon Timestream table where the campaign sends data.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataDestinationConfig> |
GetCampaignResult.getDataDestinationConfigs()
The destination where the campaign sends data.
|
List<DataDestinationConfig> |
CreateCampaignRequest.getDataDestinationConfigs()
The destination where the campaign sends data.
|
| Modifier and Type | Method and Description |
|---|---|
GetCampaignResult |
GetCampaignResult.withDataDestinationConfigs(DataDestinationConfig... dataDestinationConfigs)
The destination where the campaign sends data.
|
CreateCampaignRequest |
CreateCampaignRequest.withDataDestinationConfigs(DataDestinationConfig... dataDestinationConfigs)
The destination where the campaign sends data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCampaignResult.setDataDestinationConfigs(Collection<DataDestinationConfig> dataDestinationConfigs)
The destination where the campaign sends data.
|
void |
CreateCampaignRequest.setDataDestinationConfigs(Collection<DataDestinationConfig> dataDestinationConfigs)
The destination where the campaign sends data.
|
GetCampaignResult |
GetCampaignResult.withDataDestinationConfigs(Collection<DataDestinationConfig> dataDestinationConfigs)
The destination where the campaign sends data.
|
CreateCampaignRequest |
CreateCampaignRequest.withDataDestinationConfigs(Collection<DataDestinationConfig> dataDestinationConfigs)
The destination where the campaign sends data.
|
Copyright © 2024. All rights reserved.