| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
static DataDestinationConfig |
DataDestinationConfig.fromS3Config(Consumer<S3Config.Builder> s3Config)
Create an instance of this class with
s3Config() initialized to the given value. |
static DataDestinationConfig |
DataDestinationConfig.fromS3Config(S3Config s3Config)
Create an instance of this class with
s3Config() initialized to the given value. |
static DataDestinationConfig |
DataDestinationConfig.fromTimestreamConfig(Consumer<TimestreamConfig.Builder> timestreamConfig)
Create an instance of this class with
timestreamConfig() initialized to the given value. |
static DataDestinationConfig |
DataDestinationConfig.fromTimestreamConfig(TimestreamConfig timestreamConfig)
Create an instance of this class with
timestreamConfig() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<DataDestinationConfig> |
GetCampaignResponse.dataDestinationConfigs()
The destination where the campaign sends data.
|
List<DataDestinationConfig> |
CreateCampaignRequest.dataDestinationConfigs()
The destination where the campaign sends data.
|
| Modifier and Type | Method and Description |
|---|---|
GetCampaignResponse.Builder |
GetCampaignResponse.Builder.dataDestinationConfigs(DataDestinationConfig... dataDestinationConfigs)
The destination where the campaign sends data.
|
CreateCampaignRequest.Builder |
CreateCampaignRequest.Builder.dataDestinationConfigs(DataDestinationConfig... dataDestinationConfigs)
The destination where the campaign sends data.
|
| Modifier and Type | Method and Description |
|---|---|
GetCampaignResponse.Builder |
GetCampaignResponse.Builder.dataDestinationConfigs(Collection<DataDestinationConfig> dataDestinationConfigs)
The destination where the campaign sends data.
|
CreateCampaignRequest.Builder |
CreateCampaignRequest.Builder.dataDestinationConfigs(Collection<DataDestinationConfig> dataDestinationConfigs)
The destination where the campaign sends data.
|
Copyright © 2023. All rights reserved.