@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 |
| Modifier and Type | Method and Description |
|---|---|
default AssociateAwsAccountWithPartnerAccountResponse |
associateAwsAccountWithPartnerAccount(AssociateAwsAccountWithPartnerAccountRequest associateAwsAccountWithPartnerAccountRequest)
Associates a partner account with your AWS account.
|
default AssociateAwsAccountWithPartnerAccountResponse |
associateAwsAccountWithPartnerAccount(Consumer<AssociateAwsAccountWithPartnerAccountRequest.Builder> associateAwsAccountWithPartnerAccountRequest)
Associates a partner account with your AWS account.
|
default AssociateMulticastGroupWithFuotaTaskResponse |
associateMulticastGroupWithFuotaTask(AssociateMulticastGroupWithFuotaTaskRequest associateMulticastGroupWithFuotaTaskRequest)
Associate a multicast group with a FUOTA task.
|
default AssociateMulticastGroupWithFuotaTaskResponse |
associateMulticastGroupWithFuotaTask(Consumer<AssociateMulticastGroupWithFuotaTaskRequest.Builder> associateMulticastGroupWithFuotaTaskRequest)
Associate a multicast group with a FUOTA task.
|
default AssociateWirelessDeviceWithFuotaTaskResponse |
associateWirelessDeviceWithFuotaTask(AssociateWirelessDeviceWithFuotaTaskRequest associateWirelessDeviceWithFuotaTaskRequest)
Associate a wireless device with a FUOTA task.
|
default AssociateWirelessDeviceWithFuotaTaskResponse |
associateWirelessDeviceWithFuotaTask(Consumer<AssociateWirelessDeviceWithFuotaTaskRequest.Builder> associateWirelessDeviceWithFuotaTaskRequest)
Associate a wireless device with a FUOTA task.
|
default AssociateWirelessDeviceWithMulticastGroupResponse |
associateWirelessDeviceWithMulticastGroup(AssociateWirelessDeviceWithMulticastGroupRequest associateWirelessDeviceWithMulticastGroupRequest)
Associates a wireless device with a multicast group.
|
default AssociateWirelessDeviceWithMulticastGroupResponse |
associateWirelessDeviceWithMulticastGroup(Consumer<AssociateWirelessDeviceWithMulticastGroupRequest.Builder> associateWirelessDeviceWithMulticastGroupRequest)
Associates a wireless device with a multicast group.
|
default AssociateWirelessDeviceWithThingResponse |
associateWirelessDeviceWithThing(AssociateWirelessDeviceWithThingRequest associateWirelessDeviceWithThingRequest)
Associates a wireless device with a thing.
|
default AssociateWirelessDeviceWithThingResponse |
associateWirelessDeviceWithThing(Consumer<AssociateWirelessDeviceWithThingRequest.Builder> associateWirelessDeviceWithThingRequest)
Associates a wireless device with a thing.
|
default AssociateWirelessGatewayWithCertificateResponse |
associateWirelessGatewayWithCertificate(AssociateWirelessGatewayWithCertificateRequest associateWirelessGatewayWithCertificateRequest)
Associates a wireless gateway with a certificate.
|
default AssociateWirelessGatewayWithCertificateResponse |
associateWirelessGatewayWithCertificate(Consumer<AssociateWirelessGatewayWithCertificateRequest.Builder> associateWirelessGatewayWithCertificateRequest)
Associates a wireless gateway with a certificate.
|
default AssociateWirelessGatewayWithThingResponse |
associateWirelessGatewayWithThing(AssociateWirelessGatewayWithThingRequest associateWirelessGatewayWithThingRequest)
Associates a wireless gateway with a thing.
|
default AssociateWirelessGatewayWithThingResponse |
associateWirelessGatewayWithThing(Consumer<AssociateWirelessGatewayWithThingRequest.Builder> associateWirelessGatewayWithThingRequest)
Associates a wireless gateway with a thing.
|
static IotWirelessClientBuilder |
builder()
Create a builder that can be used to configure and create a
IotWirelessClient. |
default CancelMulticastGroupSessionResponse |
cancelMulticastGroupSession(CancelMulticastGroupSessionRequest cancelMulticastGroupSessionRequest)
Cancels an existing multicast group session.
|
default CancelMulticastGroupSessionResponse |
cancelMulticastGroupSession(Consumer<CancelMulticastGroupSessionRequest.Builder> cancelMulticastGroupSessionRequest)
Cancels an existing multicast group session.
|
static IotWirelessClient |
create()
Create a
IotWirelessClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateDestinationResponse |
createDestination(Consumer<CreateDestinationRequest.Builder> createDestinationRequest)
Creates a new destination that maps a device message to an AWS IoT rule.
|
default CreateDestinationResponse |
createDestination(CreateDestinationRequest createDestinationRequest)
Creates a new destination that maps a device message to an AWS IoT rule.
|
default CreateDeviceProfileResponse |
createDeviceProfile(Consumer<CreateDeviceProfileRequest.Builder> createDeviceProfileRequest)
Creates a new device profile.
|
default CreateDeviceProfileResponse |
createDeviceProfile(CreateDeviceProfileRequest createDeviceProfileRequest)
Creates a new device profile.
|
default CreateFuotaTaskResponse |
createFuotaTask(Consumer<CreateFuotaTaskRequest.Builder> createFuotaTaskRequest)
Creates a FUOTA task.
|
default CreateFuotaTaskResponse |
createFuotaTask(CreateFuotaTaskRequest createFuotaTaskRequest)
Creates a FUOTA task.
|
default CreateMulticastGroupResponse |
createMulticastGroup(Consumer<CreateMulticastGroupRequest.Builder> createMulticastGroupRequest)
Creates a multicast group.
|
default CreateMulticastGroupResponse |
createMulticastGroup(CreateMulticastGroupRequest createMulticastGroupRequest)
Creates a multicast group.
|
default CreateNetworkAnalyzerConfigurationResponse |
createNetworkAnalyzerConfiguration(Consumer<CreateNetworkAnalyzerConfigurationRequest.Builder> createNetworkAnalyzerConfigurationRequest)
Creates a new network analyzer configuration.
|
default CreateNetworkAnalyzerConfigurationResponse |
createNetworkAnalyzerConfiguration(CreateNetworkAnalyzerConfigurationRequest createNetworkAnalyzerConfigurationRequest)
Creates a new network analyzer configuration.
|
default CreateServiceProfileResponse |
createServiceProfile(Consumer<CreateServiceProfileRequest.Builder> createServiceProfileRequest)
Creates a new service profile.
|
default CreateServiceProfileResponse |
createServiceProfile(CreateServiceProfileRequest createServiceProfileRequest)
Creates a new service profile.
|
default CreateWirelessDeviceResponse |
createWirelessDevice(Consumer<CreateWirelessDeviceRequest.Builder> createWirelessDeviceRequest)
Provisions a wireless device.
|
default CreateWirelessDeviceResponse |
createWirelessDevice(CreateWirelessDeviceRequest createWirelessDeviceRequest)
Provisions a wireless device.
|
default CreateWirelessGatewayResponse |
createWirelessGateway(Consumer<CreateWirelessGatewayRequest.Builder> createWirelessGatewayRequest)
Provisions a wireless gateway.
|
default CreateWirelessGatewayResponse |
createWirelessGateway(CreateWirelessGatewayRequest createWirelessGatewayRequest)
Provisions a wireless gateway.
|
default CreateWirelessGatewayTaskResponse |
createWirelessGatewayTask(Consumer<CreateWirelessGatewayTaskRequest.Builder> createWirelessGatewayTaskRequest)
Creates a task for a wireless gateway.
|
default CreateWirelessGatewayTaskResponse |
createWirelessGatewayTask(CreateWirelessGatewayTaskRequest createWirelessGatewayTaskRequest)
Creates a task for a wireless gateway.
|
default CreateWirelessGatewayTaskDefinitionResponse |
createWirelessGatewayTaskDefinition(Consumer<CreateWirelessGatewayTaskDefinitionRequest.Builder> createWirelessGatewayTaskDefinitionRequest)
Creates a gateway task definition.
|
default CreateWirelessGatewayTaskDefinitionResponse |
createWirelessGatewayTaskDefinition(CreateWirelessGatewayTaskDefinitionRequest createWirelessGatewayTaskDefinitionRequest)
Creates a gateway task definition.
|
default DeleteDestinationResponse |
deleteDestination(Consumer<DeleteDestinationRequest.Builder> deleteDestinationRequest)
Deletes a destination.
|
default DeleteDestinationResponse |
deleteDestination(DeleteDestinationRequest deleteDestinationRequest)
Deletes a destination.
|
default DeleteDeviceProfileResponse |
deleteDeviceProfile(Consumer<DeleteDeviceProfileRequest.Builder> deleteDeviceProfileRequest)
Deletes a device profile.
|
default DeleteDeviceProfileResponse |
deleteDeviceProfile(DeleteDeviceProfileRequest deleteDeviceProfileRequest)
Deletes a device profile.
|
default DeleteFuotaTaskResponse |
deleteFuotaTask(Consumer<DeleteFuotaTaskRequest.Builder> deleteFuotaTaskRequest)
Deletes a FUOTA task.
|
default DeleteFuotaTaskResponse |
deleteFuotaTask(DeleteFuotaTaskRequest deleteFuotaTaskRequest)
Deletes a FUOTA task.
|
default DeleteMulticastGroupResponse |
deleteMulticastGroup(Consumer<DeleteMulticastGroupRequest.Builder> deleteMulticastGroupRequest)
Deletes a multicast group if it is not in use by a fuota task.
|
default DeleteMulticastGroupResponse |
deleteMulticastGroup(DeleteMulticastGroupRequest deleteMulticastGroupRequest)
Deletes a multicast group if it is not in use by a fuota task.
|
default DeleteNetworkAnalyzerConfigurationResponse |
deleteNetworkAnalyzerConfiguration(Consumer<DeleteNetworkAnalyzerConfigurationRequest.Builder> deleteNetworkAnalyzerConfigurationRequest)
Deletes a network analyzer configuration.
|
default DeleteNetworkAnalyzerConfigurationResponse |
deleteNetworkAnalyzerConfiguration(DeleteNetworkAnalyzerConfigurationRequest deleteNetworkAnalyzerConfigurationRequest)
Deletes a network analyzer configuration.
|
default DeleteQueuedMessagesResponse |
deleteQueuedMessages(Consumer<DeleteQueuedMessagesRequest.Builder> deleteQueuedMessagesRequest)
Remove queued messages from the downlink queue.
|
default DeleteQueuedMessagesResponse |
deleteQueuedMessages(DeleteQueuedMessagesRequest deleteQueuedMessagesRequest)
Remove queued messages from the downlink queue.
|
default DeleteServiceProfileResponse |
deleteServiceProfile(Consumer<DeleteServiceProfileRequest.Builder> deleteServiceProfileRequest)
Deletes a service profile.
|
default DeleteServiceProfileResponse |
deleteServiceProfile(DeleteServiceProfileRequest deleteServiceProfileRequest)
Deletes a service profile.
|
default DeleteWirelessDeviceResponse |
deleteWirelessDevice(Consumer<DeleteWirelessDeviceRequest.Builder> deleteWirelessDeviceRequest)
Deletes a wireless device.
|
default DeleteWirelessDeviceResponse |
deleteWirelessDevice(DeleteWirelessDeviceRequest deleteWirelessDeviceRequest)
Deletes a wireless device.
|
default DeleteWirelessGatewayResponse |
deleteWirelessGateway(Consumer<DeleteWirelessGatewayRequest.Builder> deleteWirelessGatewayRequest)
Deletes a wireless gateway.
|
default DeleteWirelessGatewayResponse |
deleteWirelessGateway(DeleteWirelessGatewayRequest deleteWirelessGatewayRequest)
Deletes a wireless gateway.
|
default DeleteWirelessGatewayTaskResponse |
deleteWirelessGatewayTask(Consumer<DeleteWirelessGatewayTaskRequest.Builder> deleteWirelessGatewayTaskRequest)
Deletes a wireless gateway task.
|
default DeleteWirelessGatewayTaskResponse |
deleteWirelessGatewayTask(DeleteWirelessGatewayTaskRequest deleteWirelessGatewayTaskRequest)
Deletes a wireless gateway task.
|
default DeleteWirelessGatewayTaskDefinitionResponse |
deleteWirelessGatewayTaskDefinition(Consumer<DeleteWirelessGatewayTaskDefinitionRequest.Builder> deleteWirelessGatewayTaskDefinitionRequest)
Deletes a wireless gateway task definition.
|
default DeleteWirelessGatewayTaskDefinitionResponse |
deleteWirelessGatewayTaskDefinition(DeleteWirelessGatewayTaskDefinitionRequest deleteWirelessGatewayTaskDefinitionRequest)
Deletes a wireless gateway task definition.
|
default DisassociateAwsAccountFromPartnerAccountResponse |
disassociateAwsAccountFromPartnerAccount(Consumer<DisassociateAwsAccountFromPartnerAccountRequest.Builder> disassociateAwsAccountFromPartnerAccountRequest)
Disassociates your AWS account from a partner account.
|
default DisassociateAwsAccountFromPartnerAccountResponse |
disassociateAwsAccountFromPartnerAccount(DisassociateAwsAccountFromPartnerAccountRequest disassociateAwsAccountFromPartnerAccountRequest)
Disassociates your AWS account from a partner account.
|
default DisassociateMulticastGroupFromFuotaTaskResponse |
disassociateMulticastGroupFromFuotaTask(Consumer<DisassociateMulticastGroupFromFuotaTaskRequest.Builder> disassociateMulticastGroupFromFuotaTaskRequest)
Disassociates a multicast group from a fuota task.
|
default DisassociateMulticastGroupFromFuotaTaskResponse |
disassociateMulticastGroupFromFuotaTask(DisassociateMulticastGroupFromFuotaTaskRequest disassociateMulticastGroupFromFuotaTaskRequest)
Disassociates a multicast group from a fuota task.
|
default DisassociateWirelessDeviceFromFuotaTaskResponse |
disassociateWirelessDeviceFromFuotaTask(Consumer<DisassociateWirelessDeviceFromFuotaTaskRequest.Builder> disassociateWirelessDeviceFromFuotaTaskRequest)
Disassociates a wireless device from a FUOTA task.
|
default DisassociateWirelessDeviceFromFuotaTaskResponse |
disassociateWirelessDeviceFromFuotaTask(DisassociateWirelessDeviceFromFuotaTaskRequest disassociateWirelessDeviceFromFuotaTaskRequest)
Disassociates a wireless device from a FUOTA task.
|
default DisassociateWirelessDeviceFromMulticastGroupResponse |
disassociateWirelessDeviceFromMulticastGroup(Consumer<DisassociateWirelessDeviceFromMulticastGroupRequest.Builder> disassociateWirelessDeviceFromMulticastGroupRequest)
Disassociates a wireless device from a multicast group.
|
default DisassociateWirelessDeviceFromMulticastGroupResponse |
disassociateWirelessDeviceFromMulticastGroup(DisassociateWirelessDeviceFromMulticastGroupRequest disassociateWirelessDeviceFromMulticastGroupRequest)
Disassociates a wireless device from a multicast group.
|
default DisassociateWirelessDeviceFromThingResponse |
disassociateWirelessDeviceFromThing(Consumer<DisassociateWirelessDeviceFromThingRequest.Builder> disassociateWirelessDeviceFromThingRequest)
Disassociates a wireless device from its currently associated thing.
|
default DisassociateWirelessDeviceFromThingResponse |
disassociateWirelessDeviceFromThing(DisassociateWirelessDeviceFromThingRequest disassociateWirelessDeviceFromThingRequest)
Disassociates a wireless device from its currently associated thing.
|
default DisassociateWirelessGatewayFromCertificateResponse |
disassociateWirelessGatewayFromCertificate(Consumer<DisassociateWirelessGatewayFromCertificateRequest.Builder> disassociateWirelessGatewayFromCertificateRequest)
Disassociates a wireless gateway from its currently associated certificate.
|
default DisassociateWirelessGatewayFromCertificateResponse |
disassociateWirelessGatewayFromCertificate(DisassociateWirelessGatewayFromCertificateRequest disassociateWirelessGatewayFromCertificateRequest)
Disassociates a wireless gateway from its currently associated certificate.
|
default DisassociateWirelessGatewayFromThingResponse |
disassociateWirelessGatewayFromThing(Consumer<DisassociateWirelessGatewayFromThingRequest.Builder> disassociateWirelessGatewayFromThingRequest)
Disassociates a wireless gateway from its currently associated thing.
|
default DisassociateWirelessGatewayFromThingResponse |
disassociateWirelessGatewayFromThing(DisassociateWirelessGatewayFromThingRequest disassociateWirelessGatewayFromThingRequest)
Disassociates a wireless gateway from its currently associated thing.
|
default GetDestinationResponse |
getDestination(Consumer<GetDestinationRequest.Builder> getDestinationRequest)
Gets information about a destination.
|
default GetDestinationResponse |
getDestination(GetDestinationRequest getDestinationRequest)
Gets information about a destination.
|
default GetDeviceProfileResponse |
getDeviceProfile(Consumer<GetDeviceProfileRequest.Builder> getDeviceProfileRequest)
Gets information about a device profile.
|
default GetDeviceProfileResponse |
getDeviceProfile(GetDeviceProfileRequest getDeviceProfileRequest)
Gets information about a device profile.
|
default GetEventConfigurationByResourceTypesResponse |
getEventConfigurationByResourceTypes(Consumer<GetEventConfigurationByResourceTypesRequest.Builder> getEventConfigurationByResourceTypesRequest)
Get the event configuration based on resource types.
|
default GetEventConfigurationByResourceTypesResponse |
getEventConfigurationByResourceTypes(GetEventConfigurationByResourceTypesRequest getEventConfigurationByResourceTypesRequest)
Get the event configuration based on resource types.
|
default GetFuotaTaskResponse |
getFuotaTask(Consumer<GetFuotaTaskRequest.Builder> getFuotaTaskRequest)
Gets information about a FUOTA task.
|
default GetFuotaTaskResponse |
getFuotaTask(GetFuotaTaskRequest getFuotaTaskRequest)
Gets information about a FUOTA task.
|
default GetLogLevelsByResourceTypesResponse |
getLogLevelsByResourceTypes(Consumer<GetLogLevelsByResourceTypesRequest.Builder> getLogLevelsByResourceTypesRequest)
Returns current default log levels or log levels by resource types.
|
default GetLogLevelsByResourceTypesResponse |
getLogLevelsByResourceTypes(GetLogLevelsByResourceTypesRequest getLogLevelsByResourceTypesRequest)
Returns current default log levels or log levels by resource types.
|
default GetMulticastGroupResponse |
getMulticastGroup(Consumer<GetMulticastGroupRequest.Builder> getMulticastGroupRequest)
Gets information about a multicast group.
|
default GetMulticastGroupResponse |
getMulticastGroup(GetMulticastGroupRequest getMulticastGroupRequest)
Gets information about a multicast group.
|
default GetMulticastGroupSessionResponse |
getMulticastGroupSession(Consumer<GetMulticastGroupSessionRequest.Builder> getMulticastGroupSessionRequest)
Gets information about a multicast group session.
|
default GetMulticastGroupSessionResponse |
getMulticastGroupSession(GetMulticastGroupSessionRequest getMulticastGroupSessionRequest)
Gets information about a multicast group session.
|
default GetNetworkAnalyzerConfigurationResponse |
getNetworkAnalyzerConfiguration(Consumer<GetNetworkAnalyzerConfigurationRequest.Builder> getNetworkAnalyzerConfigurationRequest)
Get network analyzer configuration.
|
default GetNetworkAnalyzerConfigurationResponse |
getNetworkAnalyzerConfiguration(GetNetworkAnalyzerConfigurationRequest getNetworkAnalyzerConfigurationRequest)
Get network analyzer configuration.
|
default GetPartnerAccountResponse |
getPartnerAccount(Consumer<GetPartnerAccountRequest.Builder> getPartnerAccountRequest)
Gets information about a partner account.
|
default GetPartnerAccountResponse |
getPartnerAccount(GetPartnerAccountRequest getPartnerAccountRequest)
Gets information about a partner account.
|
default GetPositionResponse |
getPosition(Consumer<GetPositionRequest.Builder> getPositionRequest)
Deprecated.
This operation is no longer supported.
|
default GetPositionResponse |
getPosition(GetPositionRequest getPositionRequest)
Deprecated.
This operation is no longer supported.
|
default GetPositionConfigurationResponse |
getPositionConfiguration(Consumer<GetPositionConfigurationRequest.Builder> getPositionConfigurationRequest)
Deprecated.
This operation is no longer supported.
|
default GetPositionConfigurationResponse |
getPositionConfiguration(GetPositionConfigurationRequest getPositionConfigurationRequest)
Deprecated.
This operation is no longer supported.
|
default GetPositionEstimateResponse |
getPositionEstimate(Consumer<GetPositionEstimateRequest.Builder> getPositionEstimateRequest)
Get estimated position information as a payload in GeoJSON format.
|
default GetPositionEstimateResponse |
getPositionEstimate(GetPositionEstimateRequest getPositionEstimateRequest)
Get estimated position information as a payload in GeoJSON format.
|
default GetResourceEventConfigurationResponse |
getResourceEventConfiguration(Consumer<GetResourceEventConfigurationRequest.Builder> getResourceEventConfigurationRequest)
Get the event configuration for a particular resource identifier.
|
default GetResourceEventConfigurationResponse |
getResourceEventConfiguration(GetResourceEventConfigurationRequest getResourceEventConfigurationRequest)
Get the event configuration for a particular resource identifier.
|
default GetResourceLogLevelResponse |
getResourceLogLevel(Consumer<GetResourceLogLevelRequest.Builder> getResourceLogLevelRequest)
Fetches the log-level override, if any, for a given resource-ID and resource-type.
|
default GetResourceLogLevelResponse |
getResourceLogLevel(GetResourceLogLevelRequest getResourceLogLevelRequest)
Fetches the log-level override, if any, for a given resource-ID and resource-type.
|
default GetResourcePositionResponse |
getResourcePosition(Consumer<GetResourcePositionRequest.Builder> getResourcePositionRequest)
Get the position information for a given wireless device or a wireless gateway resource.
|
default GetResourcePositionResponse |
getResourcePosition(GetResourcePositionRequest getResourcePositionRequest)
Get the position information for a given wireless device or a wireless gateway resource.
|
default GetServiceEndpointResponse |
getServiceEndpoint(Consumer<GetServiceEndpointRequest.Builder> getServiceEndpointRequest)
Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server
(LNS) connections.
|
default GetServiceEndpointResponse |
getServiceEndpoint(GetServiceEndpointRequest getServiceEndpointRequest)
Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server
(LNS) connections.
|
default GetServiceProfileResponse |
getServiceProfile(Consumer<GetServiceProfileRequest.Builder> getServiceProfileRequest)
Gets information about a service profile.
|
default GetServiceProfileResponse |
getServiceProfile(GetServiceProfileRequest getServiceProfileRequest)
Gets information about a service profile.
|
default GetWirelessDeviceResponse |
getWirelessDevice(Consumer<GetWirelessDeviceRequest.Builder> getWirelessDeviceRequest)
Gets information about a wireless device.
|
default GetWirelessDeviceResponse |
getWirelessDevice(GetWirelessDeviceRequest getWirelessDeviceRequest)
Gets information about a wireless device.
|
default GetWirelessDeviceStatisticsResponse |
getWirelessDeviceStatistics(Consumer<GetWirelessDeviceStatisticsRequest.Builder> getWirelessDeviceStatisticsRequest)
Gets operating information about a wireless device.
|
default GetWirelessDeviceStatisticsResponse |
getWirelessDeviceStatistics(GetWirelessDeviceStatisticsRequest getWirelessDeviceStatisticsRequest)
Gets operating information about a wireless device.
|
default GetWirelessGatewayResponse |
getWirelessGateway(Consumer<GetWirelessGatewayRequest.Builder> getWirelessGatewayRequest)
Gets information about a wireless gateway.
|
default GetWirelessGatewayResponse |
getWirelessGateway(GetWirelessGatewayRequest getWirelessGatewayRequest)
Gets information about a wireless gateway.
|
default GetWirelessGatewayCertificateResponse |
getWirelessGatewayCertificate(Consumer<GetWirelessGatewayCertificateRequest.Builder> getWirelessGatewayCertificateRequest)
Gets the ID of the certificate that is currently associated with a wireless gateway.
|
default GetWirelessGatewayCertificateResponse |
getWirelessGatewayCertificate(GetWirelessGatewayCertificateRequest getWirelessGatewayCertificateRequest)
Gets the ID of the certificate that is currently associated with a wireless gateway.
|
default GetWirelessGatewayFirmwareInformationResponse |
getWirelessGatewayFirmwareInformation(Consumer<GetWirelessGatewayFirmwareInformationRequest.Builder> getWirelessGatewayFirmwareInformationRequest)
Gets the firmware version and other information about a wireless gateway.
|
default GetWirelessGatewayFirmwareInformationResponse |
getWirelessGatewayFirmwareInformation(GetWirelessGatewayFirmwareInformationRequest getWirelessGatewayFirmwareInformationRequest)
Gets the firmware version and other information about a wireless gateway.
|
default GetWirelessGatewayStatisticsResponse |
getWirelessGatewayStatistics(Consumer<GetWirelessGatewayStatisticsRequest.Builder> getWirelessGatewayStatisticsRequest)
Gets operating information about a wireless gateway.
|
default GetWirelessGatewayStatisticsResponse |
getWirelessGatewayStatistics(GetWirelessGatewayStatisticsRequest getWirelessGatewayStatisticsRequest)
Gets operating information about a wireless gateway.
|
default GetWirelessGatewayTaskResponse |
getWirelessGatewayTask(Consumer<GetWirelessGatewayTaskRequest.Builder> getWirelessGatewayTaskRequest)
Gets information about a wireless gateway task.
|
default GetWirelessGatewayTaskResponse |
getWirelessGatewayTask(GetWirelessGatewayTaskRequest getWirelessGatewayTaskRequest)
Gets information about a wireless gateway task.
|
default GetWirelessGatewayTaskDefinitionResponse |
getWirelessGatewayTaskDefinition(Consumer<GetWirelessGatewayTaskDefinitionRequest.Builder> getWirelessGatewayTaskDefinitionRequest)
Gets information about a wireless gateway task definition.
|
default GetWirelessGatewayTaskDefinitionResponse |
getWirelessGatewayTaskDefinition(GetWirelessGatewayTaskDefinitionRequest getWirelessGatewayTaskDefinitionRequest)
Gets information about a wireless gateway task definition.
|
default ListDestinationsResponse |
listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsResponse |
listDestinations(ListDestinationsRequest listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsIterable |
listDestinationsPaginator(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsIterable |
listDestinationsPaginator(ListDestinationsRequest listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDeviceProfilesResponse |
listDeviceProfiles(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListDeviceProfilesResponse |
listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListDeviceProfilesIterable |
listDeviceProfilesPaginator(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListDeviceProfilesIterable |
listDeviceProfilesPaginator(ListDeviceProfilesRequest listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListEventConfigurationsResponse |
listEventConfigurations(Consumer<ListEventConfigurationsRequest.Builder> listEventConfigurationsRequest)
List event configurations where at least one event topic has been enabled.
|
default ListEventConfigurationsResponse |
listEventConfigurations(ListEventConfigurationsRequest listEventConfigurationsRequest)
List event configurations where at least one event topic has been enabled.
|
default ListFuotaTasksResponse |
listFuotaTasks(Consumer<ListFuotaTasksRequest.Builder> listFuotaTasksRequest)
Lists the FUOTA tasks registered to your AWS account.
|
default ListFuotaTasksResponse |
listFuotaTasks(ListFuotaTasksRequest listFuotaTasksRequest)
Lists the FUOTA tasks registered to your AWS account.
|
default ListFuotaTasksIterable |
listFuotaTasksPaginator(Consumer<ListFuotaTasksRequest.Builder> listFuotaTasksRequest)
Lists the FUOTA tasks registered to your AWS account.
|
default ListFuotaTasksIterable |
listFuotaTasksPaginator(ListFuotaTasksRequest listFuotaTasksRequest)
Lists the FUOTA tasks registered to your AWS account.
|
default ListMulticastGroupsResponse |
listMulticastGroups(Consumer<ListMulticastGroupsRequest.Builder> listMulticastGroupsRequest)
Lists the multicast groups registered to your AWS account.
|
default ListMulticastGroupsResponse |
listMulticastGroups(ListMulticastGroupsRequest listMulticastGroupsRequest)
Lists the multicast groups registered to your AWS account.
|
default ListMulticastGroupsByFuotaTaskResponse |
listMulticastGroupsByFuotaTask(Consumer<ListMulticastGroupsByFuotaTaskRequest.Builder> listMulticastGroupsByFuotaTaskRequest)
List all multicast groups associated with a fuota task.
|
default ListMulticastGroupsByFuotaTaskResponse |
listMulticastGroupsByFuotaTask(ListMulticastGroupsByFuotaTaskRequest listMulticastGroupsByFuotaTaskRequest)
List all multicast groups associated with a fuota task.
|
default ListMulticastGroupsByFuotaTaskIterable |
listMulticastGroupsByFuotaTaskPaginator(Consumer<ListMulticastGroupsByFuotaTaskRequest.Builder> listMulticastGroupsByFuotaTaskRequest)
List all multicast groups associated with a fuota task.
|
default ListMulticastGroupsByFuotaTaskIterable |
listMulticastGroupsByFuotaTaskPaginator(ListMulticastGroupsByFuotaTaskRequest listMulticastGroupsByFuotaTaskRequest)
List all multicast groups associated with a fuota task.
|
default ListMulticastGroupsIterable |
listMulticastGroupsPaginator(Consumer<ListMulticastGroupsRequest.Builder> listMulticastGroupsRequest)
Lists the multicast groups registered to your AWS account.
|
default ListMulticastGroupsIterable |
listMulticastGroupsPaginator(ListMulticastGroupsRequest listMulticastGroupsRequest)
Lists the multicast groups registered to your AWS account.
|
default ListNetworkAnalyzerConfigurationsResponse |
listNetworkAnalyzerConfigurations(Consumer<ListNetworkAnalyzerConfigurationsRequest.Builder> listNetworkAnalyzerConfigurationsRequest)
Lists the network analyzer configurations.
|
default ListNetworkAnalyzerConfigurationsResponse |
listNetworkAnalyzerConfigurations(ListNetworkAnalyzerConfigurationsRequest listNetworkAnalyzerConfigurationsRequest)
Lists the network analyzer configurations.
|
default ListNetworkAnalyzerConfigurationsIterable |
listNetworkAnalyzerConfigurationsPaginator(Consumer<ListNetworkAnalyzerConfigurationsRequest.Builder> listNetworkAnalyzerConfigurationsRequest)
Lists the network analyzer configurations.
|
default ListNetworkAnalyzerConfigurationsIterable |
listNetworkAnalyzerConfigurationsPaginator(ListNetworkAnalyzerConfigurationsRequest listNetworkAnalyzerConfigurationsRequest)
Lists the network analyzer configurations.
|
default ListPartnerAccountsResponse |
listPartnerAccounts(Consumer<ListPartnerAccountsRequest.Builder> listPartnerAccountsRequest)
Lists the partner accounts associated with your AWS account.
|
default ListPartnerAccountsResponse |
listPartnerAccounts(ListPartnerAccountsRequest listPartnerAccountsRequest)
Lists the partner accounts associated with your AWS account.
|
default ListPositionConfigurationsResponse |
listPositionConfigurations(Consumer<ListPositionConfigurationsRequest.Builder> listPositionConfigurationsRequest)
Deprecated.
This operation is no longer supported.
|
default ListPositionConfigurationsResponse |
listPositionConfigurations(ListPositionConfigurationsRequest listPositionConfigurationsRequest)
Deprecated.
This operation is no longer supported.
|
default ListPositionConfigurationsIterable |
listPositionConfigurationsPaginator(Consumer<ListPositionConfigurationsRequest.Builder> listPositionConfigurationsRequest)
Deprecated.
This operation is no longer supported.
|
default ListPositionConfigurationsIterable |
listPositionConfigurationsPaginator(ListPositionConfigurationsRequest listPositionConfigurationsRequest)
Deprecated.
This operation is no longer supported.
|
default ListQueuedMessagesResponse |
listQueuedMessages(Consumer<ListQueuedMessagesRequest.Builder> listQueuedMessagesRequest)
List queued messages in the downlink queue.
|
default ListQueuedMessagesResponse |
listQueuedMessages(ListQueuedMessagesRequest listQueuedMessagesRequest)
List queued messages in the downlink queue.
|
default ListQueuedMessagesIterable |
listQueuedMessagesPaginator(Consumer<ListQueuedMessagesRequest.Builder> listQueuedMessagesRequest)
List queued messages in the downlink queue.
|
default ListQueuedMessagesIterable |
listQueuedMessagesPaginator(ListQueuedMessagesRequest listQueuedMessagesRequest)
List queued messages in the downlink queue.
|
default ListServiceProfilesResponse |
listServiceProfiles(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default ListServiceProfilesResponse |
listServiceProfiles(ListServiceProfilesRequest listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default ListServiceProfilesIterable |
listServiceProfilesPaginator(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default ListServiceProfilesIterable |
listServiceProfilesPaginator(ListServiceProfilesRequest listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags (metadata) you have assigned to the resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags (metadata) you have assigned to the resource.
|
default ListWirelessDevicesResponse |
listWirelessDevices(Consumer<ListWirelessDevicesRequest.Builder> listWirelessDevicesRequest)
Lists the wireless devices registered to your AWS account.
|
default ListWirelessDevicesResponse |
listWirelessDevices(ListWirelessDevicesRequest listWirelessDevicesRequest)
Lists the wireless devices registered to your AWS account.
|
default ListWirelessDevicesIterable |
listWirelessDevicesPaginator(Consumer<ListWirelessDevicesRequest.Builder> listWirelessDevicesRequest)
Lists the wireless devices registered to your AWS account.
|
default ListWirelessDevicesIterable |
listWirelessDevicesPaginator(ListWirelessDevicesRequest listWirelessDevicesRequest)
Lists the wireless devices registered to your AWS account.
|
default ListWirelessGatewaysResponse |
listWirelessGateways(Consumer<ListWirelessGatewaysRequest.Builder> listWirelessGatewaysRequest)
Lists the wireless gateways registered to your AWS account.
|
default ListWirelessGatewaysResponse |
listWirelessGateways(ListWirelessGatewaysRequest listWirelessGatewaysRequest)
Lists the wireless gateways registered to your AWS account.
|
default ListWirelessGatewaysIterable |
listWirelessGatewaysPaginator(Consumer<ListWirelessGatewaysRequest.Builder> listWirelessGatewaysRequest)
Lists the wireless gateways registered to your AWS account.
|
default ListWirelessGatewaysIterable |
listWirelessGatewaysPaginator(ListWirelessGatewaysRequest listWirelessGatewaysRequest)
Lists the wireless gateways registered to your AWS account.
|
default ListWirelessGatewayTaskDefinitionsResponse |
listWirelessGatewayTaskDefinitions(Consumer<ListWirelessGatewayTaskDefinitionsRequest.Builder> listWirelessGatewayTaskDefinitionsRequest)
List the wireless gateway tasks definitions registered to your AWS account.
|
default ListWirelessGatewayTaskDefinitionsResponse |
listWirelessGatewayTaskDefinitions(ListWirelessGatewayTaskDefinitionsRequest listWirelessGatewayTaskDefinitionsRequest)
List the wireless gateway tasks definitions registered to your AWS account.
|
default PutPositionConfigurationResponse |
putPositionConfiguration(Consumer<PutPositionConfigurationRequest.Builder> putPositionConfigurationRequest)
Deprecated.
This operation is no longer supported.
|
default PutPositionConfigurationResponse |
putPositionConfiguration(PutPositionConfigurationRequest putPositionConfigurationRequest)
Deprecated.
This operation is no longer supported.
|
default PutResourceLogLevelResponse |
putResourceLogLevel(Consumer<PutResourceLogLevelRequest.Builder> putResourceLogLevelRequest)
Sets the log-level override for a resource-ID and resource-type.
|
default PutResourceLogLevelResponse |
putResourceLogLevel(PutResourceLogLevelRequest putResourceLogLevelRequest)
Sets the log-level override for a resource-ID and resource-type.
|
default ResetAllResourceLogLevelsResponse |
resetAllResourceLogLevels(Consumer<ResetAllResourceLogLevelsRequest.Builder> resetAllResourceLogLevelsRequest)
Removes the log-level overrides for all resources; both wireless devices and wireless gateways.
|
default ResetAllResourceLogLevelsResponse |
resetAllResourceLogLevels(ResetAllResourceLogLevelsRequest resetAllResourceLogLevelsRequest)
Removes the log-level overrides for all resources; both wireless devices and wireless gateways.
|
default ResetResourceLogLevelResponse |
resetResourceLogLevel(Consumer<ResetResourceLogLevelRequest.Builder> resetResourceLogLevelRequest)
Removes the log-level override, if any, for a specific resource-ID and resource-type.
|
default ResetResourceLogLevelResponse |
resetResourceLogLevel(ResetResourceLogLevelRequest resetResourceLogLevelRequest)
Removes the log-level override, if any, for a specific resource-ID and resource-type.
|
default SendDataToMulticastGroupResponse |
sendDataToMulticastGroup(Consumer<SendDataToMulticastGroupRequest.Builder> sendDataToMulticastGroupRequest)
Sends the specified data to a multicast group.
|
default SendDataToMulticastGroupResponse |
sendDataToMulticastGroup(SendDataToMulticastGroupRequest sendDataToMulticastGroupRequest)
Sends the specified data to a multicast group.
|
default SendDataToWirelessDeviceResponse |
sendDataToWirelessDevice(Consumer<SendDataToWirelessDeviceRequest.Builder> sendDataToWirelessDeviceRequest)
Sends a decrypted application data frame to a device.
|
default SendDataToWirelessDeviceResponse |
sendDataToWirelessDevice(SendDataToWirelessDeviceRequest sendDataToWirelessDeviceRequest)
Sends a decrypted application data frame to a device.
|
static ServiceMetadata |
serviceMetadata() |
default StartBulkAssociateWirelessDeviceWithMulticastGroupResponse |
startBulkAssociateWirelessDeviceWithMulticastGroup(Consumer<StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.Builder> startBulkAssociateWirelessDeviceWithMulticastGroupRequest)
Starts a bulk association of all qualifying wireless devices with a multicast group.
|
default StartBulkAssociateWirelessDeviceWithMulticastGroupResponse |
startBulkAssociateWirelessDeviceWithMulticastGroup(StartBulkAssociateWirelessDeviceWithMulticastGroupRequest startBulkAssociateWirelessDeviceWithMulticastGroupRequest)
Starts a bulk association of all qualifying wireless devices with a multicast group.
|
default StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse |
startBulkDisassociateWirelessDeviceFromMulticastGroup(Consumer<StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.Builder> startBulkDisassociateWirelessDeviceFromMulticastGroupRequest)
Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.
|
default StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse |
startBulkDisassociateWirelessDeviceFromMulticastGroup(StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest startBulkDisassociateWirelessDeviceFromMulticastGroupRequest)
Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.
|
default StartFuotaTaskResponse |
startFuotaTask(Consumer<StartFuotaTaskRequest.Builder> startFuotaTaskRequest)
Starts a FUOTA task.
|
default StartFuotaTaskResponse |
startFuotaTask(StartFuotaTaskRequest startFuotaTaskRequest)
Starts a FUOTA task.
|
default StartMulticastGroupSessionResponse |
startMulticastGroupSession(Consumer<StartMulticastGroupSessionRequest.Builder> startMulticastGroupSessionRequest)
Starts a multicast group session.
|
default StartMulticastGroupSessionResponse |
startMulticastGroupSession(StartMulticastGroupSessionRequest startMulticastGroupSessionRequest)
Starts a multicast group session.
|
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds a tag to a resource.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Adds a tag to a resource.
|
default TestWirelessDeviceResponse |
testWirelessDevice(Consumer<TestWirelessDeviceRequest.Builder> testWirelessDeviceRequest)
Simulates a provisioned device by sending an uplink data payload of
Hello. |
default TestWirelessDeviceResponse |
testWirelessDevice(TestWirelessDeviceRequest testWirelessDeviceRequest)
Simulates a provisioned device by sending an uplink data payload of
Hello. |
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from a resource.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a resource.
|
default UpdateDestinationResponse |
updateDestination(Consumer<UpdateDestinationRequest.Builder> updateDestinationRequest)
Updates properties of a destination.
|
default UpdateDestinationResponse |
updateDestination(UpdateDestinationRequest updateDestinationRequest)
Updates properties of a destination.
|
default UpdateEventConfigurationByResourceTypesResponse |
updateEventConfigurationByResourceTypes(Consumer<UpdateEventConfigurationByResourceTypesRequest.Builder> updateEventConfigurationByResourceTypesRequest)
Update the event configuration based on resource types.
|
default UpdateEventConfigurationByResourceTypesResponse |
updateEventConfigurationByResourceTypes(UpdateEventConfigurationByResourceTypesRequest updateEventConfigurationByResourceTypesRequest)
Update the event configuration based on resource types.
|
default UpdateFuotaTaskResponse |
updateFuotaTask(Consumer<UpdateFuotaTaskRequest.Builder> updateFuotaTaskRequest)
Updates properties of a FUOTA task.
|
default UpdateFuotaTaskResponse |
updateFuotaTask(UpdateFuotaTaskRequest updateFuotaTaskRequest)
Updates properties of a FUOTA task.
|
default UpdateLogLevelsByResourceTypesResponse |
updateLogLevelsByResourceTypes(Consumer<UpdateLogLevelsByResourceTypesRequest.Builder> updateLogLevelsByResourceTypesRequest)
Set default log level, or log levels by resource types.
|
default UpdateLogLevelsByResourceTypesResponse |
updateLogLevelsByResourceTypes(UpdateLogLevelsByResourceTypesRequest updateLogLevelsByResourceTypesRequest)
Set default log level, or log levels by resource types.
|
default UpdateMulticastGroupResponse |
updateMulticastGroup(Consumer<UpdateMulticastGroupRequest.Builder> updateMulticastGroupRequest)
Updates properties of a multicast group session.
|
default UpdateMulticastGroupResponse |
updateMulticastGroup(UpdateMulticastGroupRequest updateMulticastGroupRequest)
Updates properties of a multicast group session.
|
default UpdateNetworkAnalyzerConfigurationResponse |
updateNetworkAnalyzerConfiguration(Consumer<UpdateNetworkAnalyzerConfigurationRequest.Builder> updateNetworkAnalyzerConfigurationRequest)
Update network analyzer configuration.
|
default UpdateNetworkAnalyzerConfigurationResponse |
updateNetworkAnalyzerConfiguration(UpdateNetworkAnalyzerConfigurationRequest updateNetworkAnalyzerConfigurationRequest)
Update network analyzer configuration.
|
default UpdatePartnerAccountResponse |
updatePartnerAccount(Consumer<UpdatePartnerAccountRequest.Builder> updatePartnerAccountRequest)
Updates properties of a partner account.
|
default UpdatePartnerAccountResponse |
updatePartnerAccount(UpdatePartnerAccountRequest updatePartnerAccountRequest)
Updates properties of a partner account.
|
default UpdatePositionResponse |
updatePosition(Consumer<UpdatePositionRequest.Builder> updatePositionRequest)
Deprecated.
This operation is no longer supported.
|
default UpdatePositionResponse |
updatePosition(UpdatePositionRequest updatePositionRequest)
Deprecated.
This operation is no longer supported.
|
default UpdateResourceEventConfigurationResponse |
updateResourceEventConfiguration(Consumer<UpdateResourceEventConfigurationRequest.Builder> updateResourceEventConfigurationRequest)
Update the event configuration for a particular resource identifier.
|
default UpdateResourceEventConfigurationResponse |
updateResourceEventConfiguration(UpdateResourceEventConfigurationRequest updateResourceEventConfigurationRequest)
Update the event configuration for a particular resource identifier.
|
default UpdateResourcePositionResponse |
updateResourcePosition(Consumer<UpdateResourcePositionRequest.Builder> updateResourcePositionRequest)
Update the position information of a given wireless device or a wireless gateway resource.
|
default UpdateResourcePositionResponse |
updateResourcePosition(UpdateResourcePositionRequest updateResourcePositionRequest)
Update the position information of a given wireless device or a wireless gateway resource.
|
default UpdateWirelessDeviceResponse |
updateWirelessDevice(Consumer<UpdateWirelessDeviceRequest.Builder> updateWirelessDeviceRequest)
Updates properties of a wireless device.
|
default UpdateWirelessDeviceResponse |
updateWirelessDevice(UpdateWirelessDeviceRequest updateWirelessDeviceRequest)
Updates properties of a wireless device.
|
default UpdateWirelessGatewayResponse |
updateWirelessGateway(Consumer<UpdateWirelessGatewayRequest.Builder> updateWirelessGatewayRequest)
Updates properties of a wireless gateway.
|
default UpdateWirelessGatewayResponse |
updateWirelessGateway(UpdateWirelessGatewayRequest updateWirelessGatewayRequest)
Updates properties of a wireless gateway.
|
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 CreateNetworkAnalyzerConfigurationResponse createNetworkAnalyzerConfiguration(CreateNetworkAnalyzerConfigurationRequest createNetworkAnalyzerConfigurationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new network analyzer configuration.
createNetworkAnalyzerConfigurationRequest - 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 CreateNetworkAnalyzerConfigurationResponse createNetworkAnalyzerConfiguration(Consumer<CreateNetworkAnalyzerConfigurationRequest.Builder> createNetworkAnalyzerConfigurationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new network analyzer configuration.
This is a convenience which creates an instance of the CreateNetworkAnalyzerConfigurationRequest.Builder
avoiding the need to create one manually via CreateNetworkAnalyzerConfigurationRequest.builder()
createNetworkAnalyzerConfigurationRequest - A Consumer that will call methods on CreateNetworkAnalyzerConfigurationRequest.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 DeleteNetworkAnalyzerConfigurationResponse deleteNetworkAnalyzerConfiguration(DeleteNetworkAnalyzerConfigurationRequest deleteNetworkAnalyzerConfigurationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a network analyzer configuration.
deleteNetworkAnalyzerConfigurationRequest - 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 DeleteNetworkAnalyzerConfigurationResponse deleteNetworkAnalyzerConfiguration(Consumer<DeleteNetworkAnalyzerConfigurationRequest.Builder> deleteNetworkAnalyzerConfigurationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a network analyzer configuration.
This is a convenience which creates an instance of the DeleteNetworkAnalyzerConfigurationRequest.Builder
avoiding the need to create one manually via DeleteNetworkAnalyzerConfigurationRequest.builder()
deleteNetworkAnalyzerConfigurationRequest - A Consumer that will call methods on DeleteNetworkAnalyzerConfigurationRequest.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 DeleteQueuedMessagesResponse deleteQueuedMessages(DeleteQueuedMessagesRequest deleteQueuedMessagesRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Remove queued messages from the downlink queue.
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
Remove queued messages from the downlink queue.
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 GetEventConfigurationByResourceTypesResponse getEventConfigurationByResourceTypes(GetEventConfigurationByResourceTypesRequest getEventConfigurationByResourceTypesRequest) throws AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Get the event configuration based on resource types.
getEventConfigurationByResourceTypesRequest - AccessDeniedException - User does not have permission to perform this action.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 GetEventConfigurationByResourceTypesResponse getEventConfigurationByResourceTypes(Consumer<GetEventConfigurationByResourceTypesRequest.Builder> getEventConfigurationByResourceTypesRequest) throws AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Get the event configuration based on resource types.
This is a convenience which creates an instance of the
GetEventConfigurationByResourceTypesRequest.Builder avoiding the need to create one manually via
GetEventConfigurationByResourceTypesRequest.builder()
getEventConfigurationByResourceTypesRequest - A Consumer that will call methods on GetEventConfigurationByResourceTypesRequest.Builder
to create a request.AccessDeniedException - User does not have permission to perform this action.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 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 network analyzer 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 network analyzer 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.AwsServiceException@Deprecated default GetPositionResponse getPosition(GetPositionRequest getPositionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Get the position information for a given resource.
This action is no longer supported. Calls to retrieve the position information should use the GetResourcePosition API operation instead.
getPositionRequest - 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.AwsServiceException@Deprecated default GetPositionResponse getPosition(Consumer<GetPositionRequest.Builder> getPositionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Get the position information for a given resource.
This action is no longer supported. Calls to retrieve the position information should use the GetResourcePosition API operation instead.
This is a convenience which creates an instance of the GetPositionRequest.Builder avoiding the need to
create one manually via GetPositionRequest.builder()
getPositionRequest - A Consumer that will call methods on GetPositionRequest.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.AwsServiceException@Deprecated default GetPositionConfigurationResponse getPositionConfiguration(GetPositionConfigurationRequest getPositionConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Get position configuration for a given resource.
This action is no longer supported. Calls to retrieve the position configuration should use the GetResourcePosition API operation instead.
getPositionConfigurationRequest - 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.AwsServiceException@Deprecated default GetPositionConfigurationResponse getPositionConfiguration(Consumer<GetPositionConfigurationRequest.Builder> getPositionConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Get position configuration for a given resource.
This action is no longer supported. Calls to retrieve the position configuration should use the GetResourcePosition API operation instead.
This is a convenience which creates an instance of the GetPositionConfigurationRequest.Builder avoiding
the need to create one manually via GetPositionConfigurationRequest.builder()
getPositionConfigurationRequest - A Consumer that will call methods on GetPositionConfigurationRequest.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 GetPositionEstimateResponse getPositionEstimate(GetPositionEstimateRequest getPositionEstimateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Get estimated position information as a payload in GeoJSON format. The payload measurement data is resolved using solvers that are provided by third-party vendors.
getPositionEstimateRequest - 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 GetPositionEstimateResponse getPositionEstimate(Consumer<GetPositionEstimateRequest.Builder> getPositionEstimateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Get estimated position information as a payload in GeoJSON format. The payload measurement data is resolved using solvers that are provided by third-party vendors.
This is a convenience which creates an instance of the GetPositionEstimateRequest.Builder avoiding the
need to create one manually via GetPositionEstimateRequest.builder()
getPositionEstimateRequest - A Consumer that will call methods on GetPositionEstimateRequest.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 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 GetResourcePositionResponse getResourcePosition(GetResourcePositionRequest getResourcePositionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Get the position information for a given wireless device or a wireless gateway resource. The postion information uses the World Geodetic System (WGS84).
getResourcePositionRequest - 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 GetResourcePositionResponse getResourcePosition(Consumer<GetResourcePositionRequest.Builder> getResourcePositionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Get the position information for a given wireless device or a wireless gateway resource. The postion information uses the World Geodetic System (WGS84).
This is a convenience which creates an instance of the GetResourcePositionRequest.Builder avoiding the
need to create one manually via GetResourcePositionRequest.builder()
getResourcePositionRequest - A Consumer that will call methods on GetResourcePositionRequest.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 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 ListEventConfigurationsResponse listEventConfigurations(ListEventConfigurationsRequest listEventConfigurationsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
List event configurations where at least one event topic has been enabled.
listEventConfigurationsRequest - 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.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 ListEventConfigurationsResponse listEventConfigurations(Consumer<ListEventConfigurationsRequest.Builder> listEventConfigurationsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
List event configurations where at least one event topic has been enabled.
This is a convenience which creates an instance of the ListEventConfigurationsRequest.Builder avoiding
the need to create one manually via ListEventConfigurationsRequest.builder()
listEventConfigurationsRequest - A Consumer that will call methods on ListEventConfigurationsRequest.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.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 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 ListNetworkAnalyzerConfigurationsResponse listNetworkAnalyzerConfigurations(ListNetworkAnalyzerConfigurationsRequest listNetworkAnalyzerConfigurationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the network analyzer configurations.
listNetworkAnalyzerConfigurationsRequest - 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 ListNetworkAnalyzerConfigurationsResponse listNetworkAnalyzerConfigurations(Consumer<ListNetworkAnalyzerConfigurationsRequest.Builder> listNetworkAnalyzerConfigurationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the network analyzer configurations.
This is a convenience which creates an instance of the ListNetworkAnalyzerConfigurationsRequest.Builder
avoiding the need to create one manually via ListNetworkAnalyzerConfigurationsRequest.builder()
listNetworkAnalyzerConfigurationsRequest - A Consumer that will call methods on ListNetworkAnalyzerConfigurationsRequest.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 ListNetworkAnalyzerConfigurationsIterable listNetworkAnalyzerConfigurationsPaginator(ListNetworkAnalyzerConfigurationsRequest listNetworkAnalyzerConfigurationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the network analyzer configurations.
This is a variant of
listNetworkAnalyzerConfigurations(software.amazon.awssdk.services.iotwireless.model.ListNetworkAnalyzerConfigurationsRequest)
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.ListNetworkAnalyzerConfigurationsIterable responses = client.listNetworkAnalyzerConfigurationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListNetworkAnalyzerConfigurationsIterable responses = client
.listNetworkAnalyzerConfigurationsPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListNetworkAnalyzerConfigurationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListNetworkAnalyzerConfigurationsIterable responses = client.listNetworkAnalyzerConfigurationsPaginator(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
listNetworkAnalyzerConfigurations(software.amazon.awssdk.services.iotwireless.model.ListNetworkAnalyzerConfigurationsRequest)
operation.
listNetworkAnalyzerConfigurationsRequest - 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 ListNetworkAnalyzerConfigurationsIterable listNetworkAnalyzerConfigurationsPaginator(Consumer<ListNetworkAnalyzerConfigurationsRequest.Builder> listNetworkAnalyzerConfigurationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the network analyzer configurations.
This is a variant of
listNetworkAnalyzerConfigurations(software.amazon.awssdk.services.iotwireless.model.ListNetworkAnalyzerConfigurationsRequest)
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.ListNetworkAnalyzerConfigurationsIterable responses = client.listNetworkAnalyzerConfigurationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListNetworkAnalyzerConfigurationsIterable responses = client
.listNetworkAnalyzerConfigurationsPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListNetworkAnalyzerConfigurationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListNetworkAnalyzerConfigurationsIterable responses = client.listNetworkAnalyzerConfigurationsPaginator(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
listNetworkAnalyzerConfigurations(software.amazon.awssdk.services.iotwireless.model.ListNetworkAnalyzerConfigurationsRequest)
operation.
This is a convenience which creates an instance of the ListNetworkAnalyzerConfigurationsRequest.Builder
avoiding the need to create one manually via ListNetworkAnalyzerConfigurationsRequest.builder()
listNetworkAnalyzerConfigurationsRequest - A Consumer that will call methods on ListNetworkAnalyzerConfigurationsRequest.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 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.AwsServiceException@Deprecated default ListPositionConfigurationsResponse listPositionConfigurations(ListPositionConfigurationsRequest listPositionConfigurationsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
List position configurations for a given resource, such as positioning solvers.
This action is no longer supported. Calls to retrieve position information should use the GetResourcePosition API operation instead.
listPositionConfigurationsRequest - 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.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.AwsServiceException@Deprecated default ListPositionConfigurationsResponse listPositionConfigurations(Consumer<ListPositionConfigurationsRequest.Builder> listPositionConfigurationsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
List position configurations for a given resource, such as positioning solvers.
This action is no longer supported. Calls to retrieve position information should use the GetResourcePosition API operation instead.
This is a convenience which creates an instance of the ListPositionConfigurationsRequest.Builder avoiding
the need to create one manually via ListPositionConfigurationsRequest.builder()
listPositionConfigurationsRequest - A Consumer that will call methods on ListPositionConfigurationsRequest.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.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.AwsServiceException@Deprecated default ListPositionConfigurationsIterable listPositionConfigurationsPaginator(ListPositionConfigurationsRequest listPositionConfigurationsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
List position configurations for a given resource, such as positioning solvers.
This action is no longer supported. Calls to retrieve position information should use the GetResourcePosition API operation instead.
This is a variant of
listPositionConfigurations(software.amazon.awssdk.services.iotwireless.model.ListPositionConfigurationsRequest)
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.ListPositionConfigurationsIterable responses = client.listPositionConfigurationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListPositionConfigurationsIterable responses = client
.listPositionConfigurationsPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListPositionConfigurationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListPositionConfigurationsIterable responses = client.listPositionConfigurationsPaginator(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
listPositionConfigurations(software.amazon.awssdk.services.iotwireless.model.ListPositionConfigurationsRequest)
operation.
listPositionConfigurationsRequest - 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.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.AwsServiceException@Deprecated default ListPositionConfigurationsIterable listPositionConfigurationsPaginator(Consumer<ListPositionConfigurationsRequest.Builder> listPositionConfigurationsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
List position configurations for a given resource, such as positioning solvers.
This action is no longer supported. Calls to retrieve position information should use the GetResourcePosition API operation instead.
This is a variant of
listPositionConfigurations(software.amazon.awssdk.services.iotwireless.model.ListPositionConfigurationsRequest)
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.ListPositionConfigurationsIterable responses = client.listPositionConfigurationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListPositionConfigurationsIterable responses = client
.listPositionConfigurationsPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListPositionConfigurationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListPositionConfigurationsIterable responses = client.listPositionConfigurationsPaginator(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
listPositionConfigurations(software.amazon.awssdk.services.iotwireless.model.ListPositionConfigurationsRequest)
operation.
This is a convenience which creates an instance of the ListPositionConfigurationsRequest.Builder avoiding
the need to create one manually via ListPositionConfigurationsRequest.builder()
listPositionConfigurationsRequest - A Consumer that will call methods on ListPositionConfigurationsRequest.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.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 ListQueuedMessagesResponse listQueuedMessages(ListQueuedMessagesRequest listQueuedMessagesRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
List queued messages in the downlink queue.
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
List queued messages in the downlink queue.
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
List queued messages in the downlink queue.
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
List queued messages in the downlink queue.
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.AwsServiceException@Deprecated default PutPositionConfigurationResponse putPositionConfiguration(PutPositionConfigurationRequest putPositionConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Put position configuration for a given resource.
This action is no longer supported. Calls to update the position configuration should use the UpdateResourcePosition API operation instead.
putPositionConfigurationRequest - 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.AwsServiceException@Deprecated default PutPositionConfigurationResponse putPositionConfiguration(Consumer<PutPositionConfigurationRequest.Builder> putPositionConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Put position configuration for a given resource.
This action is no longer supported. Calls to update the position configuration should use the UpdateResourcePosition API operation instead.
This is a convenience which creates an instance of the PutPositionConfigurationRequest.Builder avoiding
the need to create one manually via PutPositionConfigurationRequest.builder()
putPositionConfigurationRequest - A Consumer that will call methods on PutPositionConfigurationRequest.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 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 UpdateEventConfigurationByResourceTypesResponse updateEventConfigurationByResourceTypes(UpdateEventConfigurationByResourceTypesRequest updateEventConfigurationByResourceTypesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Update the event configuration based on resource types.
updateEventConfigurationByResourceTypesRequest - 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.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 UpdateEventConfigurationByResourceTypesResponse updateEventConfigurationByResourceTypes(Consumer<UpdateEventConfigurationByResourceTypesRequest.Builder> updateEventConfigurationByResourceTypesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Update the event configuration based on resource types.
This is a convenience which creates an instance of the
UpdateEventConfigurationByResourceTypesRequest.Builder avoiding the need to create one manually via
UpdateEventConfigurationByResourceTypesRequest.builder()
updateEventConfigurationByResourceTypesRequest - A Consumer that will call methods on
UpdateEventConfigurationByResourceTypesRequest.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.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 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 network analyzer 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 network analyzer 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.AwsServiceException@Deprecated default UpdatePositionResponse updatePosition(UpdatePositionRequest updatePositionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Update the position information of a resource.
This action is no longer supported. Calls to update the position information should use the UpdateResourcePosition API operation instead.
updatePositionRequest - 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.AwsServiceException@Deprecated default UpdatePositionResponse updatePosition(Consumer<UpdatePositionRequest.Builder> updatePositionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Update the position information of a resource.
This action is no longer supported. Calls to update the position information should use the UpdateResourcePosition API operation instead.
This is a convenience which creates an instance of the UpdatePositionRequest.Builder avoiding the need to
create one manually via UpdatePositionRequest.builder()
updatePositionRequest - A Consumer that will call methods on UpdatePositionRequest.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 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 UpdateResourcePositionResponse updateResourcePosition(UpdateResourcePositionRequest updateResourcePositionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Update the position information of a given wireless device or a wireless gateway resource. The postion coordinates are based on the World Geodetic System (WGS84).
updateResourcePositionRequest - 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 UpdateResourcePositionResponse updateResourcePosition(Consumer<UpdateResourcePositionRequest.Builder> updateResourcePositionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Update the position information of a given wireless device or a wireless gateway resource. The postion coordinates are based on the World Geodetic System (WGS84).
This is a convenience which creates an instance of the UpdateResourcePositionRequest.Builder avoiding the
need to create one manually via UpdateResourcePositionRequest.builder()
updateResourcePositionRequest - A Consumer that will call methods on UpdateResourcePositionRequest.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 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.