/* * 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.iotwireless; import javax.annotation.Generated; import com.amazonaws.services.iotwireless.model.*; /** * Interface for accessing AWS IoT Wireless 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.iotwireless.AbstractAWSIoTWirelessAsync} instead. *
**
* AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud. * To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the IoT Wireless API. These wireless devices use the Low * Power Wide Area Networking (LPWAN) communication protocol to communicate with AWS IoT. *
** Using the API, you can perform create, read, update, and delete operations for your wireless devices, gateways, * destinations, and profiles. After onboarding your devices, you can use the API operations to set log levels and * monitor your devices with CloudWatch. *
** You can also use the API operations to create multicast groups and schedule a multicast session for sending a * downlink message to devices in the group. By using Firmware Updates Over-The-Air (FUOTA) API operations, you can * create a FUOTA task and schedule a session to update the firmware of individual devices or an entire group of devices * in a multicast group. *
*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public interface AWSIoTWirelessAsync extends AWSIoTWireless { /** ** Associates a partner account with your AWS account. *
* * @param associateAwsAccountWithPartnerAccountRequest * @return A Java Future containing the result of the AssociateAwsAccountWithPartnerAccount operation returned by * the service. * @sample AWSIoTWirelessAsync.AssociateAwsAccountWithPartnerAccount * @see AWS API Documentation */ java.util.concurrent.Future* Associates a partner account with your AWS account. *
* * @param associateAwsAccountWithPartnerAccountRequest * @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 AssociateAwsAccountWithPartnerAccount operation returned by * the service. * @sample AWSIoTWirelessAsyncHandler.AssociateAwsAccountWithPartnerAccount * @see AWS API Documentation */ java.util.concurrent.Future* Associate a multicast group with a FUOTA task. *
* * @param associateMulticastGroupWithFuotaTaskRequest * @return A Java Future containing the result of the AssociateMulticastGroupWithFuotaTask operation returned by the * service. * @sample AWSIoTWirelessAsync.AssociateMulticastGroupWithFuotaTask * @see AWS API Documentation */ java.util.concurrent.Future* Associate a multicast group with a FUOTA task. *
* * @param associateMulticastGroupWithFuotaTaskRequest * @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 AssociateMulticastGroupWithFuotaTask operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.AssociateMulticastGroupWithFuotaTask * @see AWS API Documentation */ java.util.concurrent.Future* Associate a wireless device with a FUOTA task. *
* * @param associateWirelessDeviceWithFuotaTaskRequest * @return A Java Future containing the result of the AssociateWirelessDeviceWithFuotaTask operation returned by the * service. * @sample AWSIoTWirelessAsync.AssociateWirelessDeviceWithFuotaTask * @see AWS API Documentation */ java.util.concurrent.Future* Associate a wireless device with a FUOTA task. *
* * @param associateWirelessDeviceWithFuotaTaskRequest * @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 AssociateWirelessDeviceWithFuotaTask operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.AssociateWirelessDeviceWithFuotaTask * @see AWS API Documentation */ java.util.concurrent.Future* Associates a wireless device with a multicast group. *
* * @param associateWirelessDeviceWithMulticastGroupRequest * @return A Java Future containing the result of the AssociateWirelessDeviceWithMulticastGroup operation returned * by the service. * @sample AWSIoTWirelessAsync.AssociateWirelessDeviceWithMulticastGroup * @see AWS API Documentation */ java.util.concurrent.Future* Associates a wireless device with a multicast group. *
* * @param associateWirelessDeviceWithMulticastGroupRequest * @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 AssociateWirelessDeviceWithMulticastGroup operation returned * by the service. * @sample AWSIoTWirelessAsyncHandler.AssociateWirelessDeviceWithMulticastGroup * @see AWS API Documentation */ java.util.concurrent.Future* Associates a wireless device with a thing. *
* * @param associateWirelessDeviceWithThingRequest * @return A Java Future containing the result of the AssociateWirelessDeviceWithThing operation returned by the * service. * @sample AWSIoTWirelessAsync.AssociateWirelessDeviceWithThing * @see AWS API Documentation */ java.util.concurrent.Future* Associates a wireless device with a thing. *
* * @param associateWirelessDeviceWithThingRequest * @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 AssociateWirelessDeviceWithThing operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.AssociateWirelessDeviceWithThing * @see AWS API Documentation */ java.util.concurrent.Future* Associates a wireless gateway with a certificate. *
* * @param associateWirelessGatewayWithCertificateRequest * @return A Java Future containing the result of the AssociateWirelessGatewayWithCertificate operation returned by * the service. * @sample AWSIoTWirelessAsync.AssociateWirelessGatewayWithCertificate * @see AWS API Documentation */ java.util.concurrent.Future* Associates a wireless gateway with a certificate. *
* * @param associateWirelessGatewayWithCertificateRequest * @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 AssociateWirelessGatewayWithCertificate operation returned by * the service. * @sample AWSIoTWirelessAsyncHandler.AssociateWirelessGatewayWithCertificate * @see AWS API Documentation */ java.util.concurrent.Future* Associates a wireless gateway with a thing. *
* * @param associateWirelessGatewayWithThingRequest * @return A Java Future containing the result of the AssociateWirelessGatewayWithThing operation returned by the * service. * @sample AWSIoTWirelessAsync.AssociateWirelessGatewayWithThing * @see AWS API Documentation */ java.util.concurrent.Future* Associates a wireless gateway with a thing. *
* * @param associateWirelessGatewayWithThingRequest * @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 AssociateWirelessGatewayWithThing operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.AssociateWirelessGatewayWithThing * @see AWS API Documentation */ java.util.concurrent.Future* Cancels an existing multicast group session. *
* * @param cancelMulticastGroupSessionRequest * @return A Java Future containing the result of the CancelMulticastGroupSession operation returned by the service. * @sample AWSIoTWirelessAsync.CancelMulticastGroupSession * @see AWS API Documentation */ java.util.concurrent.Future* Cancels an existing multicast group session. *
* * @param cancelMulticastGroupSessionRequest * @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 CancelMulticastGroupSession operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.CancelMulticastGroupSession * @see AWS API Documentation */ java.util.concurrent.Future* Creates a new destination that maps a device message to an AWS IoT rule. *
* * @param createDestinationRequest * @return A Java Future containing the result of the CreateDestination operation returned by the service. * @sample AWSIoTWirelessAsync.CreateDestination * @see AWS * API Documentation */ java.util.concurrent.Future* Creates a new destination that maps a device message to an AWS IoT rule. *
* * @param createDestinationRequest * @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 CreateDestination operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.CreateDestination * @see AWS * API Documentation */ java.util.concurrent.Future* Creates a new device profile. *
* * @param createDeviceProfileRequest * @return A Java Future containing the result of the CreateDeviceProfile operation returned by the service. * @sample AWSIoTWirelessAsync.CreateDeviceProfile * @see AWS API Documentation */ java.util.concurrent.Future* Creates a new device profile. *
* * @param createDeviceProfileRequest * @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 CreateDeviceProfile operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.CreateDeviceProfile * @see AWS API Documentation */ java.util.concurrent.Future* Creates a FUOTA task. *
* * @param createFuotaTaskRequest * @return A Java Future containing the result of the CreateFuotaTask operation returned by the service. * @sample AWSIoTWirelessAsync.CreateFuotaTask * @see AWS * API Documentation */ java.util.concurrent.Future* Creates a FUOTA task. *
* * @param createFuotaTaskRequest * @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 CreateFuotaTask operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.CreateFuotaTask * @see AWS * API Documentation */ java.util.concurrent.Future* Creates a multicast group. *
* * @param createMulticastGroupRequest * @return A Java Future containing the result of the CreateMulticastGroup operation returned by the service. * @sample AWSIoTWirelessAsync.CreateMulticastGroup * @see AWS API Documentation */ java.util.concurrent.Future* Creates a multicast group. *
* * @param createMulticastGroupRequest * @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 CreateMulticastGroup operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.CreateMulticastGroup * @see AWS API Documentation */ java.util.concurrent.Future* Creates a new network analyzer configuration. *
* * @param createNetworkAnalyzerConfigurationRequest * @return A Java Future containing the result of the CreateNetworkAnalyzerConfiguration operation returned by the * service. * @sample AWSIoTWirelessAsync.CreateNetworkAnalyzerConfiguration * @see AWS API Documentation */ java.util.concurrent.Future* Creates a new network analyzer configuration. *
* * @param createNetworkAnalyzerConfigurationRequest * @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 CreateNetworkAnalyzerConfiguration operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.CreateNetworkAnalyzerConfiguration * @see AWS API Documentation */ java.util.concurrent.Future* Creates a new service profile. *
* * @param createServiceProfileRequest * @return A Java Future containing the result of the CreateServiceProfile operation returned by the service. * @sample AWSIoTWirelessAsync.CreateServiceProfile * @see AWS API Documentation */ java.util.concurrent.Future* Creates a new service profile. *
* * @param createServiceProfileRequest * @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 CreateServiceProfile operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.CreateServiceProfile * @see AWS API Documentation */ java.util.concurrent.Future* Provisions a wireless device. *
* * @param createWirelessDeviceRequest * @return A Java Future containing the result of the CreateWirelessDevice operation returned by the service. * @sample AWSIoTWirelessAsync.CreateWirelessDevice * @see AWS API Documentation */ java.util.concurrent.Future* Provisions a wireless device. *
* * @param createWirelessDeviceRequest * @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 CreateWirelessDevice operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.CreateWirelessDevice * @see AWS API Documentation */ java.util.concurrent.Future* Provisions a wireless gateway. *
* * @param createWirelessGatewayRequest * @return A Java Future containing the result of the CreateWirelessGateway operation returned by the service. * @sample AWSIoTWirelessAsync.CreateWirelessGateway * @see AWS API Documentation */ java.util.concurrent.Future* Provisions a wireless gateway. *
* * @param createWirelessGatewayRequest * @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 CreateWirelessGateway operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.CreateWirelessGateway * @see AWS API Documentation */ java.util.concurrent.Future* Creates a task for a wireless gateway. *
* * @param createWirelessGatewayTaskRequest * @return A Java Future containing the result of the CreateWirelessGatewayTask operation returned by the service. * @sample AWSIoTWirelessAsync.CreateWirelessGatewayTask * @see AWS API Documentation */ java.util.concurrent.Future* Creates a task for a wireless gateway. *
* * @param createWirelessGatewayTaskRequest * @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 CreateWirelessGatewayTask operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.CreateWirelessGatewayTask * @see AWS API Documentation */ java.util.concurrent.Future* Creates a gateway task definition. *
* * @param createWirelessGatewayTaskDefinitionRequest * @return A Java Future containing the result of the CreateWirelessGatewayTaskDefinition operation returned by the * service. * @sample AWSIoTWirelessAsync.CreateWirelessGatewayTaskDefinition * @see AWS API Documentation */ java.util.concurrent.Future* Creates a gateway task definition. *
* * @param createWirelessGatewayTaskDefinitionRequest * @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 CreateWirelessGatewayTaskDefinition operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.CreateWirelessGatewayTaskDefinition * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a destination. *
* * @param deleteDestinationRequest * @return A Java Future containing the result of the DeleteDestination operation returned by the service. * @sample AWSIoTWirelessAsync.DeleteDestination * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes a destination. *
* * @param deleteDestinationRequest * @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 DeleteDestination operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.DeleteDestination * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes a device profile. *
* * @param deleteDeviceProfileRequest * @return A Java Future containing the result of the DeleteDeviceProfile operation returned by the service. * @sample AWSIoTWirelessAsync.DeleteDeviceProfile * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a device profile. *
* * @param deleteDeviceProfileRequest * @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 DeleteDeviceProfile operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.DeleteDeviceProfile * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a FUOTA task. *
* * @param deleteFuotaTaskRequest * @return A Java Future containing the result of the DeleteFuotaTask operation returned by the service. * @sample AWSIoTWirelessAsync.DeleteFuotaTask * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes a FUOTA task. *
* * @param deleteFuotaTaskRequest * @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 DeleteFuotaTask operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.DeleteFuotaTask * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes a multicast group if it is not in use by a fuota task. *
* * @param deleteMulticastGroupRequest * @return A Java Future containing the result of the DeleteMulticastGroup operation returned by the service. * @sample AWSIoTWirelessAsync.DeleteMulticastGroup * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a multicast group if it is not in use by a fuota task. *
* * @param deleteMulticastGroupRequest * @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 DeleteMulticastGroup operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.DeleteMulticastGroup * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a network analyzer configuration. *
* * @param deleteNetworkAnalyzerConfigurationRequest * @return A Java Future containing the result of the DeleteNetworkAnalyzerConfiguration operation returned by the * service. * @sample AWSIoTWirelessAsync.DeleteNetworkAnalyzerConfiguration * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a network analyzer configuration. *
* * @param deleteNetworkAnalyzerConfigurationRequest * @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 DeleteNetworkAnalyzerConfiguration operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.DeleteNetworkAnalyzerConfiguration * @see AWS API Documentation */ java.util.concurrent.Future* Remove queued messages from the downlink queue. *
* * @param deleteQueuedMessagesRequest * @return A Java Future containing the result of the DeleteQueuedMessages operation returned by the service. * @sample AWSIoTWirelessAsync.DeleteQueuedMessages * @see AWS API Documentation */ java.util.concurrent.Future* Remove queued messages from the downlink queue. *
* * @param deleteQueuedMessagesRequest * @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 DeleteQueuedMessages operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.DeleteQueuedMessages * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a service profile. *
* * @param deleteServiceProfileRequest * @return A Java Future containing the result of the DeleteServiceProfile operation returned by the service. * @sample AWSIoTWirelessAsync.DeleteServiceProfile * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a service profile. *
* * @param deleteServiceProfileRequest * @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 DeleteServiceProfile operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.DeleteServiceProfile * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a wireless device. *
* * @param deleteWirelessDeviceRequest * @return A Java Future containing the result of the DeleteWirelessDevice operation returned by the service. * @sample AWSIoTWirelessAsync.DeleteWirelessDevice * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a wireless device. *
* * @param deleteWirelessDeviceRequest * @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 DeleteWirelessDevice operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.DeleteWirelessDevice * @see AWS API Documentation */ java.util.concurrent.Future* Delete an import task. *
* * @param deleteWirelessDeviceImportTaskRequest * @return A Java Future containing the result of the DeleteWirelessDeviceImportTask operation returned by the * service. * @sample AWSIoTWirelessAsync.DeleteWirelessDeviceImportTask * @see AWS API Documentation */ java.util.concurrent.Future* Delete an import task. *
* * @param deleteWirelessDeviceImportTaskRequest * @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 DeleteWirelessDeviceImportTask operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.DeleteWirelessDeviceImportTask * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a wireless gateway. *
* * @param deleteWirelessGatewayRequest * @return A Java Future containing the result of the DeleteWirelessGateway operation returned by the service. * @sample AWSIoTWirelessAsync.DeleteWirelessGateway * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a wireless gateway. *
* * @param deleteWirelessGatewayRequest * @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 DeleteWirelessGateway operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.DeleteWirelessGateway * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a wireless gateway task. *
* * @param deleteWirelessGatewayTaskRequest * @return A Java Future containing the result of the DeleteWirelessGatewayTask operation returned by the service. * @sample AWSIoTWirelessAsync.DeleteWirelessGatewayTask * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a wireless gateway task. *
* * @param deleteWirelessGatewayTaskRequest * @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 DeleteWirelessGatewayTask operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.DeleteWirelessGatewayTask * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are * currently in progress. *
* * @param deleteWirelessGatewayTaskDefinitionRequest * @return A Java Future containing the result of the DeleteWirelessGatewayTaskDefinition operation returned by the * service. * @sample AWSIoTWirelessAsync.DeleteWirelessGatewayTaskDefinition * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are * currently in progress. *
* * @param deleteWirelessGatewayTaskDefinitionRequest * @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 DeleteWirelessGatewayTaskDefinition operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.DeleteWirelessGatewayTaskDefinition * @see AWS API Documentation */ java.util.concurrent.Future* Deregister a wireless device from AWS IoT Wireless. *
* * @param deregisterWirelessDeviceRequest * @return A Java Future containing the result of the DeregisterWirelessDevice operation returned by the service. * @sample AWSIoTWirelessAsync.DeregisterWirelessDevice * @see AWS API Documentation */ java.util.concurrent.Future* Deregister a wireless device from AWS IoT Wireless. *
* * @param deregisterWirelessDeviceRequest * @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 DeregisterWirelessDevice operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.DeregisterWirelessDevice * @see AWS API Documentation */ java.util.concurrent.Future
* Disassociates your AWS account from a partner account. If PartnerAccountId
and
* PartnerType
are null
, disassociates your AWS account from all partner accounts.
*
* Disassociates your AWS account from a partner account. If PartnerAccountId
and
* PartnerType
are null
, disassociates your AWS account from all partner accounts.
*
* Disassociates a multicast group from a fuota task. *
* * @param disassociateMulticastGroupFromFuotaTaskRequest * @return A Java Future containing the result of the DisassociateMulticastGroupFromFuotaTask operation returned by * the service. * @sample AWSIoTWirelessAsync.DisassociateMulticastGroupFromFuotaTask * @see AWS API Documentation */ java.util.concurrent.Future* Disassociates a multicast group from a fuota task. *
* * @param disassociateMulticastGroupFromFuotaTaskRequest * @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 DisassociateMulticastGroupFromFuotaTask operation returned by * the service. * @sample AWSIoTWirelessAsyncHandler.DisassociateMulticastGroupFromFuotaTask * @see AWS API Documentation */ java.util.concurrent.Future* Disassociates a wireless device from a FUOTA task. *
* * @param disassociateWirelessDeviceFromFuotaTaskRequest * @return A Java Future containing the result of the DisassociateWirelessDeviceFromFuotaTask operation returned by * the service. * @sample AWSIoTWirelessAsync.DisassociateWirelessDeviceFromFuotaTask * @see AWS API Documentation */ java.util.concurrent.Future* Disassociates a wireless device from a FUOTA task. *
* * @param disassociateWirelessDeviceFromFuotaTaskRequest * @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 DisassociateWirelessDeviceFromFuotaTask operation returned by * the service. * @sample AWSIoTWirelessAsyncHandler.DisassociateWirelessDeviceFromFuotaTask * @see AWS API Documentation */ java.util.concurrent.Future* Disassociates a wireless device from a multicast group. *
* * @param disassociateWirelessDeviceFromMulticastGroupRequest * @return A Java Future containing the result of the DisassociateWirelessDeviceFromMulticastGroup operation * returned by the service. * @sample AWSIoTWirelessAsync.DisassociateWirelessDeviceFromMulticastGroup * @see AWS API Documentation */ java.util.concurrent.Future* Disassociates a wireless device from a multicast group. *
* * @param disassociateWirelessDeviceFromMulticastGroupRequest * @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 DisassociateWirelessDeviceFromMulticastGroup operation * returned by the service. * @sample AWSIoTWirelessAsyncHandler.DisassociateWirelessDeviceFromMulticastGroup * @see AWS API Documentation */ java.util.concurrent.Future* Disassociates a wireless device from its currently associated thing. *
* * @param disassociateWirelessDeviceFromThingRequest * @return A Java Future containing the result of the DisassociateWirelessDeviceFromThing operation returned by the * service. * @sample AWSIoTWirelessAsync.DisassociateWirelessDeviceFromThing * @see AWS API Documentation */ java.util.concurrent.Future* Disassociates a wireless device from its currently associated thing. *
* * @param disassociateWirelessDeviceFromThingRequest * @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 DisassociateWirelessDeviceFromThing operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.DisassociateWirelessDeviceFromThing * @see AWS API Documentation */ java.util.concurrent.Future* Disassociates a wireless gateway from its currently associated certificate. *
* * @param disassociateWirelessGatewayFromCertificateRequest * @return A Java Future containing the result of the DisassociateWirelessGatewayFromCertificate operation returned * by the service. * @sample AWSIoTWirelessAsync.DisassociateWirelessGatewayFromCertificate * @see AWS API Documentation */ java.util.concurrent.Future* Disassociates a wireless gateway from its currently associated certificate. *
* * @param disassociateWirelessGatewayFromCertificateRequest * @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 DisassociateWirelessGatewayFromCertificate operation returned * by the service. * @sample AWSIoTWirelessAsyncHandler.DisassociateWirelessGatewayFromCertificate * @see AWS API Documentation */ java.util.concurrent.Future* Disassociates a wireless gateway from its currently associated thing. *
* * @param disassociateWirelessGatewayFromThingRequest * @return A Java Future containing the result of the DisassociateWirelessGatewayFromThing operation returned by the * service. * @sample AWSIoTWirelessAsync.DisassociateWirelessGatewayFromThing * @see AWS API Documentation */ java.util.concurrent.Future* Disassociates a wireless gateway from its currently associated thing. *
* * @param disassociateWirelessGatewayFromThingRequest * @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 DisassociateWirelessGatewayFromThing operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.DisassociateWirelessGatewayFromThing * @see AWS API Documentation */ java.util.concurrent.Future* Gets information about a destination. *
* * @param getDestinationRequest * @return A Java Future containing the result of the GetDestination operation returned by the service. * @sample AWSIoTWirelessAsync.GetDestination * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a destination. *
* * @param getDestinationRequest * @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 GetDestination operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetDestination * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a device profile. *
* * @param getDeviceProfileRequest * @return A Java Future containing the result of the GetDeviceProfile operation returned by the service. * @sample AWSIoTWirelessAsync.GetDeviceProfile * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about a device profile. *
* * @param getDeviceProfileRequest * @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 GetDeviceProfile operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetDeviceProfile * @see AWS * API Documentation */ java.util.concurrent.Future* Get the event configuration based on resource types. *
* * @param getEventConfigurationByResourceTypesRequest * @return A Java Future containing the result of the GetEventConfigurationByResourceTypes operation returned by the * service. * @sample AWSIoTWirelessAsync.GetEventConfigurationByResourceTypes * @see AWS API Documentation */ java.util.concurrent.Future* Get the event configuration based on resource types. *
* * @param getEventConfigurationByResourceTypesRequest * @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 GetEventConfigurationByResourceTypes operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.GetEventConfigurationByResourceTypes * @see AWS API Documentation */ java.util.concurrent.Future* Gets information about a FUOTA task. *
* * @param getFuotaTaskRequest * @return A Java Future containing the result of the GetFuotaTask operation returned by the service. * @sample AWSIoTWirelessAsync.GetFuotaTask * @see AWS API * Documentation */ java.util.concurrent.Future* Gets information about a FUOTA task. *
* * @param getFuotaTaskRequest * @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 GetFuotaTask operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetFuotaTask * @see AWS API * Documentation */ java.util.concurrent.Future* Returns current default log levels or log levels by resource types. Based on resource types, log levels can be * for wireless device log options or wireless gateway log options. *
* * @param getLogLevelsByResourceTypesRequest * @return A Java Future containing the result of the GetLogLevelsByResourceTypes operation returned by the service. * @sample AWSIoTWirelessAsync.GetLogLevelsByResourceTypes * @see AWS API Documentation */ java.util.concurrent.Future* Returns current default log levels or log levels by resource types. Based on resource types, log levels can be * for wireless device log options or wireless gateway log options. *
* * @param getLogLevelsByResourceTypesRequest * @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 GetLogLevelsByResourceTypes operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetLogLevelsByResourceTypes * @see AWS API Documentation */ java.util.concurrent.Future* Gets information about a multicast group. *
* * @param getMulticastGroupRequest * @return A Java Future containing the result of the GetMulticastGroup operation returned by the service. * @sample AWSIoTWirelessAsync.GetMulticastGroup * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about a multicast group. *
* * @param getMulticastGroupRequest * @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 GetMulticastGroup operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetMulticastGroup * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about a multicast group session. *
* * @param getMulticastGroupSessionRequest * @return A Java Future containing the result of the GetMulticastGroupSession operation returned by the service. * @sample AWSIoTWirelessAsync.GetMulticastGroupSession * @see AWS API Documentation */ java.util.concurrent.Future* Gets information about a multicast group session. *
* * @param getMulticastGroupSessionRequest * @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 GetMulticastGroupSession operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetMulticastGroupSession * @see AWS API Documentation */ java.util.concurrent.Future* Get network analyzer configuration. *
* * @param getNetworkAnalyzerConfigurationRequest * @return A Java Future containing the result of the GetNetworkAnalyzerConfiguration operation returned by the * service. * @sample AWSIoTWirelessAsync.GetNetworkAnalyzerConfiguration * @see AWS API Documentation */ java.util.concurrent.Future* Get network analyzer configuration. *
* * @param getNetworkAnalyzerConfigurationRequest * @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 GetNetworkAnalyzerConfiguration operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.GetNetworkAnalyzerConfiguration * @see AWS API Documentation */ java.util.concurrent.Future
* Gets information about a partner account. If PartnerAccountId
and PartnerType
are
* null
, returns all partner accounts.
*
* Gets information about a partner account. If PartnerAccountId
and PartnerType
are
* null
, returns all partner accounts.
*
* Get the position information for a given resource. *
** This action is no longer supported. Calls to retrieve the position information should use the GetResourcePosition API operation instead. *
** Get the position information for a given resource. *
** This action is no longer supported. Calls to retrieve the position information should use the GetResourcePosition API operation instead. *
** Get position configuration for a given resource. *
** This action is no longer supported. Calls to retrieve the position configuration should use the GetResourcePosition API operation instead. *
** Get position configuration for a given resource. *
** This action is no longer supported. Calls to retrieve the position configuration should use the GetResourcePosition API operation instead. *
** Get estimated position information as a payload in GeoJSON format. The payload measurement data is resolved using * solvers that are provided by third-party vendors. *
* * @param getPositionEstimateRequest * @return A Java Future containing the result of the GetPositionEstimate operation returned by the service. * @sample AWSIoTWirelessAsync.GetPositionEstimate * @see AWS API Documentation */ java.util.concurrent.Future* Get estimated position information as a payload in GeoJSON format. The payload measurement data is resolved using * solvers that are provided by third-party vendors. *
* * @param getPositionEstimateRequest * @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 GetPositionEstimate operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetPositionEstimate * @see AWS API Documentation */ java.util.concurrent.Future* Get the event configuration for a particular resource identifier. *
* * @param getResourceEventConfigurationRequest * @return A Java Future containing the result of the GetResourceEventConfiguration operation returned by the * service. * @sample AWSIoTWirelessAsync.GetResourceEventConfiguration * @see AWS API Documentation */ java.util.concurrent.Future* Get the event configuration for a particular resource identifier. *
* * @param getResourceEventConfigurationRequest * @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 GetResourceEventConfiguration operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.GetResourceEventConfiguration * @see AWS API Documentation */ java.util.concurrent.Future* Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for a wireless * device or a wireless gateway. *
* * @param getResourceLogLevelRequest * @return A Java Future containing the result of the GetResourceLogLevel operation returned by the service. * @sample AWSIoTWirelessAsync.GetResourceLogLevel * @see AWS API Documentation */ java.util.concurrent.Future* Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for a wireless * device or a wireless gateway. *
* * @param getResourceLogLevelRequest * @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 GetResourceLogLevel operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetResourceLogLevel * @see AWS API Documentation */ java.util.concurrent.Future* Get the position information for a given wireless device or a wireless gateway resource. The position information * uses the World Geodetic System (WGS84). *
* * @param getResourcePositionRequest * @return A Java Future containing the result of the GetResourcePosition operation returned by the service. * @sample AWSIoTWirelessAsync.GetResourcePosition * @see AWS API Documentation */ java.util.concurrent.Future* Get the position information for a given wireless device or a wireless gateway resource. The position information * uses the World Geodetic System (WGS84). *
* * @param getResourcePositionRequest * @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 GetResourcePosition operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetResourcePosition * @see AWS API Documentation */ java.util.concurrent.Future* Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server * (LNS) connections. *
* * @param getServiceEndpointRequest * @return A Java Future containing the result of the GetServiceEndpoint operation returned by the service. * @sample AWSIoTWirelessAsync.GetServiceEndpoint * @see AWS * API Documentation */ java.util.concurrent.Future* Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server * (LNS) connections. *
* * @param getServiceEndpointRequest * @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 GetServiceEndpoint operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetServiceEndpoint * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about a service profile. *
* * @param getServiceProfileRequest * @return A Java Future containing the result of the GetServiceProfile operation returned by the service. * @sample AWSIoTWirelessAsync.GetServiceProfile * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about a service profile. *
* * @param getServiceProfileRequest * @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 GetServiceProfile operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetServiceProfile * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about a wireless device. *
* * @param getWirelessDeviceRequest * @return A Java Future containing the result of the GetWirelessDevice operation returned by the service. * @sample AWSIoTWirelessAsync.GetWirelessDevice * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about a wireless device. *
* * @param getWirelessDeviceRequest * @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 GetWirelessDevice operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetWirelessDevice * @see AWS * API Documentation */ java.util.concurrent.Future* Get information about an import task and count of device onboarding summary information for the import task. *
* * @param getWirelessDeviceImportTaskRequest * @return A Java Future containing the result of the GetWirelessDeviceImportTask operation returned by the service. * @sample AWSIoTWirelessAsync.GetWirelessDeviceImportTask * @see AWS API Documentation */ java.util.concurrent.Future* Get information about an import task and count of device onboarding summary information for the import task. *
* * @param getWirelessDeviceImportTaskRequest * @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 GetWirelessDeviceImportTask operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetWirelessDeviceImportTask * @see AWS API Documentation */ java.util.concurrent.Future* Gets operating information about a wireless device. *
* * @param getWirelessDeviceStatisticsRequest * @return A Java Future containing the result of the GetWirelessDeviceStatistics operation returned by the service. * @sample AWSIoTWirelessAsync.GetWirelessDeviceStatistics * @see AWS API Documentation */ java.util.concurrent.Future* Gets operating information about a wireless device. *
* * @param getWirelessDeviceStatisticsRequest * @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 GetWirelessDeviceStatistics operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetWirelessDeviceStatistics * @see AWS API Documentation */ java.util.concurrent.Future* Gets information about a wireless gateway. *
* * @param getWirelessGatewayRequest * @return A Java Future containing the result of the GetWirelessGateway operation returned by the service. * @sample AWSIoTWirelessAsync.GetWirelessGateway * @see AWS * API Documentation */ java.util.concurrent.Future* Gets information about a wireless gateway. *
* * @param getWirelessGatewayRequest * @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 GetWirelessGateway operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetWirelessGateway * @see AWS * API Documentation */ java.util.concurrent.Future* Gets the ID of the certificate that is currently associated with a wireless gateway. *
* * @param getWirelessGatewayCertificateRequest * @return A Java Future containing the result of the GetWirelessGatewayCertificate operation returned by the * service. * @sample AWSIoTWirelessAsync.GetWirelessGatewayCertificate * @see AWS API Documentation */ java.util.concurrent.Future* Gets the ID of the certificate that is currently associated with a wireless gateway. *
* * @param getWirelessGatewayCertificateRequest * @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 GetWirelessGatewayCertificate operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.GetWirelessGatewayCertificate * @see AWS API Documentation */ java.util.concurrent.Future* Gets the firmware version and other information about a wireless gateway. *
* * @param getWirelessGatewayFirmwareInformationRequest * @return A Java Future containing the result of the GetWirelessGatewayFirmwareInformation operation returned by * the service. * @sample AWSIoTWirelessAsync.GetWirelessGatewayFirmwareInformation * @see AWS API Documentation */ java.util.concurrent.Future* Gets the firmware version and other information about a wireless gateway. *
* * @param getWirelessGatewayFirmwareInformationRequest * @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 GetWirelessGatewayFirmwareInformation operation returned by * the service. * @sample AWSIoTWirelessAsyncHandler.GetWirelessGatewayFirmwareInformation * @see AWS API Documentation */ java.util.concurrent.Future* Gets operating information about a wireless gateway. *
* * @param getWirelessGatewayStatisticsRequest * @return A Java Future containing the result of the GetWirelessGatewayStatistics operation returned by the * service. * @sample AWSIoTWirelessAsync.GetWirelessGatewayStatistics * @see AWS API Documentation */ java.util.concurrent.Future* Gets operating information about a wireless gateway. *
* * @param getWirelessGatewayStatisticsRequest * @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 GetWirelessGatewayStatistics operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.GetWirelessGatewayStatistics * @see AWS API Documentation */ java.util.concurrent.Future* Gets information about a wireless gateway task. *
* * @param getWirelessGatewayTaskRequest * @return A Java Future containing the result of the GetWirelessGatewayTask operation returned by the service. * @sample AWSIoTWirelessAsync.GetWirelessGatewayTask * @see AWS API Documentation */ java.util.concurrent.Future* Gets information about a wireless gateway task. *
* * @param getWirelessGatewayTaskRequest * @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 GetWirelessGatewayTask operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.GetWirelessGatewayTask * @see AWS API Documentation */ java.util.concurrent.Future* Gets information about a wireless gateway task definition. *
* * @param getWirelessGatewayTaskDefinitionRequest * @return A Java Future containing the result of the GetWirelessGatewayTaskDefinition operation returned by the * service. * @sample AWSIoTWirelessAsync.GetWirelessGatewayTaskDefinition * @see AWS API Documentation */ java.util.concurrent.Future* Gets information about a wireless gateway task definition. *
* * @param getWirelessGatewayTaskDefinitionRequest * @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 GetWirelessGatewayTaskDefinition operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.GetWirelessGatewayTaskDefinition * @see AWS API Documentation */ java.util.concurrent.Future* Lists the destinations registered to your AWS account. *
* * @param listDestinationsRequest * @return A Java Future containing the result of the ListDestinations operation returned by the service. * @sample AWSIoTWirelessAsync.ListDestinations * @see AWS * API Documentation */ java.util.concurrent.Future* Lists the destinations registered to your AWS account. *
* * @param listDestinationsRequest * @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 ListDestinations operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.ListDestinations * @see AWS * API Documentation */ java.util.concurrent.Future* Lists the device profiles registered to your AWS account. *
* * @param listDeviceProfilesRequest * @return A Java Future containing the result of the ListDeviceProfiles operation returned by the service. * @sample AWSIoTWirelessAsync.ListDeviceProfiles * @see AWS * API Documentation */ java.util.concurrent.Future* Lists the device profiles registered to your AWS account. *
* * @param listDeviceProfilesRequest * @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 ListDeviceProfiles operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.ListDeviceProfiles * @see AWS * API Documentation */ java.util.concurrent.Future* List the Sidewalk devices in an import task and their onboarding status. *
* * @param listDevicesForWirelessDeviceImportTaskRequest * @return A Java Future containing the result of the ListDevicesForWirelessDeviceImportTask operation returned by * the service. * @sample AWSIoTWirelessAsync.ListDevicesForWirelessDeviceImportTask * @see AWS API Documentation */ java.util.concurrent.Future* List the Sidewalk devices in an import task and their onboarding status. *
* * @param listDevicesForWirelessDeviceImportTaskRequest * @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 ListDevicesForWirelessDeviceImportTask operation returned by * the service. * @sample AWSIoTWirelessAsyncHandler.ListDevicesForWirelessDeviceImportTask * @see AWS API Documentation */ java.util.concurrent.Future* List event configurations where at least one event topic has been enabled. *
* * @param listEventConfigurationsRequest * @return A Java Future containing the result of the ListEventConfigurations operation returned by the service. * @sample AWSIoTWirelessAsync.ListEventConfigurations * @see AWS API Documentation */ java.util.concurrent.Future* List event configurations where at least one event topic has been enabled. *
* * @param listEventConfigurationsRequest * @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 ListEventConfigurations operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.ListEventConfigurations * @see AWS API Documentation */ java.util.concurrent.Future* Lists the FUOTA tasks registered to your AWS account. *
* * @param listFuotaTasksRequest * @return A Java Future containing the result of the ListFuotaTasks operation returned by the service. * @sample AWSIoTWirelessAsync.ListFuotaTasks * @see AWS API * Documentation */ java.util.concurrent.Future* Lists the FUOTA tasks registered to your AWS account. *
* * @param listFuotaTasksRequest * @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 ListFuotaTasks operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.ListFuotaTasks * @see AWS API * Documentation */ java.util.concurrent.Future* Lists the multicast groups registered to your AWS account. *
* * @param listMulticastGroupsRequest * @return A Java Future containing the result of the ListMulticastGroups operation returned by the service. * @sample AWSIoTWirelessAsync.ListMulticastGroups * @see AWS API Documentation */ java.util.concurrent.Future* Lists the multicast groups registered to your AWS account. *
* * @param listMulticastGroupsRequest * @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 ListMulticastGroups operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.ListMulticastGroups * @see AWS API Documentation */ java.util.concurrent.Future* List all multicast groups associated with a fuota task. *
* * @param listMulticastGroupsByFuotaTaskRequest * @return A Java Future containing the result of the ListMulticastGroupsByFuotaTask operation returned by the * service. * @sample AWSIoTWirelessAsync.ListMulticastGroupsByFuotaTask * @see AWS API Documentation */ java.util.concurrent.Future* List all multicast groups associated with a fuota task. *
* * @param listMulticastGroupsByFuotaTaskRequest * @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 ListMulticastGroupsByFuotaTask operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.ListMulticastGroupsByFuotaTask * @see AWS API Documentation */ java.util.concurrent.Future* Lists the network analyzer configurations. *
* * @param listNetworkAnalyzerConfigurationsRequest * @return A Java Future containing the result of the ListNetworkAnalyzerConfigurations operation returned by the * service. * @sample AWSIoTWirelessAsync.ListNetworkAnalyzerConfigurations * @see AWS API Documentation */ java.util.concurrent.Future* Lists the network analyzer configurations. *
* * @param listNetworkAnalyzerConfigurationsRequest * @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 ListNetworkAnalyzerConfigurations operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.ListNetworkAnalyzerConfigurations * @see AWS API Documentation */ java.util.concurrent.Future* Lists the partner accounts associated with your AWS account. *
* * @param listPartnerAccountsRequest * @return A Java Future containing the result of the ListPartnerAccounts operation returned by the service. * @sample AWSIoTWirelessAsync.ListPartnerAccounts * @see AWS API Documentation */ java.util.concurrent.Future* Lists the partner accounts associated with your AWS account. *
* * @param listPartnerAccountsRequest * @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 ListPartnerAccounts operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.ListPartnerAccounts * @see AWS API Documentation */ java.util.concurrent.Future* List position configurations for a given resource, such as positioning solvers. *
** This action is no longer supported. Calls to retrieve position information should use the GetResourcePosition API operation instead. *
** List position configurations for a given resource, such as positioning solvers. *
** This action is no longer supported. Calls to retrieve position information should use the GetResourcePosition API operation instead. *
** List queued messages in the downlink queue. *
* * @param listQueuedMessagesRequest * @return A Java Future containing the result of the ListQueuedMessages operation returned by the service. * @sample AWSIoTWirelessAsync.ListQueuedMessages * @see AWS * API Documentation */ java.util.concurrent.Future* List queued messages in the downlink queue. *
* * @param listQueuedMessagesRequest * @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 ListQueuedMessages operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.ListQueuedMessages * @see AWS * API Documentation */ java.util.concurrent.Future* Lists the service profiles registered to your AWS account. *
* * @param listServiceProfilesRequest * @return A Java Future containing the result of the ListServiceProfiles operation returned by the service. * @sample AWSIoTWirelessAsync.ListServiceProfiles * @see AWS API Documentation */ java.util.concurrent.Future* Lists the service profiles registered to your AWS account. *
* * @param listServiceProfilesRequest * @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 ListServiceProfiles operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.ListServiceProfiles * @see AWS API Documentation */ java.util.concurrent.Future* 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 AWSIoTWirelessAsync.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 AWSIoTWirelessAsyncHandler.ListTagsForResource * @see AWS API Documentation */ java.util.concurrent.Future* List wireless devices that have been added to an import task. *
* * @param listWirelessDeviceImportTasksRequest * @return A Java Future containing the result of the ListWirelessDeviceImportTasks operation returned by the * service. * @sample AWSIoTWirelessAsync.ListWirelessDeviceImportTasks * @see AWS API Documentation */ java.util.concurrent.Future* List wireless devices that have been added to an import task. *
* * @param listWirelessDeviceImportTasksRequest * @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 ListWirelessDeviceImportTasks operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.ListWirelessDeviceImportTasks * @see AWS API Documentation */ java.util.concurrent.Future* Lists the wireless devices registered to your AWS account. *
* * @param listWirelessDevicesRequest * @return A Java Future containing the result of the ListWirelessDevices operation returned by the service. * @sample AWSIoTWirelessAsync.ListWirelessDevices * @see AWS API Documentation */ java.util.concurrent.Future* Lists the wireless devices registered to your AWS account. *
* * @param listWirelessDevicesRequest * @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 ListWirelessDevices operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.ListWirelessDevices * @see AWS API Documentation */ java.util.concurrent.Future* List the wireless gateway tasks definitions registered to your AWS account. *
* * @param listWirelessGatewayTaskDefinitionsRequest * @return A Java Future containing the result of the ListWirelessGatewayTaskDefinitions operation returned by the * service. * @sample AWSIoTWirelessAsync.ListWirelessGatewayTaskDefinitions * @see AWS API Documentation */ java.util.concurrent.Future* List the wireless gateway tasks definitions registered to your AWS account. *
* * @param listWirelessGatewayTaskDefinitionsRequest * @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 ListWirelessGatewayTaskDefinitions operation returned by the * service. * @sample AWSIoTWirelessAsyncHandler.ListWirelessGatewayTaskDefinitions * @see AWS API Documentation */ java.util.concurrent.Future* Lists the wireless gateways registered to your AWS account. *
* * @param listWirelessGatewaysRequest * @return A Java Future containing the result of the ListWirelessGateways operation returned by the service. * @sample AWSIoTWirelessAsync.ListWirelessGateways * @see AWS API Documentation */ java.util.concurrent.Future* Lists the wireless gateways registered to your AWS account. *
* * @param listWirelessGatewaysRequest * @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 ListWirelessGateways operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.ListWirelessGateways * @see AWS API Documentation */ java.util.concurrent.Future* Put position configuration for a given resource. *
** This action is no longer supported. Calls to update the position configuration should use the UpdateResourcePosition API operation instead. *
** Put position configuration for a given resource. *
** This action is no longer supported. Calls to update the position configuration should use the UpdateResourcePosition API operation instead. *
** Sets the log-level override for a resource-ID and resource-type. This option can be specified for a wireless * gateway or a wireless device. A limit of 200 log level override can be set per account. *
* * @param putResourceLogLevelRequest * @return A Java Future containing the result of the PutResourceLogLevel operation returned by the service. * @sample AWSIoTWirelessAsync.PutResourceLogLevel * @see AWS API Documentation */ java.util.concurrent.Future* Sets the log-level override for a resource-ID and resource-type. This option can be specified for a wireless * gateway or a wireless device. A limit of 200 log level override can be set per account. *
* * @param putResourceLogLevelRequest * @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 PutResourceLogLevel operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.PutResourceLogLevel * @see AWS API Documentation */ java.util.concurrent.Future* Removes the log-level overrides for all resources; both wireless devices and wireless gateways. *
* * @param resetAllResourceLogLevelsRequest * @return A Java Future containing the result of the ResetAllResourceLogLevels operation returned by the service. * @sample AWSIoTWirelessAsync.ResetAllResourceLogLevels * @see AWS API Documentation */ java.util.concurrent.Future* Removes the log-level overrides for all resources; both wireless devices and wireless gateways. *
* * @param resetAllResourceLogLevelsRequest * @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 ResetAllResourceLogLevels operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.ResetAllResourceLogLevels * @see AWS API Documentation */ java.util.concurrent.Future* Removes the log-level override, if any, for a specific resource-ID and resource-type. It can be used for a * wireless device or a wireless gateway. *
* * @param resetResourceLogLevelRequest * @return A Java Future containing the result of the ResetResourceLogLevel operation returned by the service. * @sample AWSIoTWirelessAsync.ResetResourceLogLevel * @see AWS API Documentation */ java.util.concurrent.Future* Removes the log-level override, if any, for a specific resource-ID and resource-type. It can be used for a * wireless device or a wireless gateway. *
* * @param resetResourceLogLevelRequest * @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 ResetResourceLogLevel operation returned by the service. * @sample AWSIoTWirelessAsyncHandler.ResetResourceLogLevel * @see AWS API Documentation */ java.util.concurrent.Future