@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface IotWirelessClient extends SdkClient
builder() method.
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.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static IotWirelessClient create()
IotWirelessClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static IotWirelessClientBuilder builder()
IotWirelessClient.default AssociateAwsAccountWithPartnerAccountResponse associateAwsAccountWithPartnerAccount(AssociateAwsAccountWithPartnerAccountRequest associateAwsAccountWithPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, ConflictException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Associates a partner account with your AWS account.
associateAwsAccountWithPartnerAccountRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateAwsAccountWithPartnerAccountResponse associateAwsAccountWithPartnerAccount(Consumer<AssociateAwsAccountWithPartnerAccountRequest.Builder> associateAwsAccountWithPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, ConflictException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Associates a partner account with your AWS account.
This is a convenience which creates an instance of the
AssociateAwsAccountWithPartnerAccountRequest.Builder avoiding the need to create one manually via
AssociateAwsAccountWithPartnerAccountRequest.builder()
associateAwsAccountWithPartnerAccountRequest - A Consumer that will call methods on AssociateAwsAccountWithPartnerAccountRequest.Builder
to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateMulticastGroupWithFuotaTaskResponse associateMulticastGroupWithFuotaTask(AssociateMulticastGroupWithFuotaTaskRequest associateMulticastGroupWithFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associate a multicast group with a FUOTA task.
associateMulticastGroupWithFuotaTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateMulticastGroupWithFuotaTaskResponse associateMulticastGroupWithFuotaTask(Consumer<AssociateMulticastGroupWithFuotaTaskRequest.Builder> associateMulticastGroupWithFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associate a multicast group with a FUOTA task.
This is a convenience which creates an instance of the
AssociateMulticastGroupWithFuotaTaskRequest.Builder avoiding the need to create one manually via
AssociateMulticastGroupWithFuotaTaskRequest.builder()
associateMulticastGroupWithFuotaTaskRequest - A Consumer that will call methods on AssociateMulticastGroupWithFuotaTaskRequest.Builder
to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessDeviceWithFuotaTaskResponse associateWirelessDeviceWithFuotaTask(AssociateWirelessDeviceWithFuotaTaskRequest associateWirelessDeviceWithFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associate a wireless device with a FUOTA task.
associateWirelessDeviceWithFuotaTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessDeviceWithFuotaTaskResponse associateWirelessDeviceWithFuotaTask(Consumer<AssociateWirelessDeviceWithFuotaTaskRequest.Builder> associateWirelessDeviceWithFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associate a wireless device with a FUOTA task.
This is a convenience which creates an instance of the
AssociateWirelessDeviceWithFuotaTaskRequest.Builder avoiding the need to create one manually via
AssociateWirelessDeviceWithFuotaTaskRequest.builder()
associateWirelessDeviceWithFuotaTaskRequest - A Consumer that will call methods on AssociateWirelessDeviceWithFuotaTaskRequest.Builder
to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessDeviceWithMulticastGroupResponse associateWirelessDeviceWithMulticastGroup(AssociateWirelessDeviceWithMulticastGroupRequest associateWirelessDeviceWithMulticastGroupRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless device with a multicast group.
associateWirelessDeviceWithMulticastGroupRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessDeviceWithMulticastGroupResponse associateWirelessDeviceWithMulticastGroup(Consumer<AssociateWirelessDeviceWithMulticastGroupRequest.Builder> associateWirelessDeviceWithMulticastGroupRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless device with a multicast group.
This is a convenience which creates an instance of the
AssociateWirelessDeviceWithMulticastGroupRequest.Builder avoiding the need to create one manually via
AssociateWirelessDeviceWithMulticastGroupRequest.builder()
associateWirelessDeviceWithMulticastGroupRequest - A Consumer that will call methods on
AssociateWirelessDeviceWithMulticastGroupRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessDeviceWithThingResponse associateWirelessDeviceWithThing(AssociateWirelessDeviceWithThingRequest associateWirelessDeviceWithThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless device with a thing.
associateWirelessDeviceWithThingRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessDeviceWithThingResponse associateWirelessDeviceWithThing(Consumer<AssociateWirelessDeviceWithThingRequest.Builder> associateWirelessDeviceWithThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless device with a thing.
This is a convenience which creates an instance of the AssociateWirelessDeviceWithThingRequest.Builder
avoiding the need to create one manually via AssociateWirelessDeviceWithThingRequest.builder()
associateWirelessDeviceWithThingRequest - A Consumer that will call methods on AssociateWirelessDeviceWithThingRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessGatewayWithCertificateResponse associateWirelessGatewayWithCertificate(AssociateWirelessGatewayWithCertificateRequest associateWirelessGatewayWithCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless gateway with a certificate.
associateWirelessGatewayWithCertificateRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessGatewayWithCertificateResponse associateWirelessGatewayWithCertificate(Consumer<AssociateWirelessGatewayWithCertificateRequest.Builder> associateWirelessGatewayWithCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless gateway with a certificate.
This is a convenience which creates an instance of the
AssociateWirelessGatewayWithCertificateRequest.Builder avoiding the need to create one manually via
AssociateWirelessGatewayWithCertificateRequest.builder()
associateWirelessGatewayWithCertificateRequest - A Consumer that will call methods on
AssociateWirelessGatewayWithCertificateRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessGatewayWithThingResponse associateWirelessGatewayWithThing(AssociateWirelessGatewayWithThingRequest associateWirelessGatewayWithThingRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless gateway with a thing.
associateWirelessGatewayWithThingRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessGatewayWithThingResponse associateWirelessGatewayWithThing(Consumer<AssociateWirelessGatewayWithThingRequest.Builder> associateWirelessGatewayWithThingRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless gateway with a thing.
This is a convenience which creates an instance of the AssociateWirelessGatewayWithThingRequest.Builder
avoiding the need to create one manually via AssociateWirelessGatewayWithThingRequest.builder()
associateWirelessGatewayWithThingRequest - A Consumer that will call methods on AssociateWirelessGatewayWithThingRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelMulticastGroupSessionResponse cancelMulticastGroupSession(CancelMulticastGroupSessionRequest cancelMulticastGroupSessionRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Cancels an existing multicast group session.
cancelMulticastGroupSessionRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CancelMulticastGroupSessionResponse cancelMulticastGroupSession(Consumer<CancelMulticastGroupSessionRequest.Builder> cancelMulticastGroupSessionRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Cancels an existing multicast group session.
This is a convenience which creates an instance of the CancelMulticastGroupSessionRequest.Builder
avoiding the need to create one manually via CancelMulticastGroupSessionRequest.builder()
cancelMulticastGroupSessionRequest - A Consumer that will call methods on CancelMulticastGroupSessionRequest.Builder to create
a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDestinationResponse createDestination(CreateDestinationRequest createDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new destination that maps a device message to an AWS IoT rule.
createDestinationRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDestinationResponse createDestination(Consumer<CreateDestinationRequest.Builder> createDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new destination that maps a device message to an AWS IoT rule.
This is a convenience which creates an instance of the CreateDestinationRequest.Builder avoiding the need
to create one manually via CreateDestinationRequest.builder()
createDestinationRequest - A Consumer that will call methods on CreateDestinationRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeviceProfileResponse createDeviceProfile(CreateDeviceProfileRequest createDeviceProfileRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new device profile.
createDeviceProfileRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeviceProfileResponse createDeviceProfile(Consumer<CreateDeviceProfileRequest.Builder> createDeviceProfileRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new device profile.
This is a convenience which creates an instance of the CreateDeviceProfileRequest.Builder avoiding the
need to create one manually via CreateDeviceProfileRequest.builder()
createDeviceProfileRequest - A Consumer that will call methods on CreateDeviceProfileRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateFuotaTaskResponse createFuotaTask(CreateFuotaTaskRequest createFuotaTaskRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a FUOTA task.
createFuotaTaskRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateFuotaTaskResponse createFuotaTask(Consumer<CreateFuotaTaskRequest.Builder> createFuotaTaskRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a FUOTA task.
This is a convenience which creates an instance of the CreateFuotaTaskRequest.Builder avoiding the need
to create one manually via CreateFuotaTaskRequest.builder()
createFuotaTaskRequest - A Consumer that will call methods on CreateFuotaTaskRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateMulticastGroupResponse createMulticastGroup(CreateMulticastGroupRequest createMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a multicast group.
createMulticastGroupRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateMulticastGroupResponse createMulticastGroup(Consumer<CreateMulticastGroupRequest.Builder> createMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a multicast group.
This is a convenience which creates an instance of the CreateMulticastGroupRequest.Builder avoiding the
need to create one manually via CreateMulticastGroupRequest.builder()
createMulticastGroupRequest - A Consumer that will call methods on CreateMulticastGroupRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceProfileResponse createServiceProfile(CreateServiceProfileRequest createServiceProfileRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new service profile.
createServiceProfileRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceProfileResponse createServiceProfile(Consumer<CreateServiceProfileRequest.Builder> createServiceProfileRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new service profile.
This is a convenience which creates an instance of the CreateServiceProfileRequest.Builder avoiding the
need to create one manually via CreateServiceProfileRequest.builder()
createServiceProfileRequest - A Consumer that will call methods on CreateServiceProfileRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessDeviceResponse createWirelessDevice(CreateWirelessDeviceRequest createWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Provisions a wireless device.
createWirelessDeviceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessDeviceResponse createWirelessDevice(Consumer<CreateWirelessDeviceRequest.Builder> createWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Provisions a wireless device.
This is a convenience which creates an instance of the CreateWirelessDeviceRequest.Builder avoiding the
need to create one manually via CreateWirelessDeviceRequest.builder()
createWirelessDeviceRequest - A Consumer that will call methods on CreateWirelessDeviceRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessGatewayResponse createWirelessGateway(CreateWirelessGatewayRequest createWirelessGatewayRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Provisions a wireless gateway.
createWirelessGatewayRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessGatewayResponse createWirelessGateway(Consumer<CreateWirelessGatewayRequest.Builder> createWirelessGatewayRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Provisions a wireless gateway.
This is a convenience which creates an instance of the CreateWirelessGatewayRequest.Builder avoiding the
need to create one manually via CreateWirelessGatewayRequest.builder()
createWirelessGatewayRequest - A Consumer that will call methods on CreateWirelessGatewayRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessGatewayTaskResponse createWirelessGatewayTask(CreateWirelessGatewayTaskRequest createWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a task for a wireless gateway.
createWirelessGatewayTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessGatewayTaskResponse createWirelessGatewayTask(Consumer<CreateWirelessGatewayTaskRequest.Builder> createWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a task for a wireless gateway.
This is a convenience which creates an instance of the CreateWirelessGatewayTaskRequest.Builder avoiding
the need to create one manually via CreateWirelessGatewayTaskRequest.builder()
createWirelessGatewayTaskRequest - A Consumer that will call methods on CreateWirelessGatewayTaskRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessGatewayTaskDefinitionResponse createWirelessGatewayTaskDefinition(CreateWirelessGatewayTaskDefinitionRequest createWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a gateway task definition.
createWirelessGatewayTaskDefinitionRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessGatewayTaskDefinitionResponse createWirelessGatewayTaskDefinition(Consumer<CreateWirelessGatewayTaskDefinitionRequest.Builder> createWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a gateway task definition.
This is a convenience which creates an instance of the CreateWirelessGatewayTaskDefinitionRequest.Builder
avoiding the need to create one manually via CreateWirelessGatewayTaskDefinitionRequest.builder()
createWirelessGatewayTaskDefinitionRequest - A Consumer that will call methods on CreateWirelessGatewayTaskDefinitionRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDestinationResponse deleteDestination(DeleteDestinationRequest deleteDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a destination.
deleteDestinationRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDestinationResponse deleteDestination(Consumer<DeleteDestinationRequest.Builder> deleteDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a destination.
This is a convenience which creates an instance of the DeleteDestinationRequest.Builder avoiding the need
to create one manually via DeleteDestinationRequest.builder()
deleteDestinationRequest - A Consumer that will call methods on DeleteDestinationRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDeviceProfileResponse deleteDeviceProfile(DeleteDeviceProfileRequest deleteDeviceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a device profile.
deleteDeviceProfileRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDeviceProfileResponse deleteDeviceProfile(Consumer<DeleteDeviceProfileRequest.Builder> deleteDeviceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a device profile.
This is a convenience which creates an instance of the DeleteDeviceProfileRequest.Builder avoiding the
need to create one manually via DeleteDeviceProfileRequest.builder()
deleteDeviceProfileRequest - A Consumer that will call methods on DeleteDeviceProfileRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteFuotaTaskResponse deleteFuotaTask(DeleteFuotaTaskRequest deleteFuotaTaskRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a FUOTA task.
deleteFuotaTaskRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteFuotaTaskResponse deleteFuotaTask(Consumer<DeleteFuotaTaskRequest.Builder> deleteFuotaTaskRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a FUOTA task.
This is a convenience which creates an instance of the DeleteFuotaTaskRequest.Builder avoiding the need
to create one manually via DeleteFuotaTaskRequest.builder()
deleteFuotaTaskRequest - A Consumer that will call methods on DeleteFuotaTaskRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteMulticastGroupResponse deleteMulticastGroup(DeleteMulticastGroupRequest deleteMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a multicast group if it is not in use by a fuota task.
deleteMulticastGroupRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteMulticastGroupResponse deleteMulticastGroup(Consumer<DeleteMulticastGroupRequest.Builder> deleteMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a multicast group if it is not in use by a fuota task.
This is a convenience which creates an instance of the DeleteMulticastGroupRequest.Builder avoiding the
need to create one manually via DeleteMulticastGroupRequest.builder()
deleteMulticastGroupRequest - A Consumer that will call methods on DeleteMulticastGroupRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteQueuedMessagesResponse deleteQueuedMessages(DeleteQueuedMessagesRequest deleteQueuedMessagesRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
The operation to delete queued messages.
deleteQueuedMessagesRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteQueuedMessagesResponse deleteQueuedMessages(Consumer<DeleteQueuedMessagesRequest.Builder> deleteQueuedMessagesRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
The operation to delete queued messages.
This is a convenience which creates an instance of the DeleteQueuedMessagesRequest.Builder avoiding the
need to create one manually via DeleteQueuedMessagesRequest.builder()
deleteQueuedMessagesRequest - A Consumer that will call methods on DeleteQueuedMessagesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceProfileResponse deleteServiceProfile(DeleteServiceProfileRequest deleteServiceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a service profile.
deleteServiceProfileRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceProfileResponse deleteServiceProfile(Consumer<DeleteServiceProfileRequest.Builder> deleteServiceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a service profile.
This is a convenience which creates an instance of the DeleteServiceProfileRequest.Builder avoiding the
need to create one manually via DeleteServiceProfileRequest.builder()
deleteServiceProfileRequest - A Consumer that will call methods on DeleteServiceProfileRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessDeviceResponse deleteWirelessDevice(DeleteWirelessDeviceRequest deleteWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless device.
deleteWirelessDeviceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessDeviceResponse deleteWirelessDevice(Consumer<DeleteWirelessDeviceRequest.Builder> deleteWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless device.
This is a convenience which creates an instance of the DeleteWirelessDeviceRequest.Builder avoiding the
need to create one manually via DeleteWirelessDeviceRequest.builder()
deleteWirelessDeviceRequest - A Consumer that will call methods on DeleteWirelessDeviceRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessGatewayResponse deleteWirelessGateway(DeleteWirelessGatewayRequest deleteWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless gateway.
deleteWirelessGatewayRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessGatewayResponse deleteWirelessGateway(Consumer<DeleteWirelessGatewayRequest.Builder> deleteWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless gateway.
This is a convenience which creates an instance of the DeleteWirelessGatewayRequest.Builder avoiding the
need to create one manually via DeleteWirelessGatewayRequest.builder()
deleteWirelessGatewayRequest - A Consumer that will call methods on DeleteWirelessGatewayRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessGatewayTaskResponse deleteWirelessGatewayTask(DeleteWirelessGatewayTaskRequest deleteWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless gateway task.
deleteWirelessGatewayTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessGatewayTaskResponse deleteWirelessGatewayTask(Consumer<DeleteWirelessGatewayTaskRequest.Builder> deleteWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless gateway task.
This is a convenience which creates an instance of the DeleteWirelessGatewayTaskRequest.Builder avoiding
the need to create one manually via DeleteWirelessGatewayTaskRequest.builder()
deleteWirelessGatewayTaskRequest - A Consumer that will call methods on DeleteWirelessGatewayTaskRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessGatewayTaskDefinitionResponse deleteWirelessGatewayTaskDefinition(DeleteWirelessGatewayTaskDefinitionRequest deleteWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.
deleteWirelessGatewayTaskDefinitionRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessGatewayTaskDefinitionResponse deleteWirelessGatewayTaskDefinition(Consumer<DeleteWirelessGatewayTaskDefinitionRequest.Builder> deleteWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.
This is a convenience which creates an instance of the DeleteWirelessGatewayTaskDefinitionRequest.Builder
avoiding the need to create one manually via DeleteWirelessGatewayTaskDefinitionRequest.builder()
deleteWirelessGatewayTaskDefinitionRequest - A Consumer that will call methods on DeleteWirelessGatewayTaskDefinitionRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateAwsAccountFromPartnerAccountResponse disassociateAwsAccountFromPartnerAccount(DisassociateAwsAccountFromPartnerAccountRequest disassociateAwsAccountFromPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates your AWS account from a partner account. If PartnerAccountId and
PartnerType are null, disassociates your AWS account from all partner accounts.
disassociateAwsAccountFromPartnerAccountRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateAwsAccountFromPartnerAccountResponse disassociateAwsAccountFromPartnerAccount(Consumer<DisassociateAwsAccountFromPartnerAccountRequest.Builder> disassociateAwsAccountFromPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates your AWS account from a partner account. If PartnerAccountId and
PartnerType are null, disassociates your AWS account from all partner accounts.
This is a convenience which creates an instance of the
DisassociateAwsAccountFromPartnerAccountRequest.Builder avoiding the need to create one manually via
DisassociateAwsAccountFromPartnerAccountRequest.builder()
disassociateAwsAccountFromPartnerAccountRequest - A Consumer that will call methods on
DisassociateAwsAccountFromPartnerAccountRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateMulticastGroupFromFuotaTaskResponse disassociateMulticastGroupFromFuotaTask(DisassociateMulticastGroupFromFuotaTaskRequest disassociateMulticastGroupFromFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a multicast group from a fuota task.
disassociateMulticastGroupFromFuotaTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateMulticastGroupFromFuotaTaskResponse disassociateMulticastGroupFromFuotaTask(Consumer<DisassociateMulticastGroupFromFuotaTaskRequest.Builder> disassociateMulticastGroupFromFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a multicast group from a fuota task.
This is a convenience which creates an instance of the
DisassociateMulticastGroupFromFuotaTaskRequest.Builder avoiding the need to create one manually via
DisassociateMulticastGroupFromFuotaTaskRequest.builder()
disassociateMulticastGroupFromFuotaTaskRequest - A Consumer that will call methods on
DisassociateMulticastGroupFromFuotaTaskRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessDeviceFromFuotaTaskResponse disassociateWirelessDeviceFromFuotaTask(DisassociateWirelessDeviceFromFuotaTaskRequest disassociateWirelessDeviceFromFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless device from a FUOTA task.
disassociateWirelessDeviceFromFuotaTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessDeviceFromFuotaTaskResponse disassociateWirelessDeviceFromFuotaTask(Consumer<DisassociateWirelessDeviceFromFuotaTaskRequest.Builder> disassociateWirelessDeviceFromFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless device from a FUOTA task.
This is a convenience which creates an instance of the
DisassociateWirelessDeviceFromFuotaTaskRequest.Builder avoiding the need to create one manually via
DisassociateWirelessDeviceFromFuotaTaskRequest.builder()
disassociateWirelessDeviceFromFuotaTaskRequest - A Consumer that will call methods on
DisassociateWirelessDeviceFromFuotaTaskRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessDeviceFromMulticastGroupResponse disassociateWirelessDeviceFromMulticastGroup(DisassociateWirelessDeviceFromMulticastGroupRequest disassociateWirelessDeviceFromMulticastGroupRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless device from a multicast group.
disassociateWirelessDeviceFromMulticastGroupRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessDeviceFromMulticastGroupResponse disassociateWirelessDeviceFromMulticastGroup(Consumer<DisassociateWirelessDeviceFromMulticastGroupRequest.Builder> disassociateWirelessDeviceFromMulticastGroupRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless device from a multicast group.
This is a convenience which creates an instance of the
DisassociateWirelessDeviceFromMulticastGroupRequest.Builder avoiding the need to create one manually via
DisassociateWirelessDeviceFromMulticastGroupRequest.builder()
disassociateWirelessDeviceFromMulticastGroupRequest - A Consumer that will call methods on
DisassociateWirelessDeviceFromMulticastGroupRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessDeviceFromThingResponse disassociateWirelessDeviceFromThing(DisassociateWirelessDeviceFromThingRequest disassociateWirelessDeviceFromThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless device from its currently associated thing.
disassociateWirelessDeviceFromThingRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessDeviceFromThingResponse disassociateWirelessDeviceFromThing(Consumer<DisassociateWirelessDeviceFromThingRequest.Builder> disassociateWirelessDeviceFromThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless device from its currently associated thing.
This is a convenience which creates an instance of the DisassociateWirelessDeviceFromThingRequest.Builder
avoiding the need to create one manually via DisassociateWirelessDeviceFromThingRequest.builder()
disassociateWirelessDeviceFromThingRequest - A Consumer that will call methods on DisassociateWirelessDeviceFromThingRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessGatewayFromCertificateResponse disassociateWirelessGatewayFromCertificate(DisassociateWirelessGatewayFromCertificateRequest disassociateWirelessGatewayFromCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless gateway from its currently associated certificate.
disassociateWirelessGatewayFromCertificateRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessGatewayFromCertificateResponse disassociateWirelessGatewayFromCertificate(Consumer<DisassociateWirelessGatewayFromCertificateRequest.Builder> disassociateWirelessGatewayFromCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless gateway from its currently associated certificate.
This is a convenience which creates an instance of the
DisassociateWirelessGatewayFromCertificateRequest.Builder avoiding the need to create one manually via
DisassociateWirelessGatewayFromCertificateRequest.builder()
disassociateWirelessGatewayFromCertificateRequest - A Consumer that will call methods on
DisassociateWirelessGatewayFromCertificateRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessGatewayFromThingResponse disassociateWirelessGatewayFromThing(DisassociateWirelessGatewayFromThingRequest disassociateWirelessGatewayFromThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless gateway from its currently associated thing.
disassociateWirelessGatewayFromThingRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessGatewayFromThingResponse disassociateWirelessGatewayFromThing(Consumer<DisassociateWirelessGatewayFromThingRequest.Builder> disassociateWirelessGatewayFromThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless gateway from its currently associated thing.
This is a convenience which creates an instance of the
DisassociateWirelessGatewayFromThingRequest.Builder avoiding the need to create one manually via
DisassociateWirelessGatewayFromThingRequest.builder()
disassociateWirelessGatewayFromThingRequest - A Consumer that will call methods on DisassociateWirelessGatewayFromThingRequest.Builder
to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDestinationResponse getDestination(GetDestinationRequest getDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a destination.
getDestinationRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDestinationResponse getDestination(Consumer<GetDestinationRequest.Builder> getDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a destination.
This is a convenience which creates an instance of the GetDestinationRequest.Builder avoiding the need to
create one manually via GetDestinationRequest.builder()
getDestinationRequest - A Consumer that will call methods on GetDestinationRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeviceProfileResponse getDeviceProfile(GetDeviceProfileRequest getDeviceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a device profile.
getDeviceProfileRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeviceProfileResponse getDeviceProfile(Consumer<GetDeviceProfileRequest.Builder> getDeviceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a device profile.
This is a convenience which creates an instance of the GetDeviceProfileRequest.Builder avoiding the need
to create one manually via GetDeviceProfileRequest.builder()
getDeviceProfileRequest - A Consumer that will call methods on GetDeviceProfileRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetFuotaTaskResponse getFuotaTask(GetFuotaTaskRequest getFuotaTaskRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a FUOTA task.
getFuotaTaskRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetFuotaTaskResponse getFuotaTask(Consumer<GetFuotaTaskRequest.Builder> getFuotaTaskRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a FUOTA task.
This is a convenience which creates an instance of the GetFuotaTaskRequest.Builder avoiding the need to
create one manually via GetFuotaTaskRequest.builder()
getFuotaTaskRequest - A Consumer that will call methods on GetFuotaTaskRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetLogLevelsByResourceTypesResponse getLogLevelsByResourceTypes(GetLogLevelsByResourceTypesRequest getLogLevelsByResourceTypesRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
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.
getLogLevelsByResourceTypesRequest - AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetLogLevelsByResourceTypesResponse getLogLevelsByResourceTypes(Consumer<GetLogLevelsByResourceTypesRequest.Builder> getLogLevelsByResourceTypesRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
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.
This is a convenience which creates an instance of the GetLogLevelsByResourceTypesRequest.Builder
avoiding the need to create one manually via GetLogLevelsByResourceTypesRequest.builder()
getLogLevelsByResourceTypesRequest - A Consumer that will call methods on GetLogLevelsByResourceTypesRequest.Builder to create
a request.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetMulticastGroupResponse getMulticastGroup(GetMulticastGroupRequest getMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a multicast group.
getMulticastGroupRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetMulticastGroupResponse getMulticastGroup(Consumer<GetMulticastGroupRequest.Builder> getMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a multicast group.
This is a convenience which creates an instance of the GetMulticastGroupRequest.Builder avoiding the need
to create one manually via GetMulticastGroupRequest.builder()
getMulticastGroupRequest - A Consumer that will call methods on GetMulticastGroupRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetMulticastGroupSessionResponse getMulticastGroupSession(GetMulticastGroupSessionRequest getMulticastGroupSessionRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a multicast group session.
getMulticastGroupSessionRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetMulticastGroupSessionResponse getMulticastGroupSession(Consumer<GetMulticastGroupSessionRequest.Builder> getMulticastGroupSessionRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a multicast group session.
This is a convenience which creates an instance of the GetMulticastGroupSessionRequest.Builder avoiding
the need to create one manually via GetMulticastGroupSessionRequest.builder()
getMulticastGroupSessionRequest - A Consumer that will call methods on GetMulticastGroupSessionRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetNetworkAnalyzerConfigurationResponse getNetworkAnalyzerConfiguration(GetNetworkAnalyzerConfigurationRequest getNetworkAnalyzerConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Get NetworkAnalyzer configuration.
getNetworkAnalyzerConfigurationRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetNetworkAnalyzerConfigurationResponse getNetworkAnalyzerConfiguration(Consumer<GetNetworkAnalyzerConfigurationRequest.Builder> getNetworkAnalyzerConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Get NetworkAnalyzer configuration.
This is a convenience which creates an instance of the GetNetworkAnalyzerConfigurationRequest.Builder
avoiding the need to create one manually via GetNetworkAnalyzerConfigurationRequest.builder()
getNetworkAnalyzerConfigurationRequest - A Consumer that will call methods on GetNetworkAnalyzerConfigurationRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPartnerAccountResponse getPartnerAccount(GetPartnerAccountRequest getPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a partner account. If PartnerAccountId and PartnerType are
null, returns all partner accounts.
getPartnerAccountRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPartnerAccountResponse getPartnerAccount(Consumer<GetPartnerAccountRequest.Builder> getPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a partner account. If PartnerAccountId and PartnerType are
null, returns all partner accounts.
This is a convenience which creates an instance of the GetPartnerAccountRequest.Builder avoiding the need
to create one manually via GetPartnerAccountRequest.builder()
getPartnerAccountRequest - A Consumer that will call methods on GetPartnerAccountRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourceEventConfigurationResponse getResourceEventConfiguration(GetResourceEventConfigurationRequest getResourceEventConfigurationRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Get the event configuration for a particular resource identifier.
getResourceEventConfigurationRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourceEventConfigurationResponse getResourceEventConfiguration(Consumer<GetResourceEventConfigurationRequest.Builder> getResourceEventConfigurationRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Get the event configuration for a particular resource identifier.
This is a convenience which creates an instance of the GetResourceEventConfigurationRequest.Builder
avoiding the need to create one manually via GetResourceEventConfigurationRequest.builder()
getResourceEventConfigurationRequest - A Consumer that will call methods on GetResourceEventConfigurationRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourceLogLevelResponse getResourceLogLevel(GetResourceLogLevelRequest getResourceLogLevelRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
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.
getResourceLogLevelRequest - AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourceLogLevelResponse getResourceLogLevel(Consumer<GetResourceLogLevelRequest.Builder> getResourceLogLevelRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
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.
This is a convenience which creates an instance of the GetResourceLogLevelRequest.Builder avoiding the
need to create one manually via GetResourceLogLevelRequest.builder()
getResourceLogLevelRequest - A Consumer that will call methods on GetResourceLogLevelRequest.Builder to create a
request.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceEndpointResponse getServiceEndpoint(GetServiceEndpointRequest getServiceEndpointRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.
getServiceEndpointRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceEndpointResponse getServiceEndpoint(Consumer<GetServiceEndpointRequest.Builder> getServiceEndpointRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.
This is a convenience which creates an instance of the GetServiceEndpointRequest.Builder avoiding the
need to create one manually via GetServiceEndpointRequest.builder()
getServiceEndpointRequest - A Consumer that will call methods on GetServiceEndpointRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceProfileResponse getServiceProfile(GetServiceProfileRequest getServiceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a service profile.
getServiceProfileRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceProfileResponse getServiceProfile(Consumer<GetServiceProfileRequest.Builder> getServiceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a service profile.
This is a convenience which creates an instance of the GetServiceProfileRequest.Builder avoiding the need
to create one manually via GetServiceProfileRequest.builder()
getServiceProfileRequest - A Consumer that will call methods on GetServiceProfileRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessDeviceResponse getWirelessDevice(GetWirelessDeviceRequest getWirelessDeviceRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless device.
getWirelessDeviceRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessDeviceResponse getWirelessDevice(Consumer<GetWirelessDeviceRequest.Builder> getWirelessDeviceRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless device.
This is a convenience which creates an instance of the GetWirelessDeviceRequest.Builder avoiding the need
to create one manually via GetWirelessDeviceRequest.builder()
getWirelessDeviceRequest - A Consumer that will call methods on GetWirelessDeviceRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessDeviceStatisticsResponse getWirelessDeviceStatistics(GetWirelessDeviceStatisticsRequest getWirelessDeviceStatisticsRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets operating information about a wireless device.
getWirelessDeviceStatisticsRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessDeviceStatisticsResponse getWirelessDeviceStatistics(Consumer<GetWirelessDeviceStatisticsRequest.Builder> getWirelessDeviceStatisticsRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets operating information about a wireless device.
This is a convenience which creates an instance of the GetWirelessDeviceStatisticsRequest.Builder
avoiding the need to create one manually via GetWirelessDeviceStatisticsRequest.builder()
getWirelessDeviceStatisticsRequest - A Consumer that will call methods on GetWirelessDeviceStatisticsRequest.Builder to create
a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayResponse getWirelessGateway(GetWirelessGatewayRequest getWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless gateway.
getWirelessGatewayRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayResponse getWirelessGateway(Consumer<GetWirelessGatewayRequest.Builder> getWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless gateway.
This is a convenience which creates an instance of the GetWirelessGatewayRequest.Builder avoiding the
need to create one manually via GetWirelessGatewayRequest.builder()
getWirelessGatewayRequest - A Consumer that will call methods on GetWirelessGatewayRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayCertificateResponse getWirelessGatewayCertificate(GetWirelessGatewayCertificateRequest getWirelessGatewayCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets the ID of the certificate that is currently associated with a wireless gateway.
getWirelessGatewayCertificateRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayCertificateResponse getWirelessGatewayCertificate(Consumer<GetWirelessGatewayCertificateRequest.Builder> getWirelessGatewayCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets the ID of the certificate that is currently associated with a wireless gateway.
This is a convenience which creates an instance of the GetWirelessGatewayCertificateRequest.Builder
avoiding the need to create one manually via GetWirelessGatewayCertificateRequest.builder()
getWirelessGatewayCertificateRequest - A Consumer that will call methods on GetWirelessGatewayCertificateRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayFirmwareInformationResponse getWirelessGatewayFirmwareInformation(GetWirelessGatewayFirmwareInformationRequest getWirelessGatewayFirmwareInformationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets the firmware version and other information about a wireless gateway.
getWirelessGatewayFirmwareInformationRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayFirmwareInformationResponse getWirelessGatewayFirmwareInformation(Consumer<GetWirelessGatewayFirmwareInformationRequest.Builder> getWirelessGatewayFirmwareInformationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets the firmware version and other information about a wireless gateway.
This is a convenience which creates an instance of the
GetWirelessGatewayFirmwareInformationRequest.Builder avoiding the need to create one manually via
GetWirelessGatewayFirmwareInformationRequest.builder()
getWirelessGatewayFirmwareInformationRequest - A Consumer that will call methods on GetWirelessGatewayFirmwareInformationRequest.Builder
to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayStatisticsResponse getWirelessGatewayStatistics(GetWirelessGatewayStatisticsRequest getWirelessGatewayStatisticsRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets operating information about a wireless gateway.
getWirelessGatewayStatisticsRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayStatisticsResponse getWirelessGatewayStatistics(Consumer<GetWirelessGatewayStatisticsRequest.Builder> getWirelessGatewayStatisticsRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets operating information about a wireless gateway.
This is a convenience which creates an instance of the GetWirelessGatewayStatisticsRequest.Builder
avoiding the need to create one manually via GetWirelessGatewayStatisticsRequest.builder()
getWirelessGatewayStatisticsRequest - A Consumer that will call methods on GetWirelessGatewayStatisticsRequest.Builder to create
a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayTaskResponse getWirelessGatewayTask(GetWirelessGatewayTaskRequest getWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless gateway task.
getWirelessGatewayTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayTaskResponse getWirelessGatewayTask(Consumer<GetWirelessGatewayTaskRequest.Builder> getWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless gateway task.
This is a convenience which creates an instance of the GetWirelessGatewayTaskRequest.Builder avoiding the
need to create one manually via GetWirelessGatewayTaskRequest.builder()
getWirelessGatewayTaskRequest - A Consumer that will call methods on GetWirelessGatewayTaskRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayTaskDefinitionResponse getWirelessGatewayTaskDefinition(GetWirelessGatewayTaskDefinitionRequest getWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless gateway task definition.
getWirelessGatewayTaskDefinitionRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayTaskDefinitionResponse getWirelessGatewayTaskDefinition(Consumer<GetWirelessGatewayTaskDefinitionRequest.Builder> getWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless gateway task definition.
This is a convenience which creates an instance of the GetWirelessGatewayTaskDefinitionRequest.Builder
avoiding the need to create one manually via GetWirelessGatewayTaskDefinitionRequest.builder()
getWirelessGatewayTaskDefinitionRequest - A Consumer that will call methods on GetWirelessGatewayTaskDefinitionRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDestinationsResponse listDestinations(ListDestinationsRequest listDestinationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the destinations registered to your AWS account.
listDestinationsRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDestinationsResponse listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the destinations registered to your AWS account.
This is a convenience which creates an instance of the ListDestinationsRequest.Builder avoiding the need
to create one manually via ListDestinationsRequest.builder()
listDestinationsRequest - A Consumer that will call methods on ListDestinationsRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDestinationsIterable listDestinationsPaginator(ListDestinationsRequest listDestinationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the destinations registered to your AWS account.
This is a variant of
listDestinations(software.amazon.awssdk.services.iotwireless.model.ListDestinationsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client.listDestinationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client
.listDestinationsPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListDestinationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client.listDestinationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDestinations(software.amazon.awssdk.services.iotwireless.model.ListDestinationsRequest)
operation.
listDestinationsRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDestinationsIterable listDestinationsPaginator(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the destinations registered to your AWS account.
This is a variant of
listDestinations(software.amazon.awssdk.services.iotwireless.model.ListDestinationsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client.listDestinationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client
.listDestinationsPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListDestinationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client.listDestinationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDestinations(software.amazon.awssdk.services.iotwireless.model.ListDestinationsRequest)
operation.
This is a convenience which creates an instance of the ListDestinationsRequest.Builder avoiding the need
to create one manually via ListDestinationsRequest.builder()
listDestinationsRequest - A Consumer that will call methods on ListDestinationsRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeviceProfilesResponse listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the device profiles registered to your AWS account.
listDeviceProfilesRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeviceProfilesResponse listDeviceProfiles(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the device profiles registered to your AWS account.
This is a convenience which creates an instance of the ListDeviceProfilesRequest.Builder avoiding the
need to create one manually via ListDeviceProfilesRequest.builder()
listDeviceProfilesRequest - A Consumer that will call methods on ListDeviceProfilesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeviceProfilesIterable listDeviceProfilesPaginator(ListDeviceProfilesRequest listDeviceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the device profiles registered to your AWS account.
This is a variant of
listDeviceProfiles(software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client.listDeviceProfilesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client
.listDeviceProfilesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client.listDeviceProfilesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeviceProfiles(software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesRequest)
operation.
listDeviceProfilesRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeviceProfilesIterable listDeviceProfilesPaginator(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the device profiles registered to your AWS account.
This is a variant of
listDeviceProfiles(software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client.listDeviceProfilesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client
.listDeviceProfilesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client.listDeviceProfilesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeviceProfiles(software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesRequest)
operation.
This is a convenience which creates an instance of the ListDeviceProfilesRequest.Builder avoiding the
need to create one manually via ListDeviceProfilesRequest.builder()
listDeviceProfilesRequest - A Consumer that will call methods on ListDeviceProfilesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFuotaTasksResponse listFuotaTasks(ListFuotaTasksRequest listFuotaTasksRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the FUOTA tasks registered to your AWS account.
listFuotaTasksRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFuotaTasksResponse listFuotaTasks(Consumer<ListFuotaTasksRequest.Builder> listFuotaTasksRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the FUOTA tasks registered to your AWS account.
This is a convenience which creates an instance of the ListFuotaTasksRequest.Builder avoiding the need to
create one manually via ListFuotaTasksRequest.builder()
listFuotaTasksRequest - A Consumer that will call methods on ListFuotaTasksRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFuotaTasksIterable listFuotaTasksPaginator(ListFuotaTasksRequest listFuotaTasksRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the FUOTA tasks registered to your AWS account.
This is a variant of
listFuotaTasks(software.amazon.awssdk.services.iotwireless.model.ListFuotaTasksRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListFuotaTasksIterable responses = client.listFuotaTasksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListFuotaTasksIterable responses = client
.listFuotaTasksPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListFuotaTasksResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListFuotaTasksIterable responses = client.listFuotaTasksPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFuotaTasks(software.amazon.awssdk.services.iotwireless.model.ListFuotaTasksRequest) operation.
listFuotaTasksRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListFuotaTasksIterable listFuotaTasksPaginator(Consumer<ListFuotaTasksRequest.Builder> listFuotaTasksRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the FUOTA tasks registered to your AWS account.
This is a variant of
listFuotaTasks(software.amazon.awssdk.services.iotwireless.model.ListFuotaTasksRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListFuotaTasksIterable responses = client.listFuotaTasksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListFuotaTasksIterable responses = client
.listFuotaTasksPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListFuotaTasksResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListFuotaTasksIterable responses = client.listFuotaTasksPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFuotaTasks(software.amazon.awssdk.services.iotwireless.model.ListFuotaTasksRequest) operation.
This is a convenience which creates an instance of the ListFuotaTasksRequest.Builder avoiding the need to
create one manually via ListFuotaTasksRequest.builder()
listFuotaTasksRequest - A Consumer that will call methods on ListFuotaTasksRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListMulticastGroupsResponse listMulticastGroups(ListMulticastGroupsRequest listMulticastGroupsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the multicast groups registered to your AWS account.
listMulticastGroupsRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListMulticastGroupsResponse listMulticastGroups(Consumer<ListMulticastGroupsRequest.Builder> listMulticastGroupsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the multicast groups registered to your AWS account.
This is a convenience which creates an instance of the ListMulticastGroupsRequest.Builder avoiding the
need to create one manually via ListMulticastGroupsRequest.builder()
listMulticastGroupsRequest - A Consumer that will call methods on ListMulticastGroupsRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListMulticastGroupsIterable listMulticastGroupsPaginator(ListMulticastGroupsRequest listMulticastGroupsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the multicast groups registered to your AWS account.
This is a variant of
listMulticastGroups(software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsIterable responses = client.listMulticastGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsIterable responses = client
.listMulticastGroupsPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsIterable responses = client.listMulticastGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMulticastGroups(software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsRequest)
operation.
listMulticastGroupsRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListMulticastGroupsIterable listMulticastGroupsPaginator(Consumer<ListMulticastGroupsRequest.Builder> listMulticastGroupsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the multicast groups registered to your AWS account.
This is a variant of
listMulticastGroups(software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsIterable responses = client.listMulticastGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsIterable responses = client
.listMulticastGroupsPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsIterable responses = client.listMulticastGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMulticastGroups(software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsRequest)
operation.
This is a convenience which creates an instance of the ListMulticastGroupsRequest.Builder avoiding the
need to create one manually via ListMulticastGroupsRequest.builder()
listMulticastGroupsRequest - A Consumer that will call methods on ListMulticastGroupsRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListMulticastGroupsByFuotaTaskResponse listMulticastGroupsByFuotaTask(ListMulticastGroupsByFuotaTaskRequest listMulticastGroupsByFuotaTaskRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
List all multicast groups associated with a fuota task.
listMulticastGroupsByFuotaTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListMulticastGroupsByFuotaTaskResponse listMulticastGroupsByFuotaTask(Consumer<ListMulticastGroupsByFuotaTaskRequest.Builder> listMulticastGroupsByFuotaTaskRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
List all multicast groups associated with a fuota task.
This is a convenience which creates an instance of the ListMulticastGroupsByFuotaTaskRequest.Builder
avoiding the need to create one manually via ListMulticastGroupsByFuotaTaskRequest.builder()
listMulticastGroupsByFuotaTaskRequest - A Consumer that will call methods on ListMulticastGroupsByFuotaTaskRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListMulticastGroupsByFuotaTaskIterable listMulticastGroupsByFuotaTaskPaginator(ListMulticastGroupsByFuotaTaskRequest listMulticastGroupsByFuotaTaskRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
List all multicast groups associated with a fuota task.
This is a variant of
listMulticastGroupsByFuotaTask(software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsByFuotaTaskRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsByFuotaTaskIterable responses = client.listMulticastGroupsByFuotaTaskPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsByFuotaTaskIterable responses = client
.listMulticastGroupsByFuotaTaskPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsByFuotaTaskResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsByFuotaTaskIterable responses = client.listMulticastGroupsByFuotaTaskPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMulticastGroupsByFuotaTask(software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsByFuotaTaskRequest)
operation.
listMulticastGroupsByFuotaTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListMulticastGroupsByFuotaTaskIterable listMulticastGroupsByFuotaTaskPaginator(Consumer<ListMulticastGroupsByFuotaTaskRequest.Builder> listMulticastGroupsByFuotaTaskRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
List all multicast groups associated with a fuota task.
This is a variant of
listMulticastGroupsByFuotaTask(software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsByFuotaTaskRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsByFuotaTaskIterable responses = client.listMulticastGroupsByFuotaTaskPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsByFuotaTaskIterable responses = client
.listMulticastGroupsByFuotaTaskPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsByFuotaTaskResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsByFuotaTaskIterable responses = client.listMulticastGroupsByFuotaTaskPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listMulticastGroupsByFuotaTask(software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsByFuotaTaskRequest)
operation.
This is a convenience which creates an instance of the ListMulticastGroupsByFuotaTaskRequest.Builder
avoiding the need to create one manually via ListMulticastGroupsByFuotaTaskRequest.builder()
listMulticastGroupsByFuotaTaskRequest - A Consumer that will call methods on ListMulticastGroupsByFuotaTaskRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPartnerAccountsResponse listPartnerAccounts(ListPartnerAccountsRequest listPartnerAccountsRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the partner accounts associated with your AWS account.
listPartnerAccountsRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPartnerAccountsResponse listPartnerAccounts(Consumer<ListPartnerAccountsRequest.Builder> listPartnerAccountsRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the partner accounts associated with your AWS account.
This is a convenience which creates an instance of the ListPartnerAccountsRequest.Builder avoiding the
need to create one manually via ListPartnerAccountsRequest.builder()
listPartnerAccountsRequest - A Consumer that will call methods on ListPartnerAccountsRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListQueuedMessagesResponse listQueuedMessages(ListQueuedMessagesRequest listQueuedMessagesRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
The operation to list queued messages.
listQueuedMessagesRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListQueuedMessagesResponse listQueuedMessages(Consumer<ListQueuedMessagesRequest.Builder> listQueuedMessagesRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
The operation to list queued messages.
This is a convenience which creates an instance of the ListQueuedMessagesRequest.Builder avoiding the
need to create one manually via ListQueuedMessagesRequest.builder()
listQueuedMessagesRequest - A Consumer that will call methods on ListQueuedMessagesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListQueuedMessagesIterable listQueuedMessagesPaginator(ListQueuedMessagesRequest listQueuedMessagesRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
The operation to list queued messages.
This is a variant of
listQueuedMessages(software.amazon.awssdk.services.iotwireless.model.ListQueuedMessagesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListQueuedMessagesIterable responses = client.listQueuedMessagesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListQueuedMessagesIterable responses = client
.listQueuedMessagesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListQueuedMessagesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListQueuedMessagesIterable responses = client.listQueuedMessagesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listQueuedMessages(software.amazon.awssdk.services.iotwireless.model.ListQueuedMessagesRequest)
operation.
listQueuedMessagesRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListQueuedMessagesIterable listQueuedMessagesPaginator(Consumer<ListQueuedMessagesRequest.Builder> listQueuedMessagesRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
The operation to list queued messages.
This is a variant of
listQueuedMessages(software.amazon.awssdk.services.iotwireless.model.ListQueuedMessagesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListQueuedMessagesIterable responses = client.listQueuedMessagesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListQueuedMessagesIterable responses = client
.listQueuedMessagesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListQueuedMessagesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListQueuedMessagesIterable responses = client.listQueuedMessagesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listQueuedMessages(software.amazon.awssdk.services.iotwireless.model.ListQueuedMessagesRequest)
operation.
This is a convenience which creates an instance of the ListQueuedMessagesRequest.Builder avoiding the
need to create one manually via ListQueuedMessagesRequest.builder()
listQueuedMessagesRequest - A Consumer that will call methods on ListQueuedMessagesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceProfilesResponse listServiceProfiles(ListServiceProfilesRequest listServiceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the service profiles registered to your AWS account.
listServiceProfilesRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceProfilesResponse listServiceProfiles(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the service profiles registered to your AWS account.
This is a convenience which creates an instance of the ListServiceProfilesRequest.Builder avoiding the
need to create one manually via ListServiceProfilesRequest.builder()
listServiceProfilesRequest - A Consumer that will call methods on ListServiceProfilesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceProfilesIterable listServiceProfilesPaginator(ListServiceProfilesRequest listServiceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the service profiles registered to your AWS account.
This is a variant of
listServiceProfiles(software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client.listServiceProfilesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client
.listServiceProfilesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client.listServiceProfilesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceProfiles(software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesRequest)
operation.
listServiceProfilesRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceProfilesIterable listServiceProfilesPaginator(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the service profiles registered to your AWS account.
This is a variant of
listServiceProfiles(software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client.listServiceProfilesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client
.listServiceProfilesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client.listServiceProfilesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceProfiles(software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesRequest)
operation.
This is a convenience which creates an instance of the ListServiceProfilesRequest.Builder avoiding the
need to create one manually via ListServiceProfilesRequest.builder()
listServiceProfilesRequest - A Consumer that will call methods on ListServiceProfilesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the tags (metadata) you have assigned to the resource.
listTagsForResourceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the tags (metadata) you have assigned to the resource.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessDevicesResponse listWirelessDevices(ListWirelessDevicesRequest listWirelessDevicesRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless devices registered to your AWS account.
listWirelessDevicesRequest - ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessDevicesResponse listWirelessDevices(Consumer<ListWirelessDevicesRequest.Builder> listWirelessDevicesRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless devices registered to your AWS account.
This is a convenience which creates an instance of the ListWirelessDevicesRequest.Builder avoiding the
need to create one manually via ListWirelessDevicesRequest.builder()
listWirelessDevicesRequest - A Consumer that will call methods on ListWirelessDevicesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessDevicesIterable listWirelessDevicesPaginator(ListWirelessDevicesRequest listWirelessDevicesRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless devices registered to your AWS account.
This is a variant of
listWirelessDevices(software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client.listWirelessDevicesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client
.listWirelessDevicesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client.listWirelessDevicesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWirelessDevices(software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesRequest)
operation.
listWirelessDevicesRequest - ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessDevicesIterable listWirelessDevicesPaginator(Consumer<ListWirelessDevicesRequest.Builder> listWirelessDevicesRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless devices registered to your AWS account.
This is a variant of
listWirelessDevices(software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client.listWirelessDevicesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client
.listWirelessDevicesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client.listWirelessDevicesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWirelessDevices(software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesRequest)
operation.
This is a convenience which creates an instance of the ListWirelessDevicesRequest.Builder avoiding the
need to create one manually via ListWirelessDevicesRequest.builder()
listWirelessDevicesRequest - A Consumer that will call methods on ListWirelessDevicesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessGatewayTaskDefinitionsResponse listWirelessGatewayTaskDefinitions(ListWirelessGatewayTaskDefinitionsRequest listWirelessGatewayTaskDefinitionsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
List the wireless gateway tasks definitions registered to your AWS account.
listWirelessGatewayTaskDefinitionsRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessGatewayTaskDefinitionsResponse listWirelessGatewayTaskDefinitions(Consumer<ListWirelessGatewayTaskDefinitionsRequest.Builder> listWirelessGatewayTaskDefinitionsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
List the wireless gateway tasks definitions registered to your AWS account.
This is a convenience which creates an instance of the ListWirelessGatewayTaskDefinitionsRequest.Builder
avoiding the need to create one manually via ListWirelessGatewayTaskDefinitionsRequest.builder()
listWirelessGatewayTaskDefinitionsRequest - A Consumer that will call methods on ListWirelessGatewayTaskDefinitionsRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessGatewaysResponse listWirelessGateways(ListWirelessGatewaysRequest listWirelessGatewaysRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless gateways registered to your AWS account.
listWirelessGatewaysRequest - ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessGatewaysResponse listWirelessGateways(Consumer<ListWirelessGatewaysRequest.Builder> listWirelessGatewaysRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless gateways registered to your AWS account.
This is a convenience which creates an instance of the ListWirelessGatewaysRequest.Builder avoiding the
need to create one manually via ListWirelessGatewaysRequest.builder()
listWirelessGatewaysRequest - A Consumer that will call methods on ListWirelessGatewaysRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessGatewaysIterable listWirelessGatewaysPaginator(ListWirelessGatewaysRequest listWirelessGatewaysRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless gateways registered to your AWS account.
This is a variant of
listWirelessGateways(software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client.listWirelessGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client
.listWirelessGatewaysPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client.listWirelessGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWirelessGateways(software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysRequest)
operation.
listWirelessGatewaysRequest - ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessGatewaysIterable listWirelessGatewaysPaginator(Consumer<ListWirelessGatewaysRequest.Builder> listWirelessGatewaysRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless gateways registered to your AWS account.
This is a variant of
listWirelessGateways(software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client.listWirelessGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client
.listWirelessGatewaysPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client.listWirelessGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWirelessGateways(software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysRequest)
operation.
This is a convenience which creates an instance of the ListWirelessGatewaysRequest.Builder avoiding the
need to create one manually via ListWirelessGatewaysRequest.builder()
listWirelessGatewaysRequest - A Consumer that will call methods on ListWirelessGatewaysRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutResourceLogLevelResponse putResourceLogLevel(PutResourceLogLevelRequest putResourceLogLevelRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
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.
putResourceLogLevelRequest - AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutResourceLogLevelResponse putResourceLogLevel(Consumer<PutResourceLogLevelRequest.Builder> putResourceLogLevelRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
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.
This is a convenience which creates an instance of the PutResourceLogLevelRequest.Builder avoiding the
need to create one manually via PutResourceLogLevelRequest.builder()
putResourceLogLevelRequest - A Consumer that will call methods on PutResourceLogLevelRequest.Builder to create a
request.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetAllResourceLogLevelsResponse resetAllResourceLogLevels(ResetAllResourceLogLevelsRequest resetAllResourceLogLevelsRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Removes the log-level overrides for all resources; both wireless devices and wireless gateways.
resetAllResourceLogLevelsRequest - AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetAllResourceLogLevelsResponse resetAllResourceLogLevels(Consumer<ResetAllResourceLogLevelsRequest.Builder> resetAllResourceLogLevelsRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Removes the log-level overrides for all resources; both wireless devices and wireless gateways.
This is a convenience which creates an instance of the ResetAllResourceLogLevelsRequest.Builder avoiding
the need to create one manually via ResetAllResourceLogLevelsRequest.builder()
resetAllResourceLogLevelsRequest - A Consumer that will call methods on ResetAllResourceLogLevelsRequest.Builder to create a
request.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetResourceLogLevelResponse resetResourceLogLevel(ResetResourceLogLevelRequest resetResourceLogLevelRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
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.
resetResourceLogLevelRequest - AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetResourceLogLevelResponse resetResourceLogLevel(Consumer<ResetResourceLogLevelRequest.Builder> resetResourceLogLevelRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
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.
This is a convenience which creates an instance of the ResetResourceLogLevelRequest.Builder avoiding the
need to create one manually via ResetResourceLogLevelRequest.builder()
resetResourceLogLevelRequest - A Consumer that will call methods on ResetResourceLogLevelRequest.Builder to create a
request.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendDataToMulticastGroupResponse sendDataToMulticastGroup(SendDataToMulticastGroupRequest sendDataToMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Sends the specified data to a multicast group.
sendDataToMulticastGroupRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendDataToMulticastGroupResponse sendDataToMulticastGroup(Consumer<SendDataToMulticastGroupRequest.Builder> sendDataToMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Sends the specified data to a multicast group.
This is a convenience which creates an instance of the SendDataToMulticastGroupRequest.Builder avoiding
the need to create one manually via SendDataToMulticastGroupRequest.builder()
sendDataToMulticastGroupRequest - A Consumer that will call methods on SendDataToMulticastGroupRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendDataToWirelessDeviceResponse sendDataToWirelessDevice(SendDataToWirelessDeviceRequest sendDataToWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Sends a decrypted application data frame to a device.
sendDataToWirelessDeviceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendDataToWirelessDeviceResponse sendDataToWirelessDevice(Consumer<SendDataToWirelessDeviceRequest.Builder> sendDataToWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Sends a decrypted application data frame to a device.
This is a convenience which creates an instance of the SendDataToWirelessDeviceRequest.Builder avoiding
the need to create one manually via SendDataToWirelessDeviceRequest.builder()
sendDataToWirelessDeviceRequest - A Consumer that will call methods on SendDataToWirelessDeviceRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartBulkAssociateWirelessDeviceWithMulticastGroupResponse startBulkAssociateWirelessDeviceWithMulticastGroup(StartBulkAssociateWirelessDeviceWithMulticastGroupRequest startBulkAssociateWirelessDeviceWithMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Starts a bulk association of all qualifying wireless devices with a multicast group.
startBulkAssociateWirelessDeviceWithMulticastGroupRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartBulkAssociateWirelessDeviceWithMulticastGroupResponse startBulkAssociateWirelessDeviceWithMulticastGroup(Consumer<StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.Builder> startBulkAssociateWirelessDeviceWithMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Starts a bulk association of all qualifying wireless devices with a multicast group.
This is a convenience which creates an instance of the
StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.Builder avoiding the need to create one
manually via StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.builder()
startBulkAssociateWirelessDeviceWithMulticastGroupRequest - A Consumer that will call methods on
StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse startBulkDisassociateWirelessDeviceFromMulticastGroup(StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest startBulkDisassociateWirelessDeviceFromMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.
startBulkDisassociateWirelessDeviceFromMulticastGroupRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse startBulkDisassociateWirelessDeviceFromMulticastGroup(Consumer<StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.Builder> startBulkDisassociateWirelessDeviceFromMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.
This is a convenience which creates an instance of the
StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.Builder avoiding the need to create one
manually via StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.builder()
startBulkDisassociateWirelessDeviceFromMulticastGroupRequest - A Consumer that will call methods on
StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartFuotaTaskResponse startFuotaTask(StartFuotaTaskRequest startFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Starts a FUOTA task.
startFuotaTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartFuotaTaskResponse startFuotaTask(Consumer<StartFuotaTaskRequest.Builder> startFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Starts a FUOTA task.
This is a convenience which creates an instance of the StartFuotaTaskRequest.Builder avoiding the need to
create one manually via StartFuotaTaskRequest.builder()
startFuotaTaskRequest - A Consumer that will call methods on StartFuotaTaskRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartMulticastGroupSessionResponse startMulticastGroupSession(StartMulticastGroupSessionRequest startMulticastGroupSessionRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Starts a multicast group session.
startMulticastGroupSessionRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault StartMulticastGroupSessionResponse startMulticastGroupSession(Consumer<StartMulticastGroupSessionRequest.Builder> startMulticastGroupSessionRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Starts a multicast group session.
This is a convenience which creates an instance of the StartMulticastGroupSessionRequest.Builder avoiding
the need to create one manually via StartMulticastGroupSessionRequest.builder()
startMulticastGroupSessionRequest - A Consumer that will call methods on StartMulticastGroupSessionRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, TooManyTagsException, AwsServiceException, SdkClientException, IotWirelessException
Adds a tag to a resource.
tagResourceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.TooManyTagsException - The request was denied because the resource can't have any more tags.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, TooManyTagsException, AwsServiceException, SdkClientException, IotWirelessException
Adds a tag to a resource.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.TooManyTagsException - The request was denied because the resource can't have any more tags.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TestWirelessDeviceResponse testWirelessDevice(TestWirelessDeviceRequest testWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Simulates a provisioned device by sending an uplink data payload of Hello.
testWirelessDeviceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TestWirelessDeviceResponse testWirelessDevice(Consumer<TestWirelessDeviceRequest.Builder> testWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Simulates a provisioned device by sending an uplink data payload of Hello.
This is a convenience which creates an instance of the TestWirelessDeviceRequest.Builder avoiding the
need to create one manually via TestWirelessDeviceRequest.builder()
testWirelessDeviceRequest - A Consumer that will call methods on TestWirelessDeviceRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Removes one or more tags from a resource.
untagResourceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Removes one or more tags from a resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDestinationResponse updateDestination(UpdateDestinationRequest updateDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a destination.
updateDestinationRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDestinationResponse updateDestination(Consumer<UpdateDestinationRequest.Builder> updateDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a destination.
This is a convenience which creates an instance of the UpdateDestinationRequest.Builder avoiding the need
to create one manually via UpdateDestinationRequest.builder()
updateDestinationRequest - A Consumer that will call methods on UpdateDestinationRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateFuotaTaskResponse updateFuotaTask(UpdateFuotaTaskRequest updateFuotaTaskRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a FUOTA task.
updateFuotaTaskRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateFuotaTaskResponse updateFuotaTask(Consumer<UpdateFuotaTaskRequest.Builder> updateFuotaTaskRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a FUOTA task.
This is a convenience which creates an instance of the UpdateFuotaTaskRequest.Builder avoiding the need
to create one manually via UpdateFuotaTaskRequest.builder()
updateFuotaTaskRequest - A Consumer that will call methods on UpdateFuotaTaskRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateLogLevelsByResourceTypesResponse updateLogLevelsByResourceTypes(UpdateLogLevelsByResourceTypesRequest updateLogLevelsByResourceTypesRequest) throws AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Set default log level, or log levels by resource types. This can be for wireless device log options or wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.
updateLogLevelsByResourceTypesRequest - AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateLogLevelsByResourceTypesResponse updateLogLevelsByResourceTypes(Consumer<UpdateLogLevelsByResourceTypesRequest.Builder> updateLogLevelsByResourceTypesRequest) throws AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Set default log level, or log levels by resource types. This can be for wireless device log options or wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.
This is a convenience which creates an instance of the UpdateLogLevelsByResourceTypesRequest.Builder
avoiding the need to create one manually via UpdateLogLevelsByResourceTypesRequest.builder()
updateLogLevelsByResourceTypesRequest - A Consumer that will call methods on UpdateLogLevelsByResourceTypesRequest.Builder to
create a request.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateMulticastGroupResponse updateMulticastGroup(UpdateMulticastGroupRequest updateMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a multicast group session.
updateMulticastGroupRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateMulticastGroupResponse updateMulticastGroup(Consumer<UpdateMulticastGroupRequest.Builder> updateMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a multicast group session.
This is a convenience which creates an instance of the UpdateMulticastGroupRequest.Builder avoiding the
need to create one manually via UpdateMulticastGroupRequest.builder()
updateMulticastGroupRequest - A Consumer that will call methods on UpdateMulticastGroupRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateNetworkAnalyzerConfigurationResponse updateNetworkAnalyzerConfiguration(UpdateNetworkAnalyzerConfigurationRequest updateNetworkAnalyzerConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Update NetworkAnalyzer configuration.
updateNetworkAnalyzerConfigurationRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateNetworkAnalyzerConfigurationResponse updateNetworkAnalyzerConfiguration(Consumer<UpdateNetworkAnalyzerConfigurationRequest.Builder> updateNetworkAnalyzerConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Update NetworkAnalyzer configuration.
This is a convenience which creates an instance of the UpdateNetworkAnalyzerConfigurationRequest.Builder
avoiding the need to create one manually via UpdateNetworkAnalyzerConfigurationRequest.builder()
updateNetworkAnalyzerConfigurationRequest - A Consumer that will call methods on UpdateNetworkAnalyzerConfigurationRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePartnerAccountResponse updatePartnerAccount(UpdatePartnerAccountRequest updatePartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a partner account.
updatePartnerAccountRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePartnerAccountResponse updatePartnerAccount(Consumer<UpdatePartnerAccountRequest.Builder> updatePartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a partner account.
This is a convenience which creates an instance of the UpdatePartnerAccountRequest.Builder avoiding the
need to create one manually via UpdatePartnerAccountRequest.builder()
updatePartnerAccountRequest - A Consumer that will call methods on UpdatePartnerAccountRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateResourceEventConfigurationResponse updateResourceEventConfiguration(UpdateResourceEventConfigurationRequest updateResourceEventConfigurationRequest) throws ValidationException, AccessDeniedException, ConflictException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Update the event configuration for a particular resource identifier.
updateResourceEventConfigurationRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateResourceEventConfigurationResponse updateResourceEventConfiguration(Consumer<UpdateResourceEventConfigurationRequest.Builder> updateResourceEventConfigurationRequest) throws ValidationException, AccessDeniedException, ConflictException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Update the event configuration for a particular resource identifier.
This is a convenience which creates an instance of the UpdateResourceEventConfigurationRequest.Builder
avoiding the need to create one manually via UpdateResourceEventConfigurationRequest.builder()
updateResourceEventConfigurationRequest - A Consumer that will call methods on UpdateResourceEventConfigurationRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateWirelessDeviceResponse updateWirelessDevice(UpdateWirelessDeviceRequest updateWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a wireless device.
updateWirelessDeviceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateWirelessDeviceResponse updateWirelessDevice(Consumer<UpdateWirelessDeviceRequest.Builder> updateWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a wireless device.
This is a convenience which creates an instance of the UpdateWirelessDeviceRequest.Builder avoiding the
need to create one manually via UpdateWirelessDeviceRequest.builder()
updateWirelessDeviceRequest - A Consumer that will call methods on UpdateWirelessDeviceRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateWirelessGatewayResponse updateWirelessGateway(UpdateWirelessGatewayRequest updateWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a wireless gateway.
updateWirelessGatewayRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateWirelessGatewayResponse updateWirelessGateway(Consumer<UpdateWirelessGatewayRequest.Builder> updateWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a wireless gateway.
This is a convenience which creates an instance of the UpdateWirelessGatewayRequest.Builder avoiding the
need to create one manually via UpdateWirelessGatewayRequest.builder()
updateWirelessGatewayRequest - A Consumer that will call methods on UpdateWirelessGatewayRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2022. All rights reserved.