| 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 |
|---|---|
GetCampaignResult |
AbstractAWSIoTFleetWise.getCampaign(GetCampaignRequest request) |
GetCampaignResult |
AWSIoTFleetWiseClient.getCampaign(GetCampaignRequest request)
Retrieves information about a campaign.
|
GetCampaignResult |
AWSIoTFleetWise.getCampaign(GetCampaignRequest getCampaignRequest)
Retrieves information about a campaign.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCampaignResult> |
AWSIoTFleetWiseAsyncClient.getCampaignAsync(GetCampaignRequest request,
AsyncHandler<GetCampaignRequest,GetCampaignResult> asyncHandler) |
Future<GetCampaignResult> |
AbstractAWSIoTFleetWiseAsync.getCampaignAsync(GetCampaignRequest request,
AsyncHandler<GetCampaignRequest,GetCampaignResult> asyncHandler) |
Future<GetCampaignResult> |
AWSIoTFleetWiseAsync.getCampaignAsync(GetCampaignRequest getCampaignRequest,
AsyncHandler<GetCampaignRequest,GetCampaignResult> asyncHandler)
Retrieves information about a campaign.
|
| Modifier and Type | Method and Description |
|---|---|
GetCampaignResult |
GetCampaignResult.clone() |
GetCampaignResult |
GetCampaignResult.withArn(String arn)
The Amazon Resource Name (ARN) of the campaign.
|
GetCampaignResult |
GetCampaignResult.withCollectionScheme(CollectionScheme collectionScheme)
Information about the data collection scheme associated with the campaign.
|
GetCampaignResult |
GetCampaignResult.withCompression(Compression compression)
Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise.
|
GetCampaignResult |
GetCampaignResult.withCompression(String compression)
Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise.
|
GetCampaignResult |
GetCampaignResult.withCreationTime(Date creationTime)
The time the campaign was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetCampaignResult |
GetCampaignResult.withDataDestinationConfigs(Collection<DataDestinationConfig> dataDestinationConfigs)
The destination where the campaign sends data.
|
GetCampaignResult |
GetCampaignResult.withDataDestinationConfigs(DataDestinationConfig... dataDestinationConfigs)
The destination where the campaign sends data.
|
GetCampaignResult |
GetCampaignResult.withDataExtraDimensions(Collection<String> dataExtraDimensions)
A list of vehicle attributes associated with the campaign.
|
GetCampaignResult |
GetCampaignResult.withDataExtraDimensions(String... dataExtraDimensions)
A list of vehicle attributes associated with the campaign.
|
GetCampaignResult |
GetCampaignResult.withDescription(String description)
The description of the campaign.
|
GetCampaignResult |
GetCampaignResult.withDiagnosticsMode(DiagnosticsMode diagnosticsMode)
Option for a vehicle to send diagnostic trouble codes to Amazon Web Services IoT FleetWise.
|
GetCampaignResult |
GetCampaignResult.withDiagnosticsMode(String diagnosticsMode)
Option for a vehicle to send diagnostic trouble codes to Amazon Web Services IoT FleetWise.
|
GetCampaignResult |
GetCampaignResult.withExpiryTime(Date expiryTime)
The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
GetCampaignResult |
GetCampaignResult.withLastModificationTime(Date lastModificationTime)
The last time the campaign was modified.
|
GetCampaignResult |
GetCampaignResult.withName(String name)
The name of the campaign.
|
GetCampaignResult |
GetCampaignResult.withPostTriggerCollectionDuration(Long postTriggerCollectionDuration)
How long (in seconds) to collect raw data after a triggering event initiates the collection.
|
GetCampaignResult |
GetCampaignResult.withPriority(Integer priority)
A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet.
|
GetCampaignResult |
GetCampaignResult.withSignalCatalogArn(String signalCatalogArn)
The ARN of a signal catalog.
|
GetCampaignResult |
GetCampaignResult.withSignalsToCollect(Collection<SignalInformation> signalsToCollect)
Information about a list of signals to collect data on.
|
GetCampaignResult |
GetCampaignResult.withSignalsToCollect(SignalInformation... signalsToCollect)
Information about a list of signals to collect data on.
|
GetCampaignResult |
GetCampaignResult.withSpoolingMode(SpoolingMode spoolingMode)
Whether to store collected data after a vehicle lost a connection with the cloud.
|
GetCampaignResult |
GetCampaignResult.withSpoolingMode(String spoolingMode)
Whether to store collected data after a vehicle lost a connection with the cloud.
|
GetCampaignResult |
GetCampaignResult.withStartTime(Date startTime)
The time, in milliseconds, to deliver a campaign after it was approved.
|
GetCampaignResult |
GetCampaignResult.withStatus(CampaignStatus status)
The state of the campaign.
|
GetCampaignResult |
GetCampaignResult.withStatus(String status)
The state of the campaign.
|
GetCampaignResult |
GetCampaignResult.withTargetArn(String targetArn)
The ARN of the vehicle or the fleet targeted by the campaign.
|
Copyright © 2024. All rights reserved.