| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
SignalInformation |
SignalInformation.clone() |
SignalInformation |
SignalInformation.withMaxSampleCount(Long maxSampleCount)
The maximum number of samples to collect.
|
SignalInformation |
SignalInformation.withMinimumSamplingIntervalMs(Long minimumSamplingIntervalMs)
The minimum duration of time (in milliseconds) between two triggering events to collect data.
|
SignalInformation |
SignalInformation.withName(String name)
The name of the signal.
|
| Modifier and Type | Method and Description |
|---|---|
List<SignalInformation> |
CreateCampaignRequest.getSignalsToCollect()
(Optional) A list of information about signals to collect.
|
List<SignalInformation> |
GetCampaignResult.getSignalsToCollect()
Information about a list of signals to collect data on.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCampaignRequest |
CreateCampaignRequest.withSignalsToCollect(SignalInformation... signalsToCollect)
(Optional) A list of information about signals to collect.
|
GetCampaignResult |
GetCampaignResult.withSignalsToCollect(SignalInformation... signalsToCollect)
Information about a list of signals to collect data on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCampaignRequest.setSignalsToCollect(Collection<SignalInformation> signalsToCollect)
(Optional) A list of information about signals to collect.
|
void |
GetCampaignResult.setSignalsToCollect(Collection<SignalInformation> signalsToCollect)
Information about a list of signals to collect data on.
|
CreateCampaignRequest |
CreateCampaignRequest.withSignalsToCollect(Collection<SignalInformation> signalsToCollect)
(Optional) A list of information about signals to collect.
|
GetCampaignResult |
GetCampaignResult.withSignalsToCollect(Collection<SignalInformation> signalsToCollect)
Information about a list of signals to collect data on.
|
Copyright © 2023. All rights reserved.