| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise |
Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer vehicle
data to the Amazon Web Services cloud at scale.
|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCampaignResult> |
AWSIoTFleetWiseAsyncClient.createCampaignAsync(CreateCampaignRequest request,
AsyncHandler<CreateCampaignRequest,CreateCampaignResult> asyncHandler) |
Future<CreateCampaignResult> |
AbstractAWSIoTFleetWiseAsync.createCampaignAsync(CreateCampaignRequest request,
AsyncHandler<CreateCampaignRequest,CreateCampaignResult> asyncHandler) |
Future<CreateCampaignResult> |
AWSIoTFleetWiseAsync.createCampaignAsync(CreateCampaignRequest createCampaignRequest,
AsyncHandler<CreateCampaignRequest,CreateCampaignResult> asyncHandler)
Creates an orchestration of data collection rules.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCampaignRequest |
CreateCampaignRequest.clone() |
CreateCampaignRequest |
CreateCampaignRequest.withCollectionScheme(CollectionScheme collectionScheme)
The data collection scheme associated with the campaign.
|
CreateCampaignRequest |
CreateCampaignRequest.withCompression(Compression compression)
(Optional) Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise.
|
CreateCampaignRequest |
CreateCampaignRequest.withCompression(String compression)
(Optional) Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise.
|
CreateCampaignRequest |
CreateCampaignRequest.withDataExtraDimensions(Collection<String> dataExtraDimensions)
(Optional) A list of vehicle attributes to associate with a campaign.
|
CreateCampaignRequest |
CreateCampaignRequest.withDataExtraDimensions(String... dataExtraDimensions)
(Optional) A list of vehicle attributes to associate with a campaign.
|
CreateCampaignRequest |
CreateCampaignRequest.withDescription(String description)
An optional description of the campaign to help identify its purpose.
|
CreateCampaignRequest |
CreateCampaignRequest.withDiagnosticsMode(DiagnosticsMode diagnosticsMode)
(Optional) Option for a vehicle to send diagnostic trouble codes to Amazon Web Services IoT FleetWise.
|
CreateCampaignRequest |
CreateCampaignRequest.withDiagnosticsMode(String diagnosticsMode)
(Optional) Option for a vehicle to send diagnostic trouble codes to Amazon Web Services IoT FleetWise.
|
CreateCampaignRequest |
CreateCampaignRequest.withExpiryTime(Date expiryTime)
(Optional) The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
CreateCampaignRequest |
CreateCampaignRequest.withName(String name)
The name of the campaign to create.
|
CreateCampaignRequest |
CreateCampaignRequest.withPostTriggerCollectionDuration(Long postTriggerCollectionDuration)
(Optional) How long (in milliseconds) to collect raw data after a triggering event initiates the collection.
|
CreateCampaignRequest |
CreateCampaignRequest.withPriority(Integer priority)
(Optional) A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet.
|
CreateCampaignRequest |
CreateCampaignRequest.withSignalCatalogArn(String signalCatalogArn)
(Optional) The Amazon Resource Name (ARN) of the signal catalog to associate with the campaign.
|
CreateCampaignRequest |
CreateCampaignRequest.withSignalsToCollect(Collection<SignalInformation> signalsToCollect)
(Optional) A list of information about signals to collect.
|
CreateCampaignRequest |
CreateCampaignRequest.withSignalsToCollect(SignalInformation... signalsToCollect)
(Optional) A list of information about signals to collect.
|
CreateCampaignRequest |
CreateCampaignRequest.withSpoolingMode(SpoolingMode spoolingMode)
(Optional) Whether to store collected data after a vehicle lost a connection with the cloud.
|
CreateCampaignRequest |
CreateCampaignRequest.withSpoolingMode(String spoolingMode)
(Optional) Whether to store collected data after a vehicle lost a connection with the cloud.
|
CreateCampaignRequest |
CreateCampaignRequest.withStartTime(Date startTime)
(Optional) The time, in milliseconds, to deliver a campaign after it was approved.
|
CreateCampaignRequest |
CreateCampaignRequest.withTags(Collection<Tag> tags)
Metadata that can be used to manage the campaign.
|
CreateCampaignRequest |
CreateCampaignRequest.withTags(Tag... tags)
Metadata that can be used to manage the campaign.
|
CreateCampaignRequest |
CreateCampaignRequest.withTargetArn(String targetArn)
The ARN of the vehicle or fleet to deploy a campaign to.
|
Copyright © 2023. All rights reserved.