@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSIoTFleetWiseAsync extends AbstractAWSIoTFleetWise implements AWSIoTFleetWiseAsync
AWSIoTFleetWiseAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public Future<AssociateVehicleFleetResult> associateVehicleFleetAsync(AssociateVehicleFleetRequest request)
AWSIoTFleetWiseAsync
Adds, or associates, a vehicle with a fleet.
associateVehicleFleetAsync
in interface AWSIoTFleetWiseAsync
public Future<AssociateVehicleFleetResult> associateVehicleFleetAsync(AssociateVehicleFleetRequest request, AsyncHandler<AssociateVehicleFleetRequest,AssociateVehicleFleetResult> asyncHandler)
AWSIoTFleetWiseAsync
Adds, or associates, a vehicle with a fleet.
associateVehicleFleetAsync
in interface AWSIoTFleetWiseAsync
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.public Future<BatchCreateVehicleResult> batchCreateVehicleAsync(BatchCreateVehicleRequest request)
AWSIoTFleetWiseAsync
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.
batchCreateVehicleAsync
in interface AWSIoTFleetWiseAsync
public Future<BatchCreateVehicleResult> batchCreateVehicleAsync(BatchCreateVehicleRequest request, AsyncHandler<BatchCreateVehicleRequest,BatchCreateVehicleResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
batchCreateVehicleAsync
in interface AWSIoTFleetWiseAsync
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.public Future<BatchUpdateVehicleResult> batchUpdateVehicleAsync(BatchUpdateVehicleRequest request)
AWSIoTFleetWiseAsync
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.
batchUpdateVehicleAsync
in interface AWSIoTFleetWiseAsync
public Future<BatchUpdateVehicleResult> batchUpdateVehicleAsync(BatchUpdateVehicleRequest request, AsyncHandler<BatchUpdateVehicleRequest,BatchUpdateVehicleResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
batchUpdateVehicleAsync
in interface AWSIoTFleetWiseAsync
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.public Future<CreateCampaignResult> createCampaignAsync(CreateCampaignRequest request)
AWSIoTFleetWiseAsync
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.
createCampaignAsync
in interface AWSIoTFleetWiseAsync
public Future<CreateCampaignResult> createCampaignAsync(CreateCampaignRequest request, AsyncHandler<CreateCampaignRequest,CreateCampaignResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
createCampaignAsync
in interface AWSIoTFleetWiseAsync
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.public Future<CreateDecoderManifestResult> createDecoderManifestAsync(CreateDecoderManifestRequest request)
AWSIoTFleetWiseAsync
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.
createDecoderManifestAsync
in interface AWSIoTFleetWiseAsync
public Future<CreateDecoderManifestResult> createDecoderManifestAsync(CreateDecoderManifestRequest request, AsyncHandler<CreateDecoderManifestRequest,CreateDecoderManifestResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
createDecoderManifestAsync
in interface AWSIoTFleetWiseAsync
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.public Future<CreateFleetResult> createFleetAsync(CreateFleetRequest request)
AWSIoTFleetWiseAsync
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.
createFleetAsync
in interface AWSIoTFleetWiseAsync
public Future<CreateFleetResult> createFleetAsync(CreateFleetRequest request, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
createFleetAsync
in interface AWSIoTFleetWiseAsync
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.public Future<CreateModelManifestResult> createModelManifestAsync(CreateModelManifestRequest request)
AWSIoTFleetWiseAsync
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.
createModelManifestAsync
in interface AWSIoTFleetWiseAsync
public Future<CreateModelManifestResult> createModelManifestAsync(CreateModelManifestRequest request, AsyncHandler<CreateModelManifestRequest,CreateModelManifestResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
createModelManifestAsync
in interface AWSIoTFleetWiseAsync
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.public Future<CreateSignalCatalogResult> createSignalCatalogAsync(CreateSignalCatalogRequest request)
AWSIoTFleetWiseAsync
Creates a collection of standardized signals that can be reused to create vehicle models.
createSignalCatalogAsync
in interface AWSIoTFleetWiseAsync
public Future<CreateSignalCatalogResult> createSignalCatalogAsync(CreateSignalCatalogRequest request, AsyncHandler<CreateSignalCatalogRequest,CreateSignalCatalogResult> asyncHandler)
AWSIoTFleetWiseAsync
Creates a collection of standardized signals that can be reused to create vehicle models.
createSignalCatalogAsync
in interface AWSIoTFleetWiseAsync
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.public Future<CreateVehicleResult> createVehicleAsync(CreateVehicleRequest request)
AWSIoTFleetWiseAsync
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.
createVehicleAsync
in interface AWSIoTFleetWiseAsync
public Future<CreateVehicleResult> createVehicleAsync(CreateVehicleRequest request, AsyncHandler<CreateVehicleRequest,CreateVehicleResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
createVehicleAsync
in interface AWSIoTFleetWiseAsync
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.public Future<DeleteCampaignResult> deleteCampaignAsync(DeleteCampaignRequest request)
AWSIoTFleetWiseAsync
Deletes a data collection campaign. Deleting a campaign suspends all data collection and removes it from any vehicles.
deleteCampaignAsync
in interface AWSIoTFleetWiseAsync
public Future<DeleteCampaignResult> deleteCampaignAsync(DeleteCampaignRequest request, AsyncHandler<DeleteCampaignRequest,DeleteCampaignResult> asyncHandler)
AWSIoTFleetWiseAsync
Deletes a data collection campaign. Deleting a campaign suspends all data collection and removes it from any vehicles.
deleteCampaignAsync
in interface AWSIoTFleetWiseAsync
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.public Future<DeleteDecoderManifestResult> deleteDecoderManifestAsync(DeleteDecoderManifestRequest request)
AWSIoTFleetWiseAsync
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.
deleteDecoderManifestAsync
in interface AWSIoTFleetWiseAsync
public Future<DeleteDecoderManifestResult> deleteDecoderManifestAsync(DeleteDecoderManifestRequest request, AsyncHandler<DeleteDecoderManifestRequest,DeleteDecoderManifestResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
deleteDecoderManifestAsync
in interface AWSIoTFleetWiseAsync
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.public Future<DeleteFleetResult> deleteFleetAsync(DeleteFleetRequest request)
AWSIoTFleetWiseAsync
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.
deleteFleetAsync
in interface AWSIoTFleetWiseAsync
public Future<DeleteFleetResult> deleteFleetAsync(DeleteFleetRequest request, AsyncHandler<DeleteFleetRequest,DeleteFleetResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
deleteFleetAsync
in interface AWSIoTFleetWiseAsync
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.public Future<DeleteModelManifestResult> deleteModelManifestAsync(DeleteModelManifestRequest request)
AWSIoTFleetWiseAsync
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.
deleteModelManifestAsync
in interface AWSIoTFleetWiseAsync
public Future<DeleteModelManifestResult> deleteModelManifestAsync(DeleteModelManifestRequest request, AsyncHandler<DeleteModelManifestRequest,DeleteModelManifestResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
deleteModelManifestAsync
in interface AWSIoTFleetWiseAsync
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.public Future<DeleteSignalCatalogResult> deleteSignalCatalogAsync(DeleteSignalCatalogRequest request)
AWSIoTFleetWiseAsync
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.
deleteSignalCatalogAsync
in interface AWSIoTFleetWiseAsync
public Future<DeleteSignalCatalogResult> deleteSignalCatalogAsync(DeleteSignalCatalogRequest request, AsyncHandler<DeleteSignalCatalogRequest,DeleteSignalCatalogResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
deleteSignalCatalogAsync
in interface AWSIoTFleetWiseAsync
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.public Future<DeleteVehicleResult> deleteVehicleAsync(DeleteVehicleRequest request)
AWSIoTFleetWiseAsync
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.
deleteVehicleAsync
in interface AWSIoTFleetWiseAsync
public Future<DeleteVehicleResult> deleteVehicleAsync(DeleteVehicleRequest request, AsyncHandler<DeleteVehicleRequest,DeleteVehicleResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
deleteVehicleAsync
in interface AWSIoTFleetWiseAsync
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.public Future<DisassociateVehicleFleetResult> disassociateVehicleFleetAsync(DisassociateVehicleFleetRequest request)
AWSIoTFleetWiseAsync
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.
disassociateVehicleFleetAsync
in interface AWSIoTFleetWiseAsync
public Future<DisassociateVehicleFleetResult> disassociateVehicleFleetAsync(DisassociateVehicleFleetRequest request, AsyncHandler<DisassociateVehicleFleetRequest,DisassociateVehicleFleetResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
disassociateVehicleFleetAsync
in interface AWSIoTFleetWiseAsync
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.public Future<GetCampaignResult> getCampaignAsync(GetCampaignRequest request)
AWSIoTFleetWiseAsync
Retrieves information about a campaign.
getCampaignAsync
in interface AWSIoTFleetWiseAsync
public Future<GetCampaignResult> getCampaignAsync(GetCampaignRequest request, AsyncHandler<GetCampaignRequest,GetCampaignResult> asyncHandler)
AWSIoTFleetWiseAsync
Retrieves information about a campaign.
getCampaignAsync
in interface AWSIoTFleetWiseAsync
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.public Future<GetDecoderManifestResult> getDecoderManifestAsync(GetDecoderManifestRequest request)
AWSIoTFleetWiseAsync
Retrieves information about a created decoder manifest.
getDecoderManifestAsync
in interface AWSIoTFleetWiseAsync
public Future<GetDecoderManifestResult> getDecoderManifestAsync(GetDecoderManifestRequest request, AsyncHandler<GetDecoderManifestRequest,GetDecoderManifestResult> asyncHandler)
AWSIoTFleetWiseAsync
Retrieves information about a created decoder manifest.
getDecoderManifestAsync
in interface AWSIoTFleetWiseAsync
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.public Future<GetEncryptionConfigurationResult> getEncryptionConfigurationAsync(GetEncryptionConfigurationRequest request)
AWSIoTFleetWiseAsync
Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise.
getEncryptionConfigurationAsync
in interface AWSIoTFleetWiseAsync
public Future<GetEncryptionConfigurationResult> getEncryptionConfigurationAsync(GetEncryptionConfigurationRequest request, AsyncHandler<GetEncryptionConfigurationRequest,GetEncryptionConfigurationResult> asyncHandler)
AWSIoTFleetWiseAsync
Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise.
getEncryptionConfigurationAsync
in interface AWSIoTFleetWiseAsync
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.public Future<GetFleetResult> getFleetAsync(GetFleetRequest request)
AWSIoTFleetWiseAsync
Retrieves information about a fleet.
getFleetAsync
in interface AWSIoTFleetWiseAsync
public Future<GetFleetResult> getFleetAsync(GetFleetRequest request, AsyncHandler<GetFleetRequest,GetFleetResult> asyncHandler)
AWSIoTFleetWiseAsync
Retrieves information about a fleet.
getFleetAsync
in interface AWSIoTFleetWiseAsync
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.public Future<GetLoggingOptionsResult> getLoggingOptionsAsync(GetLoggingOptionsRequest request)
AWSIoTFleetWiseAsync
Retrieves the logging options.
getLoggingOptionsAsync
in interface AWSIoTFleetWiseAsync
public Future<GetLoggingOptionsResult> getLoggingOptionsAsync(GetLoggingOptionsRequest request, AsyncHandler<GetLoggingOptionsRequest,GetLoggingOptionsResult> asyncHandler)
AWSIoTFleetWiseAsync
Retrieves the logging options.
getLoggingOptionsAsync
in interface AWSIoTFleetWiseAsync
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.public Future<GetModelManifestResult> getModelManifestAsync(GetModelManifestRequest request)
AWSIoTFleetWiseAsync
Retrieves information about a vehicle model (model manifest).
getModelManifestAsync
in interface AWSIoTFleetWiseAsync
public Future<GetModelManifestResult> getModelManifestAsync(GetModelManifestRequest request, AsyncHandler<GetModelManifestRequest,GetModelManifestResult> asyncHandler)
AWSIoTFleetWiseAsync
Retrieves information about a vehicle model (model manifest).
getModelManifestAsync
in interface AWSIoTFleetWiseAsync
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.public Future<GetRegisterAccountStatusResult> getRegisterAccountStatusAsync(GetRegisterAccountStatusRequest request)
AWSIoTFleetWiseAsync
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.
getRegisterAccountStatusAsync
in interface AWSIoTFleetWiseAsync
public Future<GetRegisterAccountStatusResult> getRegisterAccountStatusAsync(GetRegisterAccountStatusRequest request, AsyncHandler<GetRegisterAccountStatusRequest,GetRegisterAccountStatusResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
getRegisterAccountStatusAsync
in interface AWSIoTFleetWiseAsync
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.public Future<GetSignalCatalogResult> getSignalCatalogAsync(GetSignalCatalogRequest request)
AWSIoTFleetWiseAsync
Retrieves information about a signal catalog.
getSignalCatalogAsync
in interface AWSIoTFleetWiseAsync
public Future<GetSignalCatalogResult> getSignalCatalogAsync(GetSignalCatalogRequest request, AsyncHandler<GetSignalCatalogRequest,GetSignalCatalogResult> asyncHandler)
AWSIoTFleetWiseAsync
Retrieves information about a signal catalog.
getSignalCatalogAsync
in interface AWSIoTFleetWiseAsync
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.public Future<GetVehicleResult> getVehicleAsync(GetVehicleRequest request)
AWSIoTFleetWiseAsync
Retrieves information about a vehicle.
getVehicleAsync
in interface AWSIoTFleetWiseAsync
public Future<GetVehicleResult> getVehicleAsync(GetVehicleRequest request, AsyncHandler<GetVehicleRequest,GetVehicleResult> asyncHandler)
AWSIoTFleetWiseAsync
Retrieves information about a vehicle.
getVehicleAsync
in interface AWSIoTFleetWiseAsync
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.public Future<GetVehicleStatusResult> getVehicleStatusAsync(GetVehicleStatusRequest request)
AWSIoTFleetWiseAsync
Retrieves information about the status of a vehicle with any associated campaigns.
getVehicleStatusAsync
in interface AWSIoTFleetWiseAsync
public Future<GetVehicleStatusResult> getVehicleStatusAsync(GetVehicleStatusRequest request, AsyncHandler<GetVehicleStatusRequest,GetVehicleStatusResult> asyncHandler)
AWSIoTFleetWiseAsync
Retrieves information about the status of a vehicle with any associated campaigns.
getVehicleStatusAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ImportDecoderManifestResult> importDecoderManifestAsync(ImportDecoderManifestRequest request)
AWSIoTFleetWiseAsync
Creates a decoder manifest using your existing CAN DBC file from your local device.
importDecoderManifestAsync
in interface AWSIoTFleetWiseAsync
public Future<ImportDecoderManifestResult> importDecoderManifestAsync(ImportDecoderManifestRequest request, AsyncHandler<ImportDecoderManifestRequest,ImportDecoderManifestResult> asyncHandler)
AWSIoTFleetWiseAsync
Creates a decoder manifest using your existing CAN DBC file from your local device.
importDecoderManifestAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ImportSignalCatalogResult> importSignalCatalogAsync(ImportSignalCatalogRequest request)
AWSIoTFleetWiseAsync
Creates a signal catalog using your existing VSS formatted content from your local device.
importSignalCatalogAsync
in interface AWSIoTFleetWiseAsync
public Future<ImportSignalCatalogResult> importSignalCatalogAsync(ImportSignalCatalogRequest request, AsyncHandler<ImportSignalCatalogRequest,ImportSignalCatalogResult> asyncHandler)
AWSIoTFleetWiseAsync
Creates a signal catalog using your existing VSS formatted content from your local device.
importSignalCatalogAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListCampaignsResult> listCampaignsAsync(ListCampaignsRequest request)
AWSIoTFleetWiseAsync
Lists information about created campaigns.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listCampaignsAsync
in interface AWSIoTFleetWiseAsync
public Future<ListCampaignsResult> listCampaignsAsync(ListCampaignsRequest request, AsyncHandler<ListCampaignsRequest,ListCampaignsResult> asyncHandler)
AWSIoTFleetWiseAsync
Lists information about created campaigns.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listCampaignsAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListDecoderManifestNetworkInterfacesResult> listDecoderManifestNetworkInterfacesAsync(ListDecoderManifestNetworkInterfacesRequest request)
AWSIoTFleetWiseAsync
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.
listDecoderManifestNetworkInterfacesAsync
in interface AWSIoTFleetWiseAsync
public Future<ListDecoderManifestNetworkInterfacesResult> listDecoderManifestNetworkInterfacesAsync(ListDecoderManifestNetworkInterfacesRequest request, AsyncHandler<ListDecoderManifestNetworkInterfacesRequest,ListDecoderManifestNetworkInterfacesResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
listDecoderManifestNetworkInterfacesAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListDecoderManifestSignalsResult> listDecoderManifestSignalsAsync(ListDecoderManifestSignalsRequest request)
AWSIoTFleetWiseAsync
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.
listDecoderManifestSignalsAsync
in interface AWSIoTFleetWiseAsync
public Future<ListDecoderManifestSignalsResult> listDecoderManifestSignalsAsync(ListDecoderManifestSignalsRequest request, AsyncHandler<ListDecoderManifestSignalsRequest,ListDecoderManifestSignalsResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
listDecoderManifestSignalsAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListDecoderManifestsResult> listDecoderManifestsAsync(ListDecoderManifestsRequest request)
AWSIoTFleetWiseAsync
Lists decoder manifests.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listDecoderManifestsAsync
in interface AWSIoTFleetWiseAsync
public Future<ListDecoderManifestsResult> listDecoderManifestsAsync(ListDecoderManifestsRequest request, AsyncHandler<ListDecoderManifestsRequest,ListDecoderManifestsResult> asyncHandler)
AWSIoTFleetWiseAsync
Lists decoder manifests.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listDecoderManifestsAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListFleetsResult> listFleetsAsync(ListFleetsRequest request)
AWSIoTFleetWiseAsync
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.
listFleetsAsync
in interface AWSIoTFleetWiseAsync
public Future<ListFleetsResult> listFleetsAsync(ListFleetsRequest request, AsyncHandler<ListFleetsRequest,ListFleetsResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
listFleetsAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListFleetsForVehicleResult> listFleetsForVehicleAsync(ListFleetsForVehicleRequest request)
AWSIoTFleetWiseAsync
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.
listFleetsForVehicleAsync
in interface AWSIoTFleetWiseAsync
public Future<ListFleetsForVehicleResult> listFleetsForVehicleAsync(ListFleetsForVehicleRequest request, AsyncHandler<ListFleetsForVehicleRequest,ListFleetsForVehicleResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
listFleetsForVehicleAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListModelManifestNodesResult> listModelManifestNodesAsync(ListModelManifestNodesRequest request)
AWSIoTFleetWiseAsync
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.
listModelManifestNodesAsync
in interface AWSIoTFleetWiseAsync
public Future<ListModelManifestNodesResult> listModelManifestNodesAsync(ListModelManifestNodesRequest request, AsyncHandler<ListModelManifestNodesRequest,ListModelManifestNodesResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
listModelManifestNodesAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListModelManifestsResult> listModelManifestsAsync(ListModelManifestsRequest request)
AWSIoTFleetWiseAsync
Retrieves a list of vehicle models (model manifests).
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listModelManifestsAsync
in interface AWSIoTFleetWiseAsync
public Future<ListModelManifestsResult> listModelManifestsAsync(ListModelManifestsRequest request, AsyncHandler<ListModelManifestsRequest,ListModelManifestsResult> asyncHandler)
AWSIoTFleetWiseAsync
Retrieves a list of vehicle models (model manifests).
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listModelManifestsAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListSignalCatalogNodesResult> listSignalCatalogNodesAsync(ListSignalCatalogNodesRequest request)
AWSIoTFleetWiseAsync
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.
listSignalCatalogNodesAsync
in interface AWSIoTFleetWiseAsync
public Future<ListSignalCatalogNodesResult> listSignalCatalogNodesAsync(ListSignalCatalogNodesRequest request, AsyncHandler<ListSignalCatalogNodesRequest,ListSignalCatalogNodesResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
listSignalCatalogNodesAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListSignalCatalogsResult> listSignalCatalogsAsync(ListSignalCatalogsRequest request)
AWSIoTFleetWiseAsync
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.
listSignalCatalogsAsync
in interface AWSIoTFleetWiseAsync
public Future<ListSignalCatalogsResult> listSignalCatalogsAsync(ListSignalCatalogsRequest request, AsyncHandler<ListSignalCatalogsRequest,ListSignalCatalogsResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
listSignalCatalogsAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSIoTFleetWiseAsync
Lists the tags (metadata) you have assigned to the resource.
listTagsForResourceAsync
in interface AWSIoTFleetWiseAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSIoTFleetWiseAsync
Lists the tags (metadata) you have assigned to the resource.
listTagsForResourceAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListVehiclesResult> listVehiclesAsync(ListVehiclesRequest request)
AWSIoTFleetWiseAsync
Retrieves a list of summaries of created vehicles.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listVehiclesAsync
in interface AWSIoTFleetWiseAsync
public Future<ListVehiclesResult> listVehiclesAsync(ListVehiclesRequest request, AsyncHandler<ListVehiclesRequest,ListVehiclesResult> asyncHandler)
AWSIoTFleetWiseAsync
Retrieves a list of summaries of created vehicles.
This API operation uses pagination. Specify the nextToken
parameter in the request to return more
results.
listVehiclesAsync
in interface AWSIoTFleetWiseAsync
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.public Future<ListVehiclesInFleetResult> listVehiclesInFleetAsync(ListVehiclesInFleetRequest request)
AWSIoTFleetWiseAsync
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.
listVehiclesInFleetAsync
in interface AWSIoTFleetWiseAsync
public Future<ListVehiclesInFleetResult> listVehiclesInFleetAsync(ListVehiclesInFleetRequest request, AsyncHandler<ListVehiclesInFleetRequest,ListVehiclesInFleetResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
listVehiclesInFleetAsync
in interface AWSIoTFleetWiseAsync
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.public Future<PutEncryptionConfigurationResult> putEncryptionConfigurationAsync(PutEncryptionConfigurationRequest request)
AWSIoTFleetWiseAsync
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.
putEncryptionConfigurationAsync
in interface AWSIoTFleetWiseAsync
public Future<PutEncryptionConfigurationResult> putEncryptionConfigurationAsync(PutEncryptionConfigurationRequest request, AsyncHandler<PutEncryptionConfigurationRequest,PutEncryptionConfigurationResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
putEncryptionConfigurationAsync
in interface AWSIoTFleetWiseAsync
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.public Future<PutLoggingOptionsResult> putLoggingOptionsAsync(PutLoggingOptionsRequest request)
AWSIoTFleetWiseAsync
Creates or updates the logging option.
putLoggingOptionsAsync
in interface AWSIoTFleetWiseAsync
public Future<PutLoggingOptionsResult> putLoggingOptionsAsync(PutLoggingOptionsRequest request, AsyncHandler<PutLoggingOptionsRequest,PutLoggingOptionsResult> asyncHandler)
AWSIoTFleetWiseAsync
Creates or updates the logging option.
putLoggingOptionsAsync
in interface AWSIoTFleetWiseAsync
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.public Future<RegisterAccountResult> registerAccountAsync(RegisterAccountRequest request)
AWSIoTFleetWiseAsync
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.
registerAccountAsync
in interface AWSIoTFleetWiseAsync
public Future<RegisterAccountResult> registerAccountAsync(RegisterAccountRequest request, AsyncHandler<RegisterAccountRequest,RegisterAccountResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
registerAccountAsync
in interface AWSIoTFleetWiseAsync
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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSIoTFleetWiseAsync
Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.
tagResourceAsync
in interface AWSIoTFleetWiseAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSIoTFleetWiseAsync
Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.
tagResourceAsync
in interface AWSIoTFleetWiseAsync
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.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSIoTFleetWiseAsync
Removes the given tags (metadata) from the resource.
untagResourceAsync
in interface AWSIoTFleetWiseAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSIoTFleetWiseAsync
Removes the given tags (metadata) from the resource.
untagResourceAsync
in interface AWSIoTFleetWiseAsync
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.public Future<UpdateCampaignResult> updateCampaignAsync(UpdateCampaignRequest request)
AWSIoTFleetWiseAsync
Updates a campaign.
updateCampaignAsync
in interface AWSIoTFleetWiseAsync
public Future<UpdateCampaignResult> updateCampaignAsync(UpdateCampaignRequest request, AsyncHandler<UpdateCampaignRequest,UpdateCampaignResult> asyncHandler)
AWSIoTFleetWiseAsync
Updates a campaign.
updateCampaignAsync
in interface AWSIoTFleetWiseAsync
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.public Future<UpdateDecoderManifestResult> updateDecoderManifestAsync(UpdateDecoderManifestRequest request)
AWSIoTFleetWiseAsync
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.
updateDecoderManifestAsync
in interface AWSIoTFleetWiseAsync
public Future<UpdateDecoderManifestResult> updateDecoderManifestAsync(UpdateDecoderManifestRequest request, AsyncHandler<UpdateDecoderManifestRequest,UpdateDecoderManifestResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
updateDecoderManifestAsync
in interface AWSIoTFleetWiseAsync
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.public Future<UpdateFleetResult> updateFleetAsync(UpdateFleetRequest request)
AWSIoTFleetWiseAsync
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.
updateFleetAsync
in interface AWSIoTFleetWiseAsync
public Future<UpdateFleetResult> updateFleetAsync(UpdateFleetRequest request, AsyncHandler<UpdateFleetRequest,UpdateFleetResult> asyncHandler)
AWSIoTFleetWiseAsync
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.
updateFleetAsync
in interface AWSIoTFleetWiseAsync
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.public Future<UpdateModelManifestResult> updateModelManifestAsync(UpdateModelManifestRequest request)
AWSIoTFleetWiseAsync
Updates a vehicle model (model manifest). If created vehicles are associated with a vehicle model, it can't be updated.
updateModelManifestAsync
in interface AWSIoTFleetWiseAsync
public Future<UpdateModelManifestResult> updateModelManifestAsync(UpdateModelManifestRequest request, AsyncHandler<UpdateModelManifestRequest,UpdateModelManifestResult> asyncHandler)
AWSIoTFleetWiseAsync
Updates a vehicle model (model manifest). If created vehicles are associated with a vehicle model, it can't be updated.
updateModelManifestAsync
in interface AWSIoTFleetWiseAsync
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.public Future<UpdateSignalCatalogResult> updateSignalCatalogAsync(UpdateSignalCatalogRequest request)
AWSIoTFleetWiseAsync
Updates a signal catalog.
updateSignalCatalogAsync
in interface AWSIoTFleetWiseAsync
public Future<UpdateSignalCatalogResult> updateSignalCatalogAsync(UpdateSignalCatalogRequest request, AsyncHandler<UpdateSignalCatalogRequest,UpdateSignalCatalogResult> asyncHandler)
AWSIoTFleetWiseAsync
Updates a signal catalog.
updateSignalCatalogAsync
in interface AWSIoTFleetWiseAsync
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.public Future<UpdateVehicleResult> updateVehicleAsync(UpdateVehicleRequest request)
AWSIoTFleetWiseAsync
Updates a vehicle.
updateVehicleAsync
in interface AWSIoTFleetWiseAsync
public Future<UpdateVehicleResult> updateVehicleAsync(UpdateVehicleRequest request, AsyncHandler<UpdateVehicleRequest,UpdateVehicleResult> asyncHandler)
AWSIoTFleetWiseAsync
Updates a vehicle.
updateVehicleAsync
in interface AWSIoTFleetWiseAsync
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.