/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.iotfleetwise; import javax.annotation.Generated; import com.amazonaws.services.iotfleetwise.model.*; /** * Interface for accessing AWS IoT FleetWise asynchronously. Each asynchronous method will return a Java Future object * representing the asynchronous operation; overloads which accept an {@code 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 * {@link com.amazonaws.services.iotfleetwise.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. *

*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public interface AWSIoTFleetWiseAsync extends AWSIoTFleetWise { /** *

* Adds, or associates, a vehicle with a fleet. *

* * @param associateVehicleFleetRequest * @return A Java Future containing the result of the AssociateVehicleFleet operation returned by the service. * @sample AWSIoTFleetWiseAsync.AssociateVehicleFleet * @see AWS API Documentation */ java.util.concurrent.Future associateVehicleFleetAsync(AssociateVehicleFleetRequest associateVehicleFleetRequest); /** *

* Adds, or associates, a vehicle with a fleet. *

* * @param associateVehicleFleetRequest * @param 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. * @return A Java Future containing the result of the AssociateVehicleFleet operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.AssociateVehicleFleet * @see AWS API Documentation */ java.util.concurrent.Future associateVehicleFleetAsync(AssociateVehicleFleetRequest associateVehicleFleetRequest, com.amazonaws.handlers.AsyncHandler 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. *

* * @param batchCreateVehicleRequest * @return A Java Future containing the result of the BatchCreateVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsync.BatchCreateVehicle * @see AWS API Documentation */ java.util.concurrent.Future 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. *

* * @param batchCreateVehicleRequest * @param 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. * @return A Java Future containing the result of the BatchCreateVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.BatchCreateVehicle * @see AWS API Documentation */ java.util.concurrent.Future batchCreateVehicleAsync(BatchCreateVehicleRequest batchCreateVehicleRequest, com.amazonaws.handlers.AsyncHandler 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. *

* * @param batchUpdateVehicleRequest * @return A Java Future containing the result of the BatchUpdateVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsync.BatchUpdateVehicle * @see AWS API Documentation */ java.util.concurrent.Future 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. *

* * @param batchUpdateVehicleRequest * @param 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. * @return A Java Future containing the result of the BatchUpdateVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.BatchUpdateVehicle * @see AWS API Documentation */ java.util.concurrent.Future batchUpdateVehicleAsync(BatchUpdateVehicleRequest batchUpdateVehicleRequest, com.amazonaws.handlers.AsyncHandler 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. *

* * @param createCampaignRequest * @return A Java Future containing the result of the CreateCampaign operation returned by the service. * @sample AWSIoTFleetWiseAsync.CreateCampaign * @see AWS * API Documentation */ java.util.concurrent.Future 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. *

* * @param createCampaignRequest * @param 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. * @return A Java Future containing the result of the CreateCampaign operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.CreateCampaign * @see AWS * API Documentation */ java.util.concurrent.Future createCampaignAsync(CreateCampaignRequest createCampaignRequest, com.amazonaws.handlers.AsyncHandler 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. *

    *
  • *
* * @param createDecoderManifestRequest * @return A Java Future containing the result of the CreateDecoderManifest operation returned by the service. * @sample AWSIoTFleetWiseAsync.CreateDecoderManifest * @see AWS API Documentation */ java.util.concurrent.Future 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. *

    *
  • *
* * @param createDecoderManifestRequest * @param 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. * @return A Java Future containing the result of the CreateDecoderManifest operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.CreateDecoderManifest * @see AWS API Documentation */ java.util.concurrent.Future createDecoderManifestAsync(CreateDecoderManifestRequest createDecoderManifestRequest, com.amazonaws.handlers.AsyncHandler 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. *

* * @param createFleetRequest * @return A Java Future containing the result of the CreateFleet operation returned by the service. * @sample AWSIoTFleetWiseAsync.CreateFleet * @see AWS API * Documentation */ java.util.concurrent.Future 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. *

* * @param createFleetRequest * @param 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. * @return A Java Future containing the result of the CreateFleet operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.CreateFleet * @see AWS API * Documentation */ java.util.concurrent.Future createFleetAsync(CreateFleetRequest createFleetRequest, com.amazonaws.handlers.AsyncHandler 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. *

* * @param createModelManifestRequest * @return A Java Future containing the result of the CreateModelManifest operation returned by the service. * @sample AWSIoTFleetWiseAsync.CreateModelManifest * @see AWS API Documentation */ java.util.concurrent.Future 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. *

* * @param createModelManifestRequest * @param 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. * @return A Java Future containing the result of the CreateModelManifest operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.CreateModelManifest * @see AWS API Documentation */ java.util.concurrent.Future createModelManifestAsync(CreateModelManifestRequest createModelManifestRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a collection of standardized signals that can be reused to create vehicle models. *

* * @param createSignalCatalogRequest * @return A Java Future containing the result of the CreateSignalCatalog operation returned by the service. * @sample AWSIoTFleetWiseAsync.CreateSignalCatalog * @see AWS API Documentation */ java.util.concurrent.Future createSignalCatalogAsync(CreateSignalCatalogRequest createSignalCatalogRequest); /** *

* Creates a collection of standardized signals that can be reused to create vehicle models. *

* * @param createSignalCatalogRequest * @param 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. * @return A Java Future containing the result of the CreateSignalCatalog operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.CreateSignalCatalog * @see AWS API Documentation */ java.util.concurrent.Future createSignalCatalogAsync(CreateSignalCatalogRequest createSignalCatalogRequest, com.amazonaws.handlers.AsyncHandler 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. *

* * @param createVehicleRequest * @return A Java Future containing the result of the CreateVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsync.CreateVehicle * @see AWS API * Documentation */ java.util.concurrent.Future 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. *

* * @param createVehicleRequest * @param 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. * @return A Java Future containing the result of the CreateVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.CreateVehicle * @see AWS API * Documentation */ java.util.concurrent.Future createVehicleAsync(CreateVehicleRequest createVehicleRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Deletes a data collection campaign. Deleting a campaign suspends all data collection and removes it from any * vehicles. *

* * @param deleteCampaignRequest * @return A Java Future containing the result of the DeleteCampaign operation returned by the service. * @sample AWSIoTFleetWiseAsync.DeleteCampaign * @see AWS * API Documentation */ java.util.concurrent.Future deleteCampaignAsync(DeleteCampaignRequest deleteCampaignRequest); /** *

* Deletes a data collection campaign. Deleting a campaign suspends all data collection and removes it from any * vehicles. *

* * @param deleteCampaignRequest * @param 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. * @return A Java Future containing the result of the DeleteCampaign operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.DeleteCampaign * @see AWS * API Documentation */ java.util.concurrent.Future deleteCampaignAsync(DeleteCampaignRequest deleteCampaignRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param deleteDecoderManifestRequest * @return A Java Future containing the result of the DeleteDecoderManifest operation returned by the service. * @sample AWSIoTFleetWiseAsync.DeleteDecoderManifest * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param deleteDecoderManifestRequest * @param 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. * @return A Java Future containing the result of the DeleteDecoderManifest operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.DeleteDecoderManifest * @see AWS API Documentation */ java.util.concurrent.Future deleteDecoderManifestAsync(DeleteDecoderManifestRequest deleteDecoderManifestRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param deleteFleetRequest * @return A Java Future containing the result of the DeleteFleet operation returned by the service. * @sample AWSIoTFleetWiseAsync.DeleteFleet * @see AWS API * Documentation */ java.util.concurrent.Future 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. *

*
* * @param deleteFleetRequest * @param 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. * @return A Java Future containing the result of the DeleteFleet operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.DeleteFleet * @see AWS API * Documentation */ java.util.concurrent.Future deleteFleetAsync(DeleteFleetRequest deleteFleetRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param deleteModelManifestRequest * @return A Java Future containing the result of the DeleteModelManifest operation returned by the service. * @sample AWSIoTFleetWiseAsync.DeleteModelManifest * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param deleteModelManifestRequest * @param 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. * @return A Java Future containing the result of the DeleteModelManifest operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.DeleteModelManifest * @see AWS API Documentation */ java.util.concurrent.Future deleteModelManifestAsync(DeleteModelManifestRequest deleteModelManifestRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param deleteSignalCatalogRequest * @return A Java Future containing the result of the DeleteSignalCatalog operation returned by the service. * @sample AWSIoTFleetWiseAsync.DeleteSignalCatalog * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param deleteSignalCatalogRequest * @param 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. * @return A Java Future containing the result of the DeleteSignalCatalog operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.DeleteSignalCatalog * @see AWS API Documentation */ java.util.concurrent.Future deleteSignalCatalogAsync(DeleteSignalCatalogRequest deleteSignalCatalogRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param deleteVehicleRequest * @return A Java Future containing the result of the DeleteVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsync.DeleteVehicle * @see AWS API * Documentation */ java.util.concurrent.Future 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. *

*
* * @param deleteVehicleRequest * @param 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. * @return A Java Future containing the result of the DeleteVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.DeleteVehicle * @see AWS API * Documentation */ java.util.concurrent.Future deleteVehicleAsync(DeleteVehicleRequest deleteVehicleRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param disassociateVehicleFleetRequest * @return A Java Future containing the result of the DisassociateVehicleFleet operation returned by the service. * @sample AWSIoTFleetWiseAsync.DisassociateVehicleFleet * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param disassociateVehicleFleetRequest * @param 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. * @return A Java Future containing the result of the DisassociateVehicleFleet operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.DisassociateVehicleFleet * @see AWS API Documentation */ java.util.concurrent.Future disassociateVehicleFleetAsync(DisassociateVehicleFleetRequest disassociateVehicleFleetRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves information about a campaign. *

* * @param getCampaignRequest * @return A Java Future containing the result of the GetCampaign operation returned by the service. * @sample AWSIoTFleetWiseAsync.GetCampaign * @see AWS API * Documentation */ java.util.concurrent.Future getCampaignAsync(GetCampaignRequest getCampaignRequest); /** *

* Retrieves information about a campaign. *

* * @param getCampaignRequest * @param 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. * @return A Java Future containing the result of the GetCampaign operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.GetCampaign * @see AWS API * Documentation */ java.util.concurrent.Future getCampaignAsync(GetCampaignRequest getCampaignRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves information about a created decoder manifest. *

* * @param getDecoderManifestRequest * @return A Java Future containing the result of the GetDecoderManifest operation returned by the service. * @sample AWSIoTFleetWiseAsync.GetDecoderManifest * @see AWS API Documentation */ java.util.concurrent.Future getDecoderManifestAsync(GetDecoderManifestRequest getDecoderManifestRequest); /** *

* Retrieves information about a created decoder manifest. *

* * @param getDecoderManifestRequest * @param 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. * @return A Java Future containing the result of the GetDecoderManifest operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.GetDecoderManifest * @see AWS API Documentation */ java.util.concurrent.Future getDecoderManifestAsync(GetDecoderManifestRequest getDecoderManifestRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves information about a fleet. *

* * @param getFleetRequest * @return A Java Future containing the result of the GetFleet operation returned by the service. * @sample AWSIoTFleetWiseAsync.GetFleet * @see AWS API * Documentation */ java.util.concurrent.Future getFleetAsync(GetFleetRequest getFleetRequest); /** *

* Retrieves information about a fleet. *

* * @param getFleetRequest * @param 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. * @return A Java Future containing the result of the GetFleet operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.GetFleet * @see AWS API * Documentation */ java.util.concurrent.Future getFleetAsync(GetFleetRequest getFleetRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves the logging options. *

* * @param getLoggingOptionsRequest * @return A Java Future containing the result of the GetLoggingOptions operation returned by the service. * @sample AWSIoTFleetWiseAsync.GetLoggingOptions * @see AWS * API Documentation */ java.util.concurrent.Future getLoggingOptionsAsync(GetLoggingOptionsRequest getLoggingOptionsRequest); /** *

* Retrieves the logging options. *

* * @param getLoggingOptionsRequest * @param 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. * @return A Java Future containing the result of the GetLoggingOptions operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.GetLoggingOptions * @see AWS * API Documentation */ java.util.concurrent.Future getLoggingOptionsAsync(GetLoggingOptionsRequest getLoggingOptionsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves information about a vehicle model (model manifest). *

* * @param getModelManifestRequest * @return A Java Future containing the result of the GetModelManifest operation returned by the service. * @sample AWSIoTFleetWiseAsync.GetModelManifest * @see AWS * API Documentation */ java.util.concurrent.Future getModelManifestAsync(GetModelManifestRequest getModelManifestRequest); /** *

* Retrieves information about a vehicle model (model manifest). *

* * @param getModelManifestRequest * @param 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. * @return A Java Future containing the result of the GetModelManifest operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.GetModelManifest * @see AWS * API Documentation */ java.util.concurrent.Future getModelManifestAsync(GetModelManifestRequest getModelManifestRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param getRegisterAccountStatusRequest * @return A Java Future containing the result of the GetRegisterAccountStatus operation returned by the service. * @sample AWSIoTFleetWiseAsync.GetRegisterAccountStatus * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param getRegisterAccountStatusRequest * @param 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. * @return A Java Future containing the result of the GetRegisterAccountStatus operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.GetRegisterAccountStatus * @see AWS API Documentation */ java.util.concurrent.Future getRegisterAccountStatusAsync(GetRegisterAccountStatusRequest getRegisterAccountStatusRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves information about a signal catalog. *

* * @param getSignalCatalogRequest * @return A Java Future containing the result of the GetSignalCatalog operation returned by the service. * @sample AWSIoTFleetWiseAsync.GetSignalCatalog * @see AWS * API Documentation */ java.util.concurrent.Future getSignalCatalogAsync(GetSignalCatalogRequest getSignalCatalogRequest); /** *

* Retrieves information about a signal catalog. *

* * @param getSignalCatalogRequest * @param 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. * @return A Java Future containing the result of the GetSignalCatalog operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.GetSignalCatalog * @see AWS * API Documentation */ java.util.concurrent.Future getSignalCatalogAsync(GetSignalCatalogRequest getSignalCatalogRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves information about a vehicle. *

* * @param getVehicleRequest * @return A Java Future containing the result of the GetVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsync.GetVehicle * @see AWS API * Documentation */ java.util.concurrent.Future getVehicleAsync(GetVehicleRequest getVehicleRequest); /** *

* Retrieves information about a vehicle. *

* * @param getVehicleRequest * @param 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. * @return A Java Future containing the result of the GetVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.GetVehicle * @see AWS API * Documentation */ java.util.concurrent.Future getVehicleAsync(GetVehicleRequest getVehicleRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Retrieves information about the status of a vehicle with any associated campaigns. *

* * @param getVehicleStatusRequest * @return A Java Future containing the result of the GetVehicleStatus operation returned by the service. * @sample AWSIoTFleetWiseAsync.GetVehicleStatus * @see AWS * API Documentation */ java.util.concurrent.Future getVehicleStatusAsync(GetVehicleStatusRequest getVehicleStatusRequest); /** *

* Retrieves information about the status of a vehicle with any associated campaigns. *

* * @param getVehicleStatusRequest * @param 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. * @return A Java Future containing the result of the GetVehicleStatus operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.GetVehicleStatus * @see AWS * API Documentation */ java.util.concurrent.Future getVehicleStatusAsync(GetVehicleStatusRequest getVehicleStatusRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a decoder manifest using your existing CAN DBC file from your local device. *

* * @param importDecoderManifestRequest * @return A Java Future containing the result of the ImportDecoderManifest operation returned by the service. * @sample AWSIoTFleetWiseAsync.ImportDecoderManifest * @see AWS API Documentation */ java.util.concurrent.Future importDecoderManifestAsync(ImportDecoderManifestRequest importDecoderManifestRequest); /** *

* Creates a decoder manifest using your existing CAN DBC file from your local device. *

* * @param importDecoderManifestRequest * @param 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. * @return A Java Future containing the result of the ImportDecoderManifest operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ImportDecoderManifest * @see AWS API Documentation */ java.util.concurrent.Future importDecoderManifestAsync(ImportDecoderManifestRequest importDecoderManifestRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates a signal catalog using your existing VSS formatted content from your local device. *

* * @param importSignalCatalogRequest * @return A Java Future containing the result of the ImportSignalCatalog operation returned by the service. * @sample AWSIoTFleetWiseAsync.ImportSignalCatalog * @see AWS API Documentation */ java.util.concurrent.Future importSignalCatalogAsync(ImportSignalCatalogRequest importSignalCatalogRequest); /** *

* Creates a signal catalog using your existing VSS formatted content from your local device. *

* * @param importSignalCatalogRequest * @param 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. * @return A Java Future containing the result of the ImportSignalCatalog operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ImportSignalCatalog * @see AWS API Documentation */ java.util.concurrent.Future importSignalCatalogAsync(ImportSignalCatalogRequest importSignalCatalogRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists information about created campaigns. *

* *

* This API operation uses pagination. Specify the nextToken parameter in the request to return more * results. *

*
* * @param listCampaignsRequest * @return A Java Future containing the result of the ListCampaigns operation returned by the service. * @sample AWSIoTFleetWiseAsync.ListCampaigns * @see AWS API * Documentation */ java.util.concurrent.Future listCampaignsAsync(ListCampaignsRequest listCampaignsRequest); /** *

* Lists information about created campaigns. *

* *

* This API operation uses pagination. Specify the nextToken parameter in the request to return more * results. *

*
* * @param listCampaignsRequest * @param 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. * @return A Java Future containing the result of the ListCampaigns operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ListCampaigns * @see AWS API * Documentation */ java.util.concurrent.Future listCampaignsAsync(ListCampaignsRequest listCampaignsRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param listDecoderManifestNetworkInterfacesRequest * @return A Java Future containing the result of the ListDecoderManifestNetworkInterfaces operation returned by the * service. * @sample AWSIoTFleetWiseAsync.ListDecoderManifestNetworkInterfaces * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param listDecoderManifestNetworkInterfacesRequest * @param 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. * @return A Java Future containing the result of the ListDecoderManifestNetworkInterfaces operation returned by the * service. * @sample AWSIoTFleetWiseAsyncHandler.ListDecoderManifestNetworkInterfaces * @see AWS API Documentation */ java.util.concurrent.Future listDecoderManifestNetworkInterfacesAsync( ListDecoderManifestNetworkInterfacesRequest listDecoderManifestNetworkInterfacesRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param listDecoderManifestSignalsRequest * @return A Java Future containing the result of the ListDecoderManifestSignals operation returned by the service. * @sample AWSIoTFleetWiseAsync.ListDecoderManifestSignals * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param listDecoderManifestSignalsRequest * @param 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. * @return A Java Future containing the result of the ListDecoderManifestSignals operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ListDecoderManifestSignals * @see AWS API Documentation */ java.util.concurrent.Future listDecoderManifestSignalsAsync( ListDecoderManifestSignalsRequest listDecoderManifestSignalsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists decoder manifests. *

* *

* This API operation uses pagination. Specify the nextToken parameter in the request to return more * results. *

*
* * @param listDecoderManifestsRequest * @return A Java Future containing the result of the ListDecoderManifests operation returned by the service. * @sample AWSIoTFleetWiseAsync.ListDecoderManifests * @see AWS API Documentation */ java.util.concurrent.Future listDecoderManifestsAsync(ListDecoderManifestsRequest listDecoderManifestsRequest); /** *

* Lists decoder manifests. *

* *

* This API operation uses pagination. Specify the nextToken parameter in the request to return more * results. *

*
* * @param listDecoderManifestsRequest * @param 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. * @return A Java Future containing the result of the ListDecoderManifests operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ListDecoderManifests * @see AWS API Documentation */ java.util.concurrent.Future listDecoderManifestsAsync(ListDecoderManifestsRequest listDecoderManifestsRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param listFleetsRequest * @return A Java Future containing the result of the ListFleets operation returned by the service. * @sample AWSIoTFleetWiseAsync.ListFleets * @see AWS API * Documentation */ java.util.concurrent.Future 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. *

*
* * @param listFleetsRequest * @param 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. * @return A Java Future containing the result of the ListFleets operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ListFleets * @see AWS API * Documentation */ java.util.concurrent.Future listFleetsAsync(ListFleetsRequest listFleetsRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param listFleetsForVehicleRequest * @return A Java Future containing the result of the ListFleetsForVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsync.ListFleetsForVehicle * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param listFleetsForVehicleRequest * @param 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. * @return A Java Future containing the result of the ListFleetsForVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ListFleetsForVehicle * @see AWS API Documentation */ java.util.concurrent.Future listFleetsForVehicleAsync(ListFleetsForVehicleRequest listFleetsForVehicleRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param listModelManifestNodesRequest * @return A Java Future containing the result of the ListModelManifestNodes operation returned by the service. * @sample AWSIoTFleetWiseAsync.ListModelManifestNodes * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param listModelManifestNodesRequest * @param 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. * @return A Java Future containing the result of the ListModelManifestNodes operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ListModelManifestNodes * @see AWS API Documentation */ java.util.concurrent.Future listModelManifestNodesAsync(ListModelManifestNodesRequest listModelManifestNodesRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param listModelManifestsRequest * @return A Java Future containing the result of the ListModelManifests operation returned by the service. * @sample AWSIoTFleetWiseAsync.ListModelManifests * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param listModelManifestsRequest * @param 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. * @return A Java Future containing the result of the ListModelManifests operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ListModelManifests * @see AWS API Documentation */ java.util.concurrent.Future listModelManifestsAsync(ListModelManifestsRequest listModelManifestsRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param listSignalCatalogNodesRequest * @return A Java Future containing the result of the ListSignalCatalogNodes operation returned by the service. * @sample AWSIoTFleetWiseAsync.ListSignalCatalogNodes * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param listSignalCatalogNodesRequest * @param 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. * @return A Java Future containing the result of the ListSignalCatalogNodes operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ListSignalCatalogNodes * @see AWS API Documentation */ java.util.concurrent.Future listSignalCatalogNodesAsync(ListSignalCatalogNodesRequest listSignalCatalogNodesRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param listSignalCatalogsRequest * @return A Java Future containing the result of the ListSignalCatalogs operation returned by the service. * @sample AWSIoTFleetWiseAsync.ListSignalCatalogs * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param listSignalCatalogsRequest * @param 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. * @return A Java Future containing the result of the ListSignalCatalogs operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ListSignalCatalogs * @see AWS API Documentation */ java.util.concurrent.Future listSignalCatalogsAsync(ListSignalCatalogsRequest listSignalCatalogsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Lists the tags (metadata) you have assigned to the resource. *

* * @param listTagsForResourceRequest * @return A Java Future containing the result of the ListTagsForResource operation returned by the service. * @sample AWSIoTFleetWiseAsync.ListTagsForResource * @see AWS API Documentation */ java.util.concurrent.Future listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest); /** *

* Lists the tags (metadata) you have assigned to the resource. *

* * @param listTagsForResourceRequest * @param 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. * @return A Java Future containing the result of the ListTagsForResource operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ListTagsForResource * @see AWS API Documentation */ java.util.concurrent.Future listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param listVehiclesRequest * @return A Java Future containing the result of the ListVehicles operation returned by the service. * @sample AWSIoTFleetWiseAsync.ListVehicles * @see AWS API * Documentation */ java.util.concurrent.Future 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. *

*
* * @param listVehiclesRequest * @param 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. * @return A Java Future containing the result of the ListVehicles operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ListVehicles * @see AWS API * Documentation */ java.util.concurrent.Future listVehiclesAsync(ListVehiclesRequest listVehiclesRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param listVehiclesInFleetRequest * @return A Java Future containing the result of the ListVehiclesInFleet operation returned by the service. * @sample AWSIoTFleetWiseAsync.ListVehiclesInFleet * @see AWS API Documentation */ java.util.concurrent.Future 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. *

*
* * @param listVehiclesInFleetRequest * @param 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. * @return A Java Future containing the result of the ListVehiclesInFleet operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.ListVehiclesInFleet * @see AWS API Documentation */ java.util.concurrent.Future listVehiclesInFleetAsync(ListVehiclesInFleetRequest listVehiclesInFleetRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Creates or updates the logging option. *

* * @param putLoggingOptionsRequest * @return A Java Future containing the result of the PutLoggingOptions operation returned by the service. * @sample AWSIoTFleetWiseAsync.PutLoggingOptions * @see AWS * API Documentation */ java.util.concurrent.Future putLoggingOptionsAsync(PutLoggingOptionsRequest putLoggingOptionsRequest); /** *

* Creates or updates the logging option. *

* * @param putLoggingOptionsRequest * @param 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. * @return A Java Future containing the result of the PutLoggingOptions operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.PutLoggingOptions * @see AWS * API Documentation */ java.util.concurrent.Future putLoggingOptionsAsync(PutLoggingOptionsRequest putLoggingOptionsRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* *
     *  <p>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 <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/setting-up.html">Setting up Amazon Web Services IoT FleetWise</a>. </p> <note> <p>An Amazon Web Services account is <b>not</b> the same thing as a "user." An <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction_identity-management.html#intro-identity-users">Amazon Web Services user</a> is an identity that you create using Identity and Access Management (IAM) and takes the form of either an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users.html">IAM user</a> or an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM role, both with credentials</a>. A single Amazon Web Services account can, and typically does, contain many users and roles.</p> </note> 
     * 
* * @param registerAccountRequest * @return A Java Future containing the result of the RegisterAccount operation returned by the service. * @sample AWSIoTFleetWiseAsync.RegisterAccount * @see AWS * API Documentation */ java.util.concurrent.Future 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. *

*
* *
     *  <p>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 <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/setting-up.html">Setting up Amazon Web Services IoT FleetWise</a>. </p> <note> <p>An Amazon Web Services account is <b>not</b> the same thing as a "user." An <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction_identity-management.html#intro-identity-users">Amazon Web Services user</a> is an identity that you create using Identity and Access Management (IAM) and takes the form of either an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users.html">IAM user</a> or an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM role, both with credentials</a>. A single Amazon Web Services account can, and typically does, contain many users and roles.</p> </note> 
     * 
* * @param registerAccountRequest * @param 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. * @return A Java Future containing the result of the RegisterAccount operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.RegisterAccount * @see AWS * API Documentation */ java.util.concurrent.Future registerAccountAsync(RegisterAccountRequest registerAccountRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource. *

* * @param tagResourceRequest * @return A Java Future containing the result of the TagResource operation returned by the service. * @sample AWSIoTFleetWiseAsync.TagResource * @see AWS API * Documentation */ java.util.concurrent.Future tagResourceAsync(TagResourceRequest tagResourceRequest); /** *

* Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource. *

* * @param tagResourceRequest * @param 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. * @return A Java Future containing the result of the TagResource operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.TagResource * @see AWS API * Documentation */ java.util.concurrent.Future tagResourceAsync(TagResourceRequest tagResourceRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Removes the given tags (metadata) from the resource. *

* * @param untagResourceRequest * @return A Java Future containing the result of the UntagResource operation returned by the service. * @sample AWSIoTFleetWiseAsync.UntagResource * @see AWS API * Documentation */ java.util.concurrent.Future untagResourceAsync(UntagResourceRequest untagResourceRequest); /** *

* Removes the given tags (metadata) from the resource. *

* * @param untagResourceRequest * @param 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. * @return A Java Future containing the result of the UntagResource operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.UntagResource * @see AWS API * Documentation */ java.util.concurrent.Future untagResourceAsync(UntagResourceRequest untagResourceRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates a campaign. *

* * @param updateCampaignRequest * @return A Java Future containing the result of the UpdateCampaign operation returned by the service. * @sample AWSIoTFleetWiseAsync.UpdateCampaign * @see AWS * API Documentation */ java.util.concurrent.Future updateCampaignAsync(UpdateCampaignRequest updateCampaignRequest); /** *

* Updates a campaign. *

* * @param updateCampaignRequest * @param 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. * @return A Java Future containing the result of the UpdateCampaign operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.UpdateCampaign * @see AWS * API Documentation */ java.util.concurrent.Future updateCampaignAsync(UpdateCampaignRequest updateCampaignRequest, com.amazonaws.handlers.AsyncHandler 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. *

* * @param updateDecoderManifestRequest * @return A Java Future containing the result of the UpdateDecoderManifest operation returned by the service. * @sample AWSIoTFleetWiseAsync.UpdateDecoderManifest * @see AWS API Documentation */ java.util.concurrent.Future 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. *

* * @param updateDecoderManifestRequest * @param 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. * @return A Java Future containing the result of the UpdateDecoderManifest operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.UpdateDecoderManifest * @see AWS API Documentation */ java.util.concurrent.Future updateDecoderManifestAsync(UpdateDecoderManifestRequest updateDecoderManifestRequest, com.amazonaws.handlers.AsyncHandler 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. *

*
* * @param updateFleetRequest * @return A Java Future containing the result of the UpdateFleet operation returned by the service. * @sample AWSIoTFleetWiseAsync.UpdateFleet * @see AWS API * Documentation */ java.util.concurrent.Future 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. *

*
* * @param updateFleetRequest * @param 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. * @return A Java Future containing the result of the UpdateFleet operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.UpdateFleet * @see AWS API * Documentation */ java.util.concurrent.Future updateFleetAsync(UpdateFleetRequest updateFleetRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates a vehicle model (model manifest). If created vehicles are associated with a vehicle model, it can't be * updated. *

* * @param updateModelManifestRequest * @return A Java Future containing the result of the UpdateModelManifest operation returned by the service. * @sample AWSIoTFleetWiseAsync.UpdateModelManifest * @see AWS API Documentation */ java.util.concurrent.Future updateModelManifestAsync(UpdateModelManifestRequest updateModelManifestRequest); /** *

* Updates a vehicle model (model manifest). If created vehicles are associated with a vehicle model, it can't be * updated. *

* * @param updateModelManifestRequest * @param 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. * @return A Java Future containing the result of the UpdateModelManifest operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.UpdateModelManifest * @see AWS API Documentation */ java.util.concurrent.Future updateModelManifestAsync(UpdateModelManifestRequest updateModelManifestRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates a signal catalog. *

* * @param updateSignalCatalogRequest * @return A Java Future containing the result of the UpdateSignalCatalog operation returned by the service. * @sample AWSIoTFleetWiseAsync.UpdateSignalCatalog * @see AWS API Documentation */ java.util.concurrent.Future updateSignalCatalogAsync(UpdateSignalCatalogRequest updateSignalCatalogRequest); /** *

* Updates a signal catalog. *

* * @param updateSignalCatalogRequest * @param 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. * @return A Java Future containing the result of the UpdateSignalCatalog operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.UpdateSignalCatalog * @see AWS API Documentation */ java.util.concurrent.Future updateSignalCatalogAsync(UpdateSignalCatalogRequest updateSignalCatalogRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* Updates a vehicle. *

* * @param updateVehicleRequest * @return A Java Future containing the result of the UpdateVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsync.UpdateVehicle * @see AWS API * Documentation */ java.util.concurrent.Future updateVehicleAsync(UpdateVehicleRequest updateVehicleRequest); /** *

* Updates a vehicle. *

* * @param updateVehicleRequest * @param 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. * @return A Java Future containing the result of the UpdateVehicle operation returned by the service. * @sample AWSIoTFleetWiseAsyncHandler.UpdateVehicle * @see AWS API * Documentation */ java.util.concurrent.Future updateVehicleAsync(UpdateVehicleRequest updateVehicleRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); }