Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.SignalInformation
-
Packages that use SignalInformation Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of SignalInformation in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type SignalInformation Modifier and Type Method Description List<SignalInformation>CreateCampaignRequest. signalsToCollect()(Optional) A list of information about signals to collect.List<SignalInformation>GetCampaignResponse. signalsToCollect()Information about a list of signals to collect data on.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type SignalInformation Modifier and Type Method Description CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. signalsToCollect(SignalInformation... signalsToCollect)(Optional) A list of information about signals to collect.GetCampaignResponse.BuilderGetCampaignResponse.Builder. signalsToCollect(SignalInformation... signalsToCollect)Information about a list of signals to collect data on.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type SignalInformation Modifier and Type Method Description CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. signalsToCollect(Collection<SignalInformation> signalsToCollect)(Optional) A list of information about signals to collect.GetCampaignResponse.BuilderGetCampaignResponse.Builder. signalsToCollect(Collection<SignalInformation> signalsToCollect)Information about a list of signals to collect data on.
-