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