@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSIoTFleetWiseAsync extends AWSIoTFleetWise
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSIoTFleetWiseAsync
instead.
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. With Amazon Web Services IoT FleetWise, you can standardize all of your vehicle data models, independent of the in-vehicle communication architecture, and define data collection rules to transfer only high-value data to the cloud.
For more information, see What is Amazon Web Services IoT FleetWise? in the Amazon Web Services IoT FleetWise Developer Guide.
ENDPOINT_PREFIX
associateVehicleFleet, batchCreateVehicle, batchUpdateVehicle, createCampaign, createDecoderManifest, createFleet, createModelManifest, createSignalCatalog, createVehicle, deleteCampaign, deleteDecoderManifest, deleteFleet, deleteModelManifest, deleteSignalCatalog, deleteVehicle, disassociateVehicleFleet, getCachedResponseMetadata, getCampaign, getDecoderManifest, getEncryptionConfiguration, getFleet, getLoggingOptions, getModelManifest, getRegisterAccountStatus, getSignalCatalog, getVehicle, getVehicleStatus, importDecoderManifest, importSignalCatalog, listCampaigns, listDecoderManifestNetworkInterfaces, listDecoderManifests, listDecoderManifestSignals, listFleets, listFleetsForVehicle, listModelManifestNodes, listModelManifests, listSignalCatalogNodes, listSignalCatalogs, listTagsForResource, listVehicles, listVehiclesInFleet, putEncryptionConfiguration, putLoggingOptions, registerAccount, shutdown, tagResource, untagResource, updateCampaign, updateDecoderManifest, updateFleet, updateModelManifest, updateSignalCatalog, updateVehicle
Future<AssociateVehicleFleetResult> associateVehicleFleetAsync(AssociateVehicleFleetRequest associateVehicleFleetRequest)
Adds, or associates, a vehicle with a fleet.
associateVehicleFleetRequest
- Future<AssociateVehicleFleetResult> associateVehicleFleetAsync(AssociateVehicleFleetRequest associateVehicleFleetRequest, AsyncHandler<AssociateVehicleFleetRequest,AssociateVehicleFleetResult> asyncHandler)
Adds, or associates, a vehicle with a fleet.
associateVehicleFleetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchCreateVehicleResult> batchCreateVehicleAsync(BatchCreateVehicleRequest batchCreateVehicleRequest)
Creates a group, or batch, of vehicles.
You must specify a decoder manifest and a vehicle model (model manifest) for each vehicle.
For more information, see Create multiple vehicles (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
batchCreateVehicleRequest
- Future<BatchCreateVehicleResult> batchCreateVehicleAsync(BatchCreateVehicleRequest batchCreateVehicleRequest, AsyncHandler<BatchCreateVehicleRequest,BatchCreateVehicleResult> asyncHandler)
Creates a group, or batch, of vehicles.
You must specify a decoder manifest and a vehicle model (model manifest) for each vehicle.
For more information, see Create multiple vehicles (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
batchCreateVehicleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<BatchUpdateVehicleResult> batchUpdateVehicleAsync(BatchUpdateVehicleRequest batchUpdateVehicleRequest)
Updates a group, or batch, of vehicles.
You must specify a decoder manifest and a vehicle model (model manifest) for each vehicle.
For more information, see Update multiple vehicles (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
batchUpdateVehicleRequest
- Future<BatchUpdateVehicleResult> batchUpdateVehicleAsync(BatchUpdateVehicleRequest batchUpdateVehicleRequest, AsyncHandler<BatchUpdateVehicleRequest,BatchUpdateVehicleResult> asyncHandler)
Updates a group, or batch, of vehicles.
You must specify a decoder manifest and a vehicle model (model manifest) for each vehicle.
For more information, see Update multiple vehicles (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
batchUpdateVehicleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateCampaignResult> createCampaignAsync(CreateCampaignRequest createCampaignRequest)
Creates an orchestration of data collection rules. The Amazon Web Services IoT FleetWise Edge Agent software running in vehicles uses campaigns to decide how to collect and transfer data to the cloud. You create campaigns in the cloud. After you or your team approve campaigns, Amazon Web Services IoT FleetWise automatically deploys them to vehicles.
For more information, see Collect and transfer data with campaigns in the Amazon Web Services IoT FleetWise Developer Guide.
createCampaignRequest
- Future<CreateCampaignResult> createCampaignAsync(CreateCampaignRequest createCampaignRequest, AsyncHandler<CreateCampaignRequest,CreateCampaignResult> asyncHandler)
Creates an orchestration of data collection rules. The Amazon Web Services IoT FleetWise Edge Agent software running in vehicles uses campaigns to decide how to collect and transfer data to the cloud. You create campaigns in the cloud. After you or your team approve campaigns, Amazon Web Services IoT FleetWise automatically deploys them to vehicles.
For more information, see Collect and transfer data with campaigns in the Amazon Web Services IoT FleetWise Developer Guide.
createCampaignRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateDecoderManifestResult> createDecoderManifestAsync(CreateDecoderManifestRequest createDecoderManifestRequest)
Creates the decoder manifest associated with a model manifest. To create a decoder manifest, the following must be true:
Every signal decoder has a unique name.
Each signal decoder is associated with a network interface.
Each network interface has a unique ID.
The signal decoders are specified in the model manifest.
createDecoderManifestRequest
- Future<CreateDecoderManifestResult> createDecoderManifestAsync(CreateDecoderManifestRequest createDecoderManifestRequest, AsyncHandler<CreateDecoderManifestRequest,CreateDecoderManifestResult> asyncHandler)
Creates the decoder manifest associated with a model manifest. To create a decoder manifest, the following must be true:
Every signal decoder has a unique name.
Each signal decoder is associated with a network interface.
Each network interface has a unique ID.
The signal decoders are specified in the model manifest.
createDecoderManifestRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateFleetResult> createFleetAsync(CreateFleetRequest createFleetRequest)
Creates a fleet that represents a group of vehicles.
You must create both a signal catalog and vehicles before you can create a fleet.
For more information, see Fleets in the Amazon Web Services IoT FleetWise Developer Guide.
createFleetRequest
- Future<CreateFleetResult> createFleetAsync(CreateFleetRequest createFleetRequest, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a fleet that represents a group of vehicles.
You must create both a signal catalog and vehicles before you can create a fleet.
For more information, see Fleets in the Amazon Web Services IoT FleetWise Developer Guide.
createFleetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateModelManifestResult> createModelManifestAsync(CreateModelManifestRequest createModelManifestRequest)
Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators).
For more information, see Vehicle models in the Amazon Web Services IoT FleetWise Developer Guide.
createModelManifestRequest
- Future<CreateModelManifestResult> createModelManifestAsync(CreateModelManifestRequest createModelManifestRequest, AsyncHandler<CreateModelManifestRequest,CreateModelManifestResult> asyncHandler)
Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators).
For more information, see Vehicle models in the Amazon Web Services IoT FleetWise Developer Guide.
createModelManifestRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateSignalCatalogResult> createSignalCatalogAsync(CreateSignalCatalogRequest createSignalCatalogRequest)
Creates a collection of standardized signals that can be reused to create vehicle models.
createSignalCatalogRequest
- Future<CreateSignalCatalogResult> createSignalCatalogAsync(CreateSignalCatalogRequest createSignalCatalogRequest, AsyncHandler<CreateSignalCatalogRequest,CreateSignalCatalogResult> asyncHandler)
Creates a collection of standardized signals that can be reused to create vehicle models.
createSignalCatalogRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateVehicleResult> createVehicleAsync(CreateVehicleRequest createVehicleRequest)
Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles created from the same vehicle model consist of the same signals inherited from the vehicle model.
If you have an existing Amazon Web Services IoT thing, you can use Amazon Web Services IoT FleetWise to create a vehicle and collect data from your thing.
For more information, see Create a vehicle (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
createVehicleRequest
- Future<CreateVehicleResult> createVehicleAsync(CreateVehicleRequest createVehicleRequest, AsyncHandler<CreateVehicleRequest,CreateVehicleResult> asyncHandler)
Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles created from the same vehicle model consist of the same signals inherited from the vehicle model.
If you have an existing Amazon Web Services IoT thing, you can use Amazon Web Services IoT FleetWise to create a vehicle and collect data from your thing.
For more information, see Create a vehicle (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
createVehicleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteCampaignResult> deleteCampaignAsync(DeleteCampaignRequest deleteCampaignRequest)
Deletes a data collection campaign. Deleting a campaign suspends all data collection and removes it from any vehicles.
deleteCampaignRequest
- Future<DeleteCampaignResult> deleteCampaignAsync(DeleteCampaignRequest deleteCampaignRequest, AsyncHandler<DeleteCampaignRequest,DeleteCampaignResult> asyncHandler)
Deletes a data collection campaign. Deleting a campaign suspends all data collection and removes it from any vehicles.
deleteCampaignRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteDecoderManifestResult> deleteDecoderManifestAsync(DeleteDecoderManifestRequest deleteDecoderManifestRequest)
Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles associated with it.
If the decoder manifest is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteDecoderManifestRequest
- Future<DeleteDecoderManifestResult> deleteDecoderManifestAsync(DeleteDecoderManifestRequest deleteDecoderManifestRequest, AsyncHandler<DeleteDecoderManifestRequest,DeleteDecoderManifestResult> asyncHandler)
Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles associated with it.
If the decoder manifest is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteDecoderManifestRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteFleetResult> deleteFleetAsync(DeleteFleetRequest deleteFleetRequest)
Deletes a fleet. Before you delete a fleet, all vehicles must be dissociated from the fleet. For more information, see Delete a fleet (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
If the fleet is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteFleetRequest
- Future<DeleteFleetResult> deleteFleetAsync(DeleteFleetRequest deleteFleetRequest, AsyncHandler<DeleteFleetRequest,DeleteFleetResult> asyncHandler)
Deletes a fleet. Before you delete a fleet, all vehicles must be dissociated from the fleet. For more information, see Delete a fleet (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.
If the fleet is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteFleetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteModelManifestResult> deleteModelManifestAsync(DeleteModelManifestRequest deleteModelManifestRequest)
Deletes a vehicle model (model manifest).
If the vehicle model is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteModelManifestRequest
- Future<DeleteModelManifestResult> deleteModelManifestAsync(DeleteModelManifestRequest deleteModelManifestRequest, AsyncHandler<DeleteModelManifestRequest,DeleteModelManifestResult> asyncHandler)
Deletes a vehicle model (model manifest).
If the vehicle model is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteModelManifestRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteSignalCatalogResult> deleteSignalCatalogAsync(DeleteSignalCatalogRequest deleteSignalCatalogRequest)
Deletes a signal catalog.
If the signal catalog is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteSignalCatalogRequest
- Future<DeleteSignalCatalogResult> deleteSignalCatalogAsync(DeleteSignalCatalogRequest deleteSignalCatalogRequest, AsyncHandler<DeleteSignalCatalogRequest,DeleteSignalCatalogResult> asyncHandler)
Deletes a signal catalog.
If the signal catalog is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteSignalCatalogRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteVehicleResult> deleteVehicleAsync(DeleteVehicleRequest deleteVehicleRequest)
Deletes a vehicle and removes it from any campaigns.
If the vehicle is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteVehicleRequest
- Future<DeleteVehicleResult> deleteVehicleAsync(DeleteVehicleRequest deleteVehicleRequest, AsyncHandler<DeleteVehicleRequest,DeleteVehicleResult> asyncHandler)
Deletes a vehicle and removes it from any campaigns.
If the vehicle is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
deleteVehicleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateVehicleFleetResult> disassociateVehicleFleetAsync(DisassociateVehicleFleetRequest disassociateVehicleFleetRequest)
Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a fleet doesn't delete the vehicle.
If the vehicle is successfully dissociated from a fleet, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
disassociateVehicleFleetRequest
- Future<DisassociateVehicleFleetResult> disassociateVehicleFleetAsync(DisassociateVehicleFleetRequest disassociateVehicleFleetRequest, AsyncHandler<DisassociateVehicleFleetRequest,DisassociateVehicleFleetResult> asyncHandler)
Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a fleet doesn't delete the vehicle.
If the vehicle is successfully dissociated from a fleet, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
disassociateVehicleFleetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetCampaignResult> getCampaignAsync(GetCampaignRequest getCampaignRequest)
Retrieves information about a campaign.
getCampaignRequest
- Future<GetCampaignResult> getCampaignAsync(GetCampaignRequest getCampaignRequest, AsyncHandler<GetCampaignRequest,GetCampaignResult> asyncHandler)
Retrieves information about a campaign.
getCampaignRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetDecoderManifestResult> getDecoderManifestAsync(GetDecoderManifestRequest getDecoderManifestRequest)
Retrieves information about a created decoder manifest.
getDecoderManifestRequest
- Future<GetDecoderManifestResult> getDecoderManifestAsync(GetDecoderManifestRequest getDecoderManifestRequest, AsyncHandler<GetDecoderManifestRequest,GetDecoderManifestResult> asyncHandler)
Retrieves information about a created decoder manifest.
getDecoderManifestRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetEncryptionConfigurationResult> getEncryptionConfigurationAsync(GetEncryptionConfigurationRequest getEncryptionConfigurationRequest)
Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise.
getEncryptionConfigurationRequest
- Future<GetEncryptionConfigurationResult> getEncryptionConfigurationAsync(GetEncryptionConfigurationRequest getEncryptionConfigurationRequest, AsyncHandler<GetEncryptionConfigurationRequest,GetEncryptionConfigurationResult> asyncHandler)
Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise.
getEncryptionConfigurationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetFleetResult> getFleetAsync(GetFleetRequest getFleetRequest)
Retrieves information about a fleet.
getFleetRequest
- Future<GetFleetResult> getFleetAsync(GetFleetRequest getFleetRequest, AsyncHandler<GetFleetRequest,GetFleetResult> asyncHandler)
Retrieves information about a fleet.
getFleetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetLoggingOptionsResult> getLoggingOptionsAsync(GetLoggingOptionsRequest getLoggingOptionsRequest)
Retrieves the logging options.
getLoggingOptionsRequest
- Future<GetLoggingOptionsResult> getLoggingOptionsAsync(GetLoggingOptionsRequest getLoggingOptionsRequest, AsyncHandler<GetLoggingOptionsRequest,GetLoggingOptionsResult> asyncHandler)
Retrieves the logging options.
getLoggingOptionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetModelManifestResult> getModelManifestAsync(GetModelManifestRequest getModelManifestRequest)
Retrieves information about a vehicle model (model manifest).
getModelManifestRequest
- Future<GetModelManifestResult> getModelManifestAsync(GetModelManifestRequest getModelManifestRequest, AsyncHandler<GetModelManifestRequest,GetModelManifestResult> asyncHandler)
Retrieves information about a vehicle model (model manifest).
getModelManifestRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetRegisterAccountStatusResult> getRegisterAccountStatusAsync(GetRegisterAccountStatusRequest getRegisterAccountStatusRequest)
Retrieves information about the status of registering your Amazon Web Services account, IAM, and Amazon Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services Cloud.
For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise.
This API operation doesn't require input parameters.
getRegisterAccountStatusRequest
- Future<GetRegisterAccountStatusResult> getRegisterAccountStatusAsync(GetRegisterAccountStatusRequest getRegisterAccountStatusRequest, AsyncHandler<GetRegisterAccountStatusRequest,GetRegisterAccountStatusResult> asyncHandler)
Retrieves information about the status of registering your Amazon Web Services account, IAM, and Amazon Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services Cloud.
For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise.
This API operation doesn't require input parameters.
getRegisterAccountStatusRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetSignalCatalogResult> getSignalCatalogAsync(GetSignalCatalogRequest getSignalCatalogRequest)
Retrieves information about a signal catalog.
getSignalCatalogRequest
- Future<GetSignalCatalogResult> getSignalCatalogAsync(GetSignalCatalogRequest getSignalCatalogRequest, AsyncHandler<GetSignalCatalogRequest,GetSignalCatalogResult> asyncHandler)
Retrieves information about a signal catalog.
getSignalCatalogRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetVehicleResult> getVehicleAsync(GetVehicleRequest getVehicleRequest)
Retrieves information about a vehicle.
getVehicleRequest
- Future<GetVehicleResult> getVehicleAsync(GetVehicleRequest getVehicleRequest, AsyncHandler<GetVehicleRequest,GetVehicleResult> asyncHandler)
Retrieves information about a vehicle.
getVehicleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetVehicleStatusResult> getVehicleStatusAsync(GetVehicleStatusRequest getVehicleStatusRequest)
Retrieves information about the status of a vehicle with any associated campaigns.
getVehicleStatusRequest
- Future<GetVehicleStatusResult> getVehicleStatusAsync(GetVehicleStatusRequest getVehicleStatusRequest, AsyncHandler<GetVehicleStatusRequest,GetVehicleStatusResult> asyncHandler)
Retrieves information about the status of a vehicle with any associated campaigns.
getVehicleStatusRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ImportDecoderManifestResult> importDecoderManifestAsync(ImportDecoderManifestRequest importDecoderManifestRequest)
Creates a decoder manifest using your existing CAN DBC file from your local device.
importDecoderManifestRequest
- Future<ImportDecoderManifestResult> importDecoderManifestAsync(ImportDecoderManifestRequest importDecoderManifestRequest, AsyncHandler<ImportDecoderManifestRequest,ImportDecoderManifestResult> asyncHandler)
Creates a decoder manifest using your existing CAN DBC file from your local device.
importDecoderManifestRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ImportSignalCatalogResult> importSignalCatalogAsync(ImportSignalCatalogRequest importSignalCatalogRequest)
Creates a signal catalog using your existing VSS formatted content from your local device.
importSignalCatalogRequest
- Future<ImportSignalCatalogResult> importSignalCatalogAsync(ImportSignalCatalogRequest importSignalCatalogRequest, AsyncHandler<ImportSignalCatalogRequest,ImportSignalCatalogResult> asyncHandler)
Creates a signal catalog using your existing VSS formatted content from your local device.
importSignalCatalogRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListCampaignsResult> listCampaignsAsync(ListCampaignsRequest listCampaignsRequest)
Lists information about created campaigns.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listCampaignsRequest
- Future<ListCampaignsResult> listCampaignsAsync(ListCampaignsRequest listCampaignsRequest, AsyncHandler<ListCampaignsRequest,ListCampaignsResult> asyncHandler)
Lists information about created campaigns.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listCampaignsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDecoderManifestNetworkInterfacesResult> listDecoderManifestNetworkInterfacesAsync(ListDecoderManifestNetworkInterfacesRequest listDecoderManifestNetworkInterfacesRequest)
Lists the network interfaces specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listDecoderManifestNetworkInterfacesRequest
- Future<ListDecoderManifestNetworkInterfacesResult> listDecoderManifestNetworkInterfacesAsync(ListDecoderManifestNetworkInterfacesRequest listDecoderManifestNetworkInterfacesRequest, AsyncHandler<ListDecoderManifestNetworkInterfacesRequest,ListDecoderManifestNetworkInterfacesResult> asyncHandler)
Lists the network interfaces specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listDecoderManifestNetworkInterfacesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDecoderManifestSignalsResult> listDecoderManifestSignalsAsync(ListDecoderManifestSignalsRequest listDecoderManifestSignalsRequest)
A list of information about signal decoders specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listDecoderManifestSignalsRequest
- Future<ListDecoderManifestSignalsResult> listDecoderManifestSignalsAsync(ListDecoderManifestSignalsRequest listDecoderManifestSignalsRequest, AsyncHandler<ListDecoderManifestSignalsRequest,ListDecoderManifestSignalsResult> asyncHandler)
A list of information about signal decoders specified in a decoder manifest.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listDecoderManifestSignalsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListDecoderManifestsResult> listDecoderManifestsAsync(ListDecoderManifestsRequest listDecoderManifestsRequest)
Lists decoder manifests.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listDecoderManifestsRequest
- Future<ListDecoderManifestsResult> listDecoderManifestsAsync(ListDecoderManifestsRequest listDecoderManifestsRequest, AsyncHandler<ListDecoderManifestsRequest,ListDecoderManifestsResult> asyncHandler)
Lists decoder manifests.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listDecoderManifestsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListFleetsResult> listFleetsAsync(ListFleetsRequest listFleetsRequest)
Retrieves information for each created fleet in an Amazon Web Services account.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listFleetsRequest
- Future<ListFleetsResult> listFleetsAsync(ListFleetsRequest listFleetsRequest, AsyncHandler<ListFleetsRequest,ListFleetsResult> asyncHandler)
Retrieves information for each created fleet in an Amazon Web Services account.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listFleetsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListFleetsForVehicleResult> listFleetsForVehicleAsync(ListFleetsForVehicleRequest listFleetsForVehicleRequest)
Retrieves a list of IDs for all fleets that the vehicle is associated with.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listFleetsForVehicleRequest
- Future<ListFleetsForVehicleResult> listFleetsForVehicleAsync(ListFleetsForVehicleRequest listFleetsForVehicleRequest, AsyncHandler<ListFleetsForVehicleRequest,ListFleetsForVehicleResult> asyncHandler)
Retrieves a list of IDs for all fleets that the vehicle is associated with.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listFleetsForVehicleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListModelManifestNodesResult> listModelManifestNodesAsync(ListModelManifestNodesRequest listModelManifestNodesRequest)
Lists information about nodes specified in a vehicle model (model manifest).
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listModelManifestNodesRequest
- Future<ListModelManifestNodesResult> listModelManifestNodesAsync(ListModelManifestNodesRequest listModelManifestNodesRequest, AsyncHandler<ListModelManifestNodesRequest,ListModelManifestNodesResult> asyncHandler)
Lists information about nodes specified in a vehicle model (model manifest).
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listModelManifestNodesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListModelManifestsResult> listModelManifestsAsync(ListModelManifestsRequest listModelManifestsRequest)
Retrieves a list of vehicle models (model manifests).
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listModelManifestsRequest
- Future<ListModelManifestsResult> listModelManifestsAsync(ListModelManifestsRequest listModelManifestsRequest, AsyncHandler<ListModelManifestsRequest,ListModelManifestsResult> asyncHandler)
Retrieves a list of vehicle models (model manifests).
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listModelManifestsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListSignalCatalogNodesResult> listSignalCatalogNodesAsync(ListSignalCatalogNodesRequest listSignalCatalogNodesRequest)
Lists of information about the signals (nodes) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listSignalCatalogNodesRequest
- Future<ListSignalCatalogNodesResult> listSignalCatalogNodesAsync(ListSignalCatalogNodesRequest listSignalCatalogNodesRequest, AsyncHandler<ListSignalCatalogNodesRequest,ListSignalCatalogNodesResult> asyncHandler)
Lists of information about the signals (nodes) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listSignalCatalogNodesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListSignalCatalogsResult> listSignalCatalogsAsync(ListSignalCatalogsRequest listSignalCatalogsRequest)
Lists all the created signal catalogs in an Amazon Web Services account.
You can use to list information about each signal (node) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listSignalCatalogsRequest
- Future<ListSignalCatalogsResult> listSignalCatalogsAsync(ListSignalCatalogsRequest listSignalCatalogsRequest, AsyncHandler<ListSignalCatalogsRequest,ListSignalCatalogsResult> asyncHandler)
Lists all the created signal catalogs in an Amazon Web Services account.
You can use to list information about each signal (node) specified in a signal catalog.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listSignalCatalogsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags (metadata) you have assigned to the resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags (metadata) you have assigned to the resource.
listTagsForResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListVehiclesResult> listVehiclesAsync(ListVehiclesRequest listVehiclesRequest)
Retrieves a list of summaries of created vehicles.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listVehiclesRequest
- Future<ListVehiclesResult> listVehiclesAsync(ListVehiclesRequest listVehiclesRequest, AsyncHandler<ListVehiclesRequest,ListVehiclesResult> asyncHandler)
Retrieves a list of summaries of created vehicles.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listVehiclesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListVehiclesInFleetResult> listVehiclesInFleetAsync(ListVehiclesInFleetRequest listVehiclesInFleetRequest)
Retrieves a list of summaries of all vehicles associated with a fleet.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listVehiclesInFleetRequest
- Future<ListVehiclesInFleetResult> listVehiclesInFleetAsync(ListVehiclesInFleetRequest listVehiclesInFleetRequest, AsyncHandler<ListVehiclesInFleetRequest,ListVehiclesInFleetResult> asyncHandler)
Retrieves a list of summaries of all vehicles associated with a fleet.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listVehiclesInFleetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutEncryptionConfigurationResult> putEncryptionConfigurationAsync(PutEncryptionConfigurationRequest putEncryptionConfigurationRequest)
Creates or updates the encryption configuration. Amazon Web Services IoT FleetWise can encrypt your data and resources using an Amazon Web Services managed key. Or, you can use a KMS key that you own and manage. For more information, see Data encryption in the Amazon Web Services IoT FleetWise Developer Guide.
putEncryptionConfigurationRequest
- Future<PutEncryptionConfigurationResult> putEncryptionConfigurationAsync(PutEncryptionConfigurationRequest putEncryptionConfigurationRequest, AsyncHandler<PutEncryptionConfigurationRequest,PutEncryptionConfigurationResult> asyncHandler)
Creates or updates the encryption configuration. Amazon Web Services IoT FleetWise can encrypt your data and resources using an Amazon Web Services managed key. Or, you can use a KMS key that you own and manage. For more information, see Data encryption in the Amazon Web Services IoT FleetWise Developer Guide.
putEncryptionConfigurationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutLoggingOptionsResult> putLoggingOptionsAsync(PutLoggingOptionsRequest putLoggingOptionsRequest)
Creates or updates the logging option.
putLoggingOptionsRequest
- Future<PutLoggingOptionsResult> putLoggingOptionsAsync(PutLoggingOptionsRequest putLoggingOptionsRequest, AsyncHandler<PutLoggingOptionsRequest,PutLoggingOptionsResult> asyncHandler)
Creates or updates the logging option.
putLoggingOptionsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<RegisterAccountResult> registerAccountAsync(RegisterAccountRequest registerAccountRequest)
This API operation contains deprecated parameters. Register your account again without the Timestream resources parameter so that Amazon Web Services IoT FleetWise can remove the Timestream metadata stored. You should then pass the data destination into the CreateCampaign API operation.
You must delete any existing campaigns that include an empty data destination before you register your account again. For more information, see the DeleteCampaign API operation.
If you want to delete the Timestream inline policy from the service-linked role, such as to mitigate an overly permissive policy, you must first delete any existing campaigns. Then delete the service-linked role and register your account again to enable CloudWatch metrics. For more information, see DeleteServiceLinkedRole in the Identity and Access Management API Reference.
Registers your Amazon Web Services account, IAM, and Amazon Timestream resources so Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services Cloud. For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise.
An Amazon Web Services account is not the same thing as a "user." An Amazon Web Services user is an identity that you create using Identity and Access Management (IAM) and takes the form of either an IAM user or an IAM role, both with credentials. A single Amazon Web Services account can, and typically does, contain many users and roles.
registerAccountRequest
- Future<RegisterAccountResult> registerAccountAsync(RegisterAccountRequest registerAccountRequest, AsyncHandler<RegisterAccountRequest,RegisterAccountResult> asyncHandler)
This API operation contains deprecated parameters. Register your account again without the Timestream resources parameter so that Amazon Web Services IoT FleetWise can remove the Timestream metadata stored. You should then pass the data destination into the CreateCampaign API operation.
You must delete any existing campaigns that include an empty data destination before you register your account again. For more information, see the DeleteCampaign API operation.
If you want to delete the Timestream inline policy from the service-linked role, such as to mitigate an overly permissive policy, you must first delete any existing campaigns. Then delete the service-linked role and register your account again to enable CloudWatch metrics. For more information, see DeleteServiceLinkedRole in the Identity and Access Management API Reference.
Registers your Amazon Web Services account, IAM, and Amazon Timestream resources so Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services Cloud. For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise.
An Amazon Web Services account is not the same thing as a "user." An Amazon Web Services user is an identity that you create using Identity and Access Management (IAM) and takes the form of either an IAM user or an IAM role, both with credentials. A single Amazon Web Services account can, and typically does, contain many users and roles.
registerAccountRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes the given tags (metadata) from the resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes the given tags (metadata) from the resource.
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateCampaignResult> updateCampaignAsync(UpdateCampaignRequest updateCampaignRequest)
Updates a campaign.
updateCampaignRequest
- Future<UpdateCampaignResult> updateCampaignAsync(UpdateCampaignRequest updateCampaignRequest, AsyncHandler<UpdateCampaignRequest,UpdateCampaignResult> asyncHandler)
Updates a campaign.
updateCampaignRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateDecoderManifestResult> updateDecoderManifestAsync(UpdateDecoderManifestRequest updateDecoderManifestRequest)
Updates a decoder manifest.
A decoder manifest can only be updated when the status is DRAFT
. Only ACTIVE
decoder
manifests can be associated with vehicles.
updateDecoderManifestRequest
- Future<UpdateDecoderManifestResult> updateDecoderManifestAsync(UpdateDecoderManifestRequest updateDecoderManifestRequest, AsyncHandler<UpdateDecoderManifestRequest,UpdateDecoderManifestResult> asyncHandler)
Updates a decoder manifest.
A decoder manifest can only be updated when the status is DRAFT
. Only ACTIVE
decoder
manifests can be associated with vehicles.
updateDecoderManifestRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateFleetResult> updateFleetAsync(UpdateFleetRequest updateFleetRequest)
Updates the description of an existing fleet.
If the fleet is successfully updated, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty HTTP body.
updateFleetRequest
- Future<UpdateFleetResult> updateFleetAsync(UpdateFleetRequest updateFleetRequest, AsyncHandler<UpdateFleetRequest,UpdateFleetResult> asyncHandler)
Updates the description of an existing fleet.
If the fleet is successfully updated, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty HTTP body.
updateFleetRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateModelManifestResult> updateModelManifestAsync(UpdateModelManifestRequest updateModelManifestRequest)
Updates a vehicle model (model manifest). If created vehicles are associated with a vehicle model, it can't be updated.
updateModelManifestRequest
- Future<UpdateModelManifestResult> updateModelManifestAsync(UpdateModelManifestRequest updateModelManifestRequest, AsyncHandler<UpdateModelManifestRequest,UpdateModelManifestResult> asyncHandler)
Updates a vehicle model (model manifest). If created vehicles are associated with a vehicle model, it can't be updated.
updateModelManifestRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateSignalCatalogResult> updateSignalCatalogAsync(UpdateSignalCatalogRequest updateSignalCatalogRequest)
Updates a signal catalog.
updateSignalCatalogRequest
- Future<UpdateSignalCatalogResult> updateSignalCatalogAsync(UpdateSignalCatalogRequest updateSignalCatalogRequest, AsyncHandler<UpdateSignalCatalogRequest,UpdateSignalCatalogResult> asyncHandler)
Updates a signal catalog.
updateSignalCatalogRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateVehicleResult> updateVehicleAsync(UpdateVehicleRequest updateVehicleRequest)
Updates a vehicle.
updateVehicleRequest
- Future<UpdateVehicleResult> updateVehicleAsync(UpdateVehicleRequest updateVehicleRequest, AsyncHandler<UpdateVehicleRequest,UpdateVehicleResult> asyncHandler)
Updates a vehicle.
updateVehicleRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.