/* * 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* 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* 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* 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* 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* 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* 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* 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* 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. *
** 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. *
** 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* 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* 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* 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* 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* 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* 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* 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* 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* 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* 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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. *
** 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* 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* 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* 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* 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* 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* 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* 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* 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* 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* 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. *
** 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. *
** 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* 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* 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* 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* 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* 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* 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* 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* 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* 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* Lists information about created campaigns. *
*
* This API operation uses pagination. Specify the nextToken
parameter in the request to return more
* results.
*
* Lists information about created campaigns. *
*
* This API operation uses pagination. Specify the nextToken
parameter in the request to return more
* results.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* Lists decoder manifests. *
*
* This API operation uses pagination. Specify the nextToken
parameter in the request to return more
* results.
*
* Lists decoder manifests. *
*
* This API operation uses pagination. Specify the nextToken
parameter in the request to return more
* results.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* Retrieves a list of vehicle models (model manifests). *
*
* This API operation uses pagination. Specify the nextToken
parameter in the request to return more
* results.
*
* Retrieves a list of vehicle models (model manifests). *
*
* This API operation uses pagination. Specify the nextToken
parameter in the request to return more
* results.
*
* 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.
*
* 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.
*
* 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.
*
* 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.
*
* 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* 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* Retrieves a list of summaries of created vehicles. *
*
* This API operation uses pagination. Specify the nextToken
parameter in the request to return more
* results.
*
* Retrieves a list of summaries of created vehicles. *
*
* This API operation uses pagination. Specify the nextToken
parameter in the request to return more
* results.
*
* 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.
*
* 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.
*
* 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* 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* 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* 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* 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* 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* 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* 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* 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* 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* 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.
*
* 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.
*
* 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. *
** 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. *
** 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* 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* 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* 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* 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* 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