| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
List<SignalInformation> |
GetCampaignResponse.signalsToCollect()
Information about a list of signals to collect data on.
|
List<SignalInformation> |
CreateCampaignRequest.signalsToCollect()
(Optional) A list of information about signals to collect.
|
| Modifier and Type | Method and Description |
|---|---|
GetCampaignResponse.Builder |
GetCampaignResponse.Builder.signalsToCollect(SignalInformation... signalsToCollect)
Information about a list of signals to collect data on.
|
CreateCampaignRequest.Builder |
CreateCampaignRequest.Builder.signalsToCollect(SignalInformation... signalsToCollect)
(Optional) A list of information about signals to collect.
|
| Modifier and Type | Method and Description |
|---|---|
GetCampaignResponse.Builder |
GetCampaignResponse.Builder.signalsToCollect(Collection<SignalInformation> signalsToCollect)
Information about a list of signals to collect data on.
|
CreateCampaignRequest.Builder |
CreateCampaignRequest.Builder.signalsToCollect(Collection<SignalInformation> signalsToCollect)
(Optional) A list of information about signals to collect.
|
Copyright © 2022. All rights reserved.