Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.DataPartition
-
Packages that use DataPartition Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of DataPartition in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type DataPartition Modifier and Type Method Description List<DataPartition>CreateCampaignRequest. dataPartitions()The data partitions associated with the signals collected from the vehicle.List<DataPartition>GetCampaignResponse. dataPartitions()The data partitions associated with the signals collected from the vehicle.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type DataPartition Modifier and Type Method Description CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. dataPartitions(DataPartition... dataPartitions)The data partitions associated with the signals collected from the vehicle.GetCampaignResponse.BuilderGetCampaignResponse.Builder. dataPartitions(DataPartition... dataPartitions)The data partitions associated with the signals collected from the vehicle.Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type DataPartition Modifier and Type Method Description CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. dataPartitions(Collection<DataPartition> dataPartitions)The data partitions associated with the signals collected from the vehicle.GetCampaignResponse.BuilderGetCampaignResponse.Builder. dataPartitions(Collection<DataPartition> dataPartitions)The data partitions associated with the signals collected from the vehicle.
-