Interface IotWirelessClient
- All Superinterfaces:
AutoCloseable
,AwsClient
,SdkAutoCloseable
,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.
To connect to the AWS IoT Wireless Service, use the Service endpoints as described in IoT Wireless Service endpoints in the AWS General Reference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Value for looking up the service's metadata from theServiceMetadataProvider
.static final String
-
Method Summary
Modifier and TypeMethodDescriptionassociateAwsAccountWithPartnerAccount
(Consumer<AssociateAwsAccountWithPartnerAccountRequest.Builder> associateAwsAccountWithPartnerAccountRequest) Associates a partner account with your AWS account.associateAwsAccountWithPartnerAccount
(AssociateAwsAccountWithPartnerAccountRequest associateAwsAccountWithPartnerAccountRequest) Associates a partner account with your AWS account.associateMulticastGroupWithFuotaTask
(Consumer<AssociateMulticastGroupWithFuotaTaskRequest.Builder> associateMulticastGroupWithFuotaTaskRequest) Associate a multicast group with a FUOTA task.associateMulticastGroupWithFuotaTask
(AssociateMulticastGroupWithFuotaTaskRequest associateMulticastGroupWithFuotaTaskRequest) Associate a multicast group with a FUOTA task.associateWirelessDeviceWithFuotaTask
(Consumer<AssociateWirelessDeviceWithFuotaTaskRequest.Builder> associateWirelessDeviceWithFuotaTaskRequest) Associate a wireless device with a FUOTA task.associateWirelessDeviceWithFuotaTask
(AssociateWirelessDeviceWithFuotaTaskRequest associateWirelessDeviceWithFuotaTaskRequest) Associate a wireless device with a FUOTA task.associateWirelessDeviceWithMulticastGroup
(Consumer<AssociateWirelessDeviceWithMulticastGroupRequest.Builder> associateWirelessDeviceWithMulticastGroupRequest) Associates a wireless device with a multicast group.associateWirelessDeviceWithMulticastGroup
(AssociateWirelessDeviceWithMulticastGroupRequest associateWirelessDeviceWithMulticastGroupRequest) Associates a wireless device with a multicast group.associateWirelessDeviceWithThing
(Consumer<AssociateWirelessDeviceWithThingRequest.Builder> associateWirelessDeviceWithThingRequest) Associates a wireless device with a thing.associateWirelessDeviceWithThing
(AssociateWirelessDeviceWithThingRequest associateWirelessDeviceWithThingRequest) Associates a wireless device with a thing.associateWirelessGatewayWithCertificate
(Consumer<AssociateWirelessGatewayWithCertificateRequest.Builder> associateWirelessGatewayWithCertificateRequest) Associates a wireless gateway with a certificate.associateWirelessGatewayWithCertificate
(AssociateWirelessGatewayWithCertificateRequest associateWirelessGatewayWithCertificateRequest) Associates a wireless gateway with a certificate.associateWirelessGatewayWithThing
(Consumer<AssociateWirelessGatewayWithThingRequest.Builder> associateWirelessGatewayWithThingRequest) Associates a wireless gateway with a thing.associateWirelessGatewayWithThing
(AssociateWirelessGatewayWithThingRequest associateWirelessGatewayWithThingRequest) Associates a wireless gateway with a thing.static IotWirelessClientBuilder
builder()
Create a builder that can be used to configure and create aIotWirelessClient
.cancelMulticastGroupSession
(Consumer<CancelMulticastGroupSessionRequest.Builder> cancelMulticastGroupSessionRequest) Cancels an existing multicast group session.cancelMulticastGroupSession
(CancelMulticastGroupSessionRequest cancelMulticastGroupSessionRequest) Cancels an existing multicast group session.static IotWirelessClient
create()
Create aIotWirelessClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
.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.createNetworkAnalyzerConfiguration
(Consumer<CreateNetworkAnalyzerConfigurationRequest.Builder> createNetworkAnalyzerConfigurationRequest) Creates a new network analyzer configuration.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.createWirelessGatewayTask
(Consumer<CreateWirelessGatewayTaskRequest.Builder> createWirelessGatewayTaskRequest) Creates a task for a wireless gateway.createWirelessGatewayTask
(CreateWirelessGatewayTaskRequest createWirelessGatewayTaskRequest) Creates a task for a wireless gateway.createWirelessGatewayTaskDefinition
(Consumer<CreateWirelessGatewayTaskDefinitionRequest.Builder> createWirelessGatewayTaskDefinitionRequest) Creates a gateway task definition.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.deleteNetworkAnalyzerConfiguration
(Consumer<DeleteNetworkAnalyzerConfigurationRequest.Builder> deleteNetworkAnalyzerConfigurationRequest) Deletes a network analyzer configuration.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.deleteWirelessDeviceImportTask
(Consumer<DeleteWirelessDeviceImportTaskRequest.Builder> deleteWirelessDeviceImportTaskRequest) Delete an import task.deleteWirelessDeviceImportTask
(DeleteWirelessDeviceImportTaskRequest deleteWirelessDeviceImportTaskRequest) Delete an import task.default DeleteWirelessGatewayResponse
deleteWirelessGateway
(Consumer<DeleteWirelessGatewayRequest.Builder> deleteWirelessGatewayRequest) Deletes a wireless gateway.default DeleteWirelessGatewayResponse
deleteWirelessGateway
(DeleteWirelessGatewayRequest deleteWirelessGatewayRequest) Deletes a wireless gateway.deleteWirelessGatewayTask
(Consumer<DeleteWirelessGatewayTaskRequest.Builder> deleteWirelessGatewayTaskRequest) Deletes a wireless gateway task.deleteWirelessGatewayTask
(DeleteWirelessGatewayTaskRequest deleteWirelessGatewayTaskRequest) Deletes a wireless gateway task.deleteWirelessGatewayTaskDefinition
(Consumer<DeleteWirelessGatewayTaskDefinitionRequest.Builder> deleteWirelessGatewayTaskDefinitionRequest) Deletes a wireless gateway task definition.deleteWirelessGatewayTaskDefinition
(DeleteWirelessGatewayTaskDefinitionRequest deleteWirelessGatewayTaskDefinitionRequest) Deletes a wireless gateway task definition.default DeregisterWirelessDeviceResponse
deregisterWirelessDevice
(Consumer<DeregisterWirelessDeviceRequest.Builder> deregisterWirelessDeviceRequest) Deregister a wireless device from AWS IoT Wireless.default DeregisterWirelessDeviceResponse
deregisterWirelessDevice
(DeregisterWirelessDeviceRequest deregisterWirelessDeviceRequest) Deregister a wireless device from AWS IoT Wireless.disassociateAwsAccountFromPartnerAccount
(Consumer<DisassociateAwsAccountFromPartnerAccountRequest.Builder> disassociateAwsAccountFromPartnerAccountRequest) Disassociates your AWS account from a partner account.disassociateAwsAccountFromPartnerAccount
(DisassociateAwsAccountFromPartnerAccountRequest disassociateAwsAccountFromPartnerAccountRequest) Disassociates your AWS account from a partner account.disassociateMulticastGroupFromFuotaTask
(Consumer<DisassociateMulticastGroupFromFuotaTaskRequest.Builder> disassociateMulticastGroupFromFuotaTaskRequest) Disassociates a multicast group from a fuota task.disassociateMulticastGroupFromFuotaTask
(DisassociateMulticastGroupFromFuotaTaskRequest disassociateMulticastGroupFromFuotaTaskRequest) Disassociates a multicast group from a fuota task.disassociateWirelessDeviceFromFuotaTask
(Consumer<DisassociateWirelessDeviceFromFuotaTaskRequest.Builder> disassociateWirelessDeviceFromFuotaTaskRequest) Disassociates a wireless device from a FUOTA task.disassociateWirelessDeviceFromFuotaTask
(DisassociateWirelessDeviceFromFuotaTaskRequest disassociateWirelessDeviceFromFuotaTaskRequest) Disassociates a wireless device from a FUOTA task.disassociateWirelessDeviceFromMulticastGroup
(Consumer<DisassociateWirelessDeviceFromMulticastGroupRequest.Builder> disassociateWirelessDeviceFromMulticastGroupRequest) Disassociates a wireless device from a multicast group.disassociateWirelessDeviceFromMulticastGroup
(DisassociateWirelessDeviceFromMulticastGroupRequest disassociateWirelessDeviceFromMulticastGroupRequest) Disassociates a wireless device from a multicast group.disassociateWirelessDeviceFromThing
(Consumer<DisassociateWirelessDeviceFromThingRequest.Builder> disassociateWirelessDeviceFromThingRequest) Disassociates a wireless device from its currently associated thing.disassociateWirelessDeviceFromThing
(DisassociateWirelessDeviceFromThingRequest disassociateWirelessDeviceFromThingRequest) Disassociates a wireless device from its currently associated thing.disassociateWirelessGatewayFromCertificate
(Consumer<DisassociateWirelessGatewayFromCertificateRequest.Builder> disassociateWirelessGatewayFromCertificateRequest) Disassociates a wireless gateway from its currently associated certificate.disassociateWirelessGatewayFromCertificate
(DisassociateWirelessGatewayFromCertificateRequest disassociateWirelessGatewayFromCertificateRequest) Disassociates a wireless gateway from its currently associated certificate.disassociateWirelessGatewayFromThing
(Consumer<DisassociateWirelessGatewayFromThingRequest.Builder> disassociateWirelessGatewayFromThingRequest) Disassociates a wireless gateway from its currently associated thing.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.getEventConfigurationByResourceTypes
(Consumer<GetEventConfigurationByResourceTypesRequest.Builder> getEventConfigurationByResourceTypesRequest) Get the event configuration based on resource types.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.getLogLevelsByResourceTypes
(Consumer<GetLogLevelsByResourceTypesRequest.Builder> getLogLevelsByResourceTypesRequest) Returns current default log levels or log levels by resource types.getLogLevelsByResourceTypes
(GetLogLevelsByResourceTypesRequest getLogLevelsByResourceTypesRequest) Returns current default log levels or log levels by resource types.default GetMetricConfigurationResponse
getMetricConfiguration
(Consumer<GetMetricConfigurationRequest.Builder> getMetricConfigurationRequest) Get the metric configuration status for this AWS account.default GetMetricConfigurationResponse
getMetricConfiguration
(GetMetricConfigurationRequest getMetricConfigurationRequest) Get the metric configuration status for this AWS account.default GetMetricsResponse
getMetrics
(Consumer<GetMetricsRequest.Builder> getMetricsRequest) Get the summary metrics for this AWS account.default GetMetricsResponse
getMetrics
(GetMetricsRequest getMetricsRequest) Get the summary metrics for this AWS account.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.getNetworkAnalyzerConfiguration
(Consumer<GetNetworkAnalyzerConfigurationRequest.Builder> getNetworkAnalyzerConfigurationRequest) Get network analyzer configuration.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.getResourceEventConfiguration
(Consumer<GetResourceEventConfigurationRequest.Builder> getResourceEventConfigurationRequest) Get the event configuration for a particular resource identifier.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.getWirelessDeviceImportTask
(Consumer<GetWirelessDeviceImportTaskRequest.Builder> getWirelessDeviceImportTaskRequest) Get information about an import task and count of device onboarding summary information for the import task.getWirelessDeviceImportTask
(GetWirelessDeviceImportTaskRequest getWirelessDeviceImportTaskRequest) Get information about an import task and count of device onboarding summary information for the import task.getWirelessDeviceStatistics
(Consumer<GetWirelessDeviceStatisticsRequest.Builder> getWirelessDeviceStatisticsRequest) Gets operating information about a wireless device.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.getWirelessGatewayCertificate
(Consumer<GetWirelessGatewayCertificateRequest.Builder> getWirelessGatewayCertificateRequest) Gets the ID of the certificate that is currently associated with a wireless gateway.getWirelessGatewayCertificate
(GetWirelessGatewayCertificateRequest getWirelessGatewayCertificateRequest) Gets the ID of the certificate that is currently associated with a wireless gateway.getWirelessGatewayFirmwareInformation
(Consumer<GetWirelessGatewayFirmwareInformationRequest.Builder> getWirelessGatewayFirmwareInformationRequest) Gets the firmware version and other information about a wireless gateway.getWirelessGatewayFirmwareInformation
(GetWirelessGatewayFirmwareInformationRequest getWirelessGatewayFirmwareInformationRequest) Gets the firmware version and other information about a wireless gateway.getWirelessGatewayStatistics
(Consumer<GetWirelessGatewayStatisticsRequest.Builder> getWirelessGatewayStatisticsRequest) Gets operating information about a wireless gateway.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.getWirelessGatewayTaskDefinition
(Consumer<GetWirelessGatewayTaskDefinitionRequest.Builder> getWirelessGatewayTaskDefinitionRequest) Gets information about a wireless gateway task definition.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) This is a variant oflistDestinations(software.amazon.awssdk.services.iotwireless.model.ListDestinationsRequest)
operation.default ListDestinationsIterable
listDestinationsPaginator
(ListDestinationsRequest listDestinationsRequest) This is a variant oflistDestinations(software.amazon.awssdk.services.iotwireless.model.ListDestinationsRequest)
operation.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) This is a variant oflistDeviceProfiles(software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesRequest)
operation.default ListDeviceProfilesIterable
listDeviceProfilesPaginator
(ListDeviceProfilesRequest listDeviceProfilesRequest) This is a variant oflistDeviceProfiles(software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesRequest)
operation.listDevicesForWirelessDeviceImportTask
(Consumer<ListDevicesForWirelessDeviceImportTaskRequest.Builder> listDevicesForWirelessDeviceImportTaskRequest) List the Sidewalk devices in an import task and their onboarding status.listDevicesForWirelessDeviceImportTask
(ListDevicesForWirelessDeviceImportTaskRequest listDevicesForWirelessDeviceImportTaskRequest) List the Sidewalk devices in an import task and their onboarding status.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) This is a variant oflistFuotaTasks(software.amazon.awssdk.services.iotwireless.model.ListFuotaTasksRequest)
operation.default ListFuotaTasksIterable
listFuotaTasksPaginator
(ListFuotaTasksRequest listFuotaTasksRequest) This is a variant oflistFuotaTasks(software.amazon.awssdk.services.iotwireless.model.ListFuotaTasksRequest)
operation.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.listMulticastGroupsByFuotaTask
(Consumer<ListMulticastGroupsByFuotaTaskRequest.Builder> listMulticastGroupsByFuotaTaskRequest) List all multicast groups associated with a fuota task.listMulticastGroupsByFuotaTask
(ListMulticastGroupsByFuotaTaskRequest listMulticastGroupsByFuotaTaskRequest) List all multicast groups associated with a fuota task.listMulticastGroupsByFuotaTaskPaginator
(Consumer<ListMulticastGroupsByFuotaTaskRequest.Builder> listMulticastGroupsByFuotaTaskRequest) This is a variant oflistMulticastGroupsByFuotaTask(software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsByFuotaTaskRequest)
operation.listMulticastGroupsByFuotaTaskPaginator
(ListMulticastGroupsByFuotaTaskRequest listMulticastGroupsByFuotaTaskRequest) This is a variant oflistMulticastGroupsByFuotaTask(software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsByFuotaTaskRequest)
operation.default ListMulticastGroupsIterable
listMulticastGroupsPaginator
(Consumer<ListMulticastGroupsRequest.Builder> listMulticastGroupsRequest) This is a variant oflistMulticastGroups(software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsRequest)
operation.default ListMulticastGroupsIterable
listMulticastGroupsPaginator
(ListMulticastGroupsRequest listMulticastGroupsRequest) This is a variant oflistMulticastGroups(software.amazon.awssdk.services.iotwireless.model.ListMulticastGroupsRequest)
operation.listNetworkAnalyzerConfigurations
(Consumer<ListNetworkAnalyzerConfigurationsRequest.Builder> listNetworkAnalyzerConfigurationsRequest) Lists the network analyzer configurations.listNetworkAnalyzerConfigurations
(ListNetworkAnalyzerConfigurationsRequest listNetworkAnalyzerConfigurationsRequest) Lists the network analyzer configurations.listNetworkAnalyzerConfigurationsPaginator
(Consumer<ListNetworkAnalyzerConfigurationsRequest.Builder> listNetworkAnalyzerConfigurationsRequest) This is a variant oflistNetworkAnalyzerConfigurations(software.amazon.awssdk.services.iotwireless.model.ListNetworkAnalyzerConfigurationsRequest)
operation.listNetworkAnalyzerConfigurationsPaginator
(ListNetworkAnalyzerConfigurationsRequest listNetworkAnalyzerConfigurationsRequest) This is a variant oflistNetworkAnalyzerConfigurations(software.amazon.awssdk.services.iotwireless.model.ListNetworkAnalyzerConfigurationsRequest)
operation.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.listPositionConfigurations
(Consumer<ListPositionConfigurationsRequest.Builder> listPositionConfigurationsRequest) Deprecated.This operation is no longer supported.listPositionConfigurations
(ListPositionConfigurationsRequest listPositionConfigurationsRequest) Deprecated.This operation is no longer supported.listPositionConfigurationsPaginator
(Consumer<ListPositionConfigurationsRequest.Builder> listPositionConfigurationsRequest) Deprecated.This operation is no longer supported.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) This is a variant oflistQueuedMessages(software.amazon.awssdk.services.iotwireless.model.ListQueuedMessagesRequest)
operation.default ListQueuedMessagesIterable
listQueuedMessagesPaginator
(ListQueuedMessagesRequest listQueuedMessagesRequest) This is a variant oflistQueuedMessages(software.amazon.awssdk.services.iotwireless.model.ListQueuedMessagesRequest)
operation.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) This is a variant oflistServiceProfiles(software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesRequest)
operation.default ListServiceProfilesIterable
listServiceProfilesPaginator
(ListServiceProfilesRequest listServiceProfilesRequest) This is a variant oflistServiceProfiles(software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesRequest)
operation.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.listWirelessDeviceImportTasks
(Consumer<ListWirelessDeviceImportTasksRequest.Builder> listWirelessDeviceImportTasksRequest) List wireless devices that have been added to an import task.listWirelessDeviceImportTasks
(ListWirelessDeviceImportTasksRequest listWirelessDeviceImportTasksRequest) List wireless devices that have been added to an import task.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) This is a variant oflistWirelessDevices(software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesRequest)
operation.default ListWirelessDevicesIterable
listWirelessDevicesPaginator
(ListWirelessDevicesRequest listWirelessDevicesRequest) This is a variant oflistWirelessDevices(software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesRequest)
operation.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) This is a variant oflistWirelessGateways(software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysRequest)
operation.default ListWirelessGatewaysIterable
listWirelessGatewaysPaginator
(ListWirelessGatewaysRequest listWirelessGatewaysRequest) This is a variant oflistWirelessGateways(software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysRequest)
operation.listWirelessGatewayTaskDefinitions
(Consumer<ListWirelessGatewayTaskDefinitionsRequest.Builder> listWirelessGatewayTaskDefinitionsRequest) List the wireless gateway tasks definitions registered to your AWS account.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.resetAllResourceLogLevels
(Consumer<ResetAllResourceLogLevelsRequest.Builder> resetAllResourceLogLevelsRequest) Removes the log-level overrides for all resources; both wireless devices and wireless gateways.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.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadata
startBulkAssociateWirelessDeviceWithMulticastGroup
(Consumer<StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.Builder> startBulkAssociateWirelessDeviceWithMulticastGroupRequest) Starts a bulk association of all qualifying wireless devices with a multicast group.startBulkAssociateWirelessDeviceWithMulticastGroup
(StartBulkAssociateWirelessDeviceWithMulticastGroupRequest startBulkAssociateWirelessDeviceWithMulticastGroupRequest) Starts a bulk association of all qualifying wireless devices with a multicast group.startBulkDisassociateWirelessDeviceFromMulticastGroup
(Consumer<StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.Builder> startBulkDisassociateWirelessDeviceFromMulticastGroupRequest) Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.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.startMulticastGroupSession
(Consumer<StartMulticastGroupSessionRequest.Builder> startMulticastGroupSessionRequest) Starts a multicast group session.startMulticastGroupSession
(StartMulticastGroupSessionRequest startMulticastGroupSessionRequest) Starts a multicast group session.startSingleWirelessDeviceImportTask
(Consumer<StartSingleWirelessDeviceImportTaskRequest.Builder> startSingleWirelessDeviceImportTaskRequest) Start import task for a single wireless device.startSingleWirelessDeviceImportTask
(StartSingleWirelessDeviceImportTaskRequest startSingleWirelessDeviceImportTaskRequest) Start import task for a single wireless device.startWirelessDeviceImportTask
(Consumer<StartWirelessDeviceImportTaskRequest.Builder> startWirelessDeviceImportTaskRequest) Start import task for provisioning Sidewalk devices in bulk using an S3 CSV file.startWirelessDeviceImportTask
(StartWirelessDeviceImportTaskRequest startWirelessDeviceImportTaskRequest) Start import task for provisioning Sidewalk devices in bulk using an S3 CSV file.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 ofHello
.default TestWirelessDeviceResponse
testWirelessDevice
(TestWirelessDeviceRequest testWirelessDeviceRequest) Simulates a provisioned device by sending an uplink data payload ofHello
.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.updateEventConfigurationByResourceTypes
(Consumer<UpdateEventConfigurationByResourceTypesRequest.Builder> updateEventConfigurationByResourceTypesRequest) Update the event configuration based on resource types.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.updateLogLevelsByResourceTypes
(Consumer<UpdateLogLevelsByResourceTypesRequest.Builder> updateLogLevelsByResourceTypesRequest) Set default log level, or log levels by resource types.updateLogLevelsByResourceTypes
(UpdateLogLevelsByResourceTypesRequest updateLogLevelsByResourceTypesRequest) Set default log level, or log levels by resource types.updateMetricConfiguration
(Consumer<UpdateMetricConfigurationRequest.Builder> updateMetricConfigurationRequest) Update the summary metric configuration.updateMetricConfiguration
(UpdateMetricConfigurationRequest updateMetricConfigurationRequest) Update the summary metric configuration.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.updateNetworkAnalyzerConfiguration
(Consumer<UpdateNetworkAnalyzerConfigurationRequest.Builder> updateNetworkAnalyzerConfigurationRequest) Update network analyzer configuration.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.updateResourceEventConfiguration
(Consumer<UpdateResourceEventConfigurationRequest.Builder> updateResourceEventConfigurationRequest) Update the event configuration for a particular resource identifier.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.updateWirelessDeviceImportTask
(Consumer<UpdateWirelessDeviceImportTaskRequest.Builder> updateWirelessDeviceImportTaskRequest) Update an import task to add more devices to the task.updateWirelessDeviceImportTask
(UpdateWirelessDeviceImportTaskRequest updateWirelessDeviceImportTaskRequest) Update an import task to add more devices to the task.default UpdateWirelessGatewayResponse
updateWirelessGateway
(Consumer<UpdateWirelessGatewayRequest.Builder> updateWirelessGatewayRequest) Updates properties of a wireless gateway.default UpdateWirelessGatewayResponse
updateWirelessGateway
(UpdateWirelessGatewayRequest updateWirelessGatewayRequest) Updates properties of a wireless gateway.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider
.- See Also:
-
-
Method Details
-
associateAwsAccountWithPartnerAccount
default AssociateAwsAccountWithPartnerAccountResponse associateAwsAccountWithPartnerAccount(AssociateAwsAccountWithPartnerAccountRequest associateAwsAccountWithPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, ConflictException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException Associates a partner account with your AWS account.
- Parameters:
associateAwsAccountWithPartnerAccountRequest
-- Returns:
- Result of the AssociateAwsAccountWithPartnerAccount operation returned by the service.
- See Also:
-
associateAwsAccountWithPartnerAccount
default 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 viaAssociateAwsAccountWithPartnerAccountRequest.builder()
- Parameters:
associateAwsAccountWithPartnerAccountRequest
- AConsumer
that will call methods onAssociateAwsAccountWithPartnerAccountRequest.Builder
to create a request.- Returns:
- Result of the AssociateAwsAccountWithPartnerAccount operation returned by the service.
- See Also:
-
associateMulticastGroupWithFuotaTask
default AssociateMulticastGroupWithFuotaTaskResponse associateMulticastGroupWithFuotaTask(AssociateMulticastGroupWithFuotaTaskRequest associateMulticastGroupWithFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Associate a multicast group with a FUOTA task.
- Parameters:
associateMulticastGroupWithFuotaTaskRequest
-- Returns:
- Result of the AssociateMulticastGroupWithFuotaTask operation returned by the service.
- See Also:
-
associateMulticastGroupWithFuotaTask
default 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 viaAssociateMulticastGroupWithFuotaTaskRequest.builder()
- Parameters:
associateMulticastGroupWithFuotaTaskRequest
- AConsumer
that will call methods onAssociateMulticastGroupWithFuotaTaskRequest.Builder
to create a request.- Returns:
- Result of the AssociateMulticastGroupWithFuotaTask operation returned by the service.
- See Also:
-
associateWirelessDeviceWithFuotaTask
default AssociateWirelessDeviceWithFuotaTaskResponse associateWirelessDeviceWithFuotaTask(AssociateWirelessDeviceWithFuotaTaskRequest associateWirelessDeviceWithFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Associate a wireless device with a FUOTA task.
- Parameters:
associateWirelessDeviceWithFuotaTaskRequest
-- Returns:
- Result of the AssociateWirelessDeviceWithFuotaTask operation returned by the service.
- See Also:
-
associateWirelessDeviceWithFuotaTask
default 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 viaAssociateWirelessDeviceWithFuotaTaskRequest.builder()
- Parameters:
associateWirelessDeviceWithFuotaTaskRequest
- AConsumer
that will call methods onAssociateWirelessDeviceWithFuotaTaskRequest.Builder
to create a request.- Returns:
- Result of the AssociateWirelessDeviceWithFuotaTask operation returned by the service.
- See Also:
-
associateWirelessDeviceWithMulticastGroup
default AssociateWirelessDeviceWithMulticastGroupResponse associateWirelessDeviceWithMulticastGroup(AssociateWirelessDeviceWithMulticastGroupRequest associateWirelessDeviceWithMulticastGroupRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Associates a wireless device with a multicast group.
- Parameters:
associateWirelessDeviceWithMulticastGroupRequest
-- Returns:
- Result of the AssociateWirelessDeviceWithMulticastGroup operation returned by the service.
- See Also:
-
associateWirelessDeviceWithMulticastGroup
default 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 viaAssociateWirelessDeviceWithMulticastGroupRequest.builder()
- Parameters:
associateWirelessDeviceWithMulticastGroupRequest
- AConsumer
that will call methods onAssociateWirelessDeviceWithMulticastGroupRequest.Builder
to create a request.- Returns:
- Result of the AssociateWirelessDeviceWithMulticastGroup operation returned by the service.
- See Also:
-
associateWirelessDeviceWithThing
default AssociateWirelessDeviceWithThingResponse associateWirelessDeviceWithThing(AssociateWirelessDeviceWithThingRequest associateWirelessDeviceWithThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Associates a wireless device with a thing.
- Parameters:
associateWirelessDeviceWithThingRequest
-- Returns:
- Result of the AssociateWirelessDeviceWithThing operation returned by the service.
- See Also:
-
associateWirelessDeviceWithThing
default 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 viaAssociateWirelessDeviceWithThingRequest.builder()
- Parameters:
associateWirelessDeviceWithThingRequest
- AConsumer
that will call methods onAssociateWirelessDeviceWithThingRequest.Builder
to create a request.- Returns:
- Result of the AssociateWirelessDeviceWithThing operation returned by the service.
- See Also:
-
associateWirelessGatewayWithCertificate
default AssociateWirelessGatewayWithCertificateResponse associateWirelessGatewayWithCertificate(AssociateWirelessGatewayWithCertificateRequest associateWirelessGatewayWithCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Associates a wireless gateway with a certificate.
- Parameters:
associateWirelessGatewayWithCertificateRequest
-- Returns:
- Result of the AssociateWirelessGatewayWithCertificate operation returned by the service.
- See Also:
-
associateWirelessGatewayWithCertificate
default 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 viaAssociateWirelessGatewayWithCertificateRequest.builder()
- Parameters:
associateWirelessGatewayWithCertificateRequest
- AConsumer
that will call methods onAssociateWirelessGatewayWithCertificateRequest.Builder
to create a request.- Returns:
- Result of the AssociateWirelessGatewayWithCertificate operation returned by the service.
- See Also:
-
associateWirelessGatewayWithThing
default AssociateWirelessGatewayWithThingResponse associateWirelessGatewayWithThing(AssociateWirelessGatewayWithThingRequest associateWirelessGatewayWithThingRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Associates a wireless gateway with a thing.
- Parameters:
associateWirelessGatewayWithThingRequest
-- Returns:
- Result of the AssociateWirelessGatewayWithThing operation returned by the service.
- See Also:
-
associateWirelessGatewayWithThing
default 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 viaAssociateWirelessGatewayWithThingRequest.builder()
- Parameters:
associateWirelessGatewayWithThingRequest
- AConsumer
that will call methods onAssociateWirelessGatewayWithThingRequest.Builder
to create a request.- Returns:
- Result of the AssociateWirelessGatewayWithThing operation returned by the service.
- See Also:
-
cancelMulticastGroupSession
default CancelMulticastGroupSessionResponse cancelMulticastGroupSession(CancelMulticastGroupSessionRequest cancelMulticastGroupSessionRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Cancels an existing multicast group session.
- Parameters:
cancelMulticastGroupSessionRequest
-- Returns:
- Result of the CancelMulticastGroupSession operation returned by the service.
- See Also:
-
cancelMulticastGroupSession
default 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 viaCancelMulticastGroupSessionRequest.builder()
- Parameters:
cancelMulticastGroupSessionRequest
- AConsumer
that will call methods onCancelMulticastGroupSessionRequest.Builder
to create a request.- Returns:
- Result of the CancelMulticastGroupSession operation returned by the service.
- See Also:
-
createDestination
default 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.
- Parameters:
createDestinationRequest
-- Returns:
- Result of the CreateDestination operation returned by the service.
- See Also:
-
createDestination
default 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 viaCreateDestinationRequest.builder()
- Parameters:
createDestinationRequest
- AConsumer
that will call methods onCreateDestinationRequest.Builder
to create a request.- Returns:
- Result of the CreateDestination operation returned by the service.
- See Also:
-
createDeviceProfile
default CreateDeviceProfileResponse createDeviceProfile(CreateDeviceProfileRequest createDeviceProfileRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Creates a new device profile.
- Parameters:
createDeviceProfileRequest
-- Returns:
- Result of the CreateDeviceProfile operation returned by the service.
- See Also:
-
createDeviceProfile
default 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 viaCreateDeviceProfileRequest.builder()
- Parameters:
createDeviceProfileRequest
- AConsumer
that will call methods onCreateDeviceProfileRequest.Builder
to create a request.- Returns:
- Result of the CreateDeviceProfile operation returned by the service.
- See Also:
-
createFuotaTask
default CreateFuotaTaskResponse createFuotaTask(CreateFuotaTaskRequest createFuotaTaskRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Creates a FUOTA task.
- Parameters:
createFuotaTaskRequest
-- Returns:
- Result of the CreateFuotaTask operation returned by the service.
- See Also:
-
createFuotaTask
default 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 viaCreateFuotaTaskRequest.builder()
- Parameters:
createFuotaTaskRequest
- AConsumer
that will call methods onCreateFuotaTaskRequest.Builder
to create a request.- Returns:
- Result of the CreateFuotaTask operation returned by the service.
- See Also:
-
createMulticastGroup
default CreateMulticastGroupResponse createMulticastGroup(CreateMulticastGroupRequest createMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Creates a multicast group.
- Parameters:
createMulticastGroupRequest
-- Returns:
- Result of the CreateMulticastGroup operation returned by the service.
- See Also:
-
createMulticastGroup
default 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 viaCreateMulticastGroupRequest.builder()
- Parameters:
createMulticastGroupRequest
- AConsumer
that will call methods onCreateMulticastGroupRequest.Builder
to create a request.- Returns:
- Result of the CreateMulticastGroup operation returned by the service.
- See Also:
-
createNetworkAnalyzerConfiguration
default CreateNetworkAnalyzerConfigurationResponse createNetworkAnalyzerConfiguration(CreateNetworkAnalyzerConfigurationRequest createNetworkAnalyzerConfigurationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Creates a new network analyzer configuration.
- Parameters:
createNetworkAnalyzerConfigurationRequest
-- Returns:
- Result of the CreateNetworkAnalyzerConfiguration operation returned by the service.
- See Also:
-
createNetworkAnalyzerConfiguration
default 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 viaCreateNetworkAnalyzerConfigurationRequest.builder()
- Parameters:
createNetworkAnalyzerConfigurationRequest
- AConsumer
that will call methods onCreateNetworkAnalyzerConfigurationRequest.Builder
to create a request.- Returns:
- Result of the CreateNetworkAnalyzerConfiguration operation returned by the service.
- See Also:
-
createServiceProfile
default CreateServiceProfileResponse createServiceProfile(CreateServiceProfileRequest createServiceProfileRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Creates a new service profile.
- Parameters:
createServiceProfileRequest
-- Returns:
- Result of the CreateServiceProfile operation returned by the service.
- See Also:
-
createServiceProfile
default 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 viaCreateServiceProfileRequest.builder()
- Parameters:
createServiceProfileRequest
- AConsumer
that will call methods onCreateServiceProfileRequest.Builder
to create a request.- Returns:
- Result of the CreateServiceProfile operation returned by the service.
- See Also:
-
createWirelessDevice
default CreateWirelessDeviceResponse createWirelessDevice(CreateWirelessDeviceRequest createWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Provisions a wireless device.
- Parameters:
createWirelessDeviceRequest
-- Returns:
- Result of the CreateWirelessDevice operation returned by the service.
- See Also:
-
createWirelessDevice
default 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 viaCreateWirelessDeviceRequest.builder()
- Parameters:
createWirelessDeviceRequest
- AConsumer
that will call methods onCreateWirelessDeviceRequest.Builder
to create a request.- Returns:
- Result of the CreateWirelessDevice operation returned by the service.
- See Also:
-
createWirelessGateway
default CreateWirelessGatewayResponse createWirelessGateway(CreateWirelessGatewayRequest createWirelessGatewayRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Provisions a wireless gateway.
When provisioning a wireless gateway, you might run into duplication errors for the following reasons.
-
If you specify a
GatewayEui
value that already exists. -
If you used a
ClientRequestToken
with the same parameters within the last 10 minutes.
To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.
- Parameters:
createWirelessGatewayRequest
-- Returns:
- Result of the CreateWirelessGateway operation returned by the service.
- See Also:
-
-
createWirelessGateway
default CreateWirelessGatewayResponse createWirelessGateway(Consumer<CreateWirelessGatewayRequest.Builder> createWirelessGatewayRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Provisions a wireless gateway.
When provisioning a wireless gateway, you might run into duplication errors for the following reasons.
-
If you specify a
GatewayEui
value that already exists. -
If you used a
ClientRequestToken
with the same parameters within the last 10 minutes.
To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.
This is a convenience which creates an instance of the
CreateWirelessGatewayRequest.Builder
avoiding the need to create one manually viaCreateWirelessGatewayRequest.builder()
- Parameters:
createWirelessGatewayRequest
- AConsumer
that will call methods onCreateWirelessGatewayRequest.Builder
to create a request.- Returns:
- Result of the CreateWirelessGateway operation returned by the service.
- See Also:
-
-
createWirelessGatewayTask
default CreateWirelessGatewayTaskResponse createWirelessGatewayTask(CreateWirelessGatewayTaskRequest createWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Creates a task for a wireless gateway.
- Parameters:
createWirelessGatewayTaskRequest
-- Returns:
- Result of the CreateWirelessGatewayTask operation returned by the service.
- See Also:
-
createWirelessGatewayTask
default 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 viaCreateWirelessGatewayTaskRequest.builder()
- Parameters:
createWirelessGatewayTaskRequest
- AConsumer
that will call methods onCreateWirelessGatewayTaskRequest.Builder
to create a request.- Returns:
- Result of the CreateWirelessGatewayTask operation returned by the service.
- See Also:
-
createWirelessGatewayTaskDefinition
default CreateWirelessGatewayTaskDefinitionResponse createWirelessGatewayTaskDefinition(CreateWirelessGatewayTaskDefinitionRequest createWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Creates a gateway task definition.
- Parameters:
createWirelessGatewayTaskDefinitionRequest
-- Returns:
- Result of the CreateWirelessGatewayTaskDefinition operation returned by the service.
- See Also:
-
createWirelessGatewayTaskDefinition
default 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 viaCreateWirelessGatewayTaskDefinitionRequest.builder()
- Parameters:
createWirelessGatewayTaskDefinitionRequest
- AConsumer
that will call methods onCreateWirelessGatewayTaskDefinitionRequest.Builder
to create a request.- Returns:
- Result of the CreateWirelessGatewayTaskDefinition operation returned by the service.
- See Also:
-
deleteDestination
default DeleteDestinationResponse deleteDestination(DeleteDestinationRequest deleteDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Deletes a destination.
- Parameters:
deleteDestinationRequest
-- Returns:
- Result of the DeleteDestination operation returned by the service.
- See Also:
-
deleteDestination
default 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 viaDeleteDestinationRequest.builder()
- Parameters:
deleteDestinationRequest
- AConsumer
that will call methods onDeleteDestinationRequest.Builder
to create a request.- Returns:
- Result of the DeleteDestination operation returned by the service.
- See Also:
-
deleteDeviceProfile
default DeleteDeviceProfileResponse deleteDeviceProfile(DeleteDeviceProfileRequest deleteDeviceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Deletes a device profile.
- Parameters:
deleteDeviceProfileRequest
-- Returns:
- Result of the DeleteDeviceProfile operation returned by the service.
- See Also:
-
deleteDeviceProfile
default 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 viaDeleteDeviceProfileRequest.builder()
- Parameters:
deleteDeviceProfileRequest
- AConsumer
that will call methods onDeleteDeviceProfileRequest.Builder
to create a request.- Returns:
- Result of the DeleteDeviceProfile operation returned by the service.
- See Also:
-
deleteFuotaTask
default DeleteFuotaTaskResponse deleteFuotaTask(DeleteFuotaTaskRequest deleteFuotaTaskRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Deletes a FUOTA task.
- Parameters:
deleteFuotaTaskRequest
-- Returns:
- Result of the DeleteFuotaTask operation returned by the service.
- See Also:
-
deleteFuotaTask
default 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 viaDeleteFuotaTaskRequest.builder()
- Parameters:
deleteFuotaTaskRequest
- AConsumer
that will call methods onDeleteFuotaTaskRequest.Builder
to create a request.- Returns:
- Result of the DeleteFuotaTask operation returned by the service.
- See Also:
-
deleteMulticastGroup
default 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.
- Parameters:
deleteMulticastGroupRequest
-- Returns:
- Result of the DeleteMulticastGroup operation returned by the service.
- See Also:
-
deleteMulticastGroup
default 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 viaDeleteMulticastGroupRequest.builder()
- Parameters:
deleteMulticastGroupRequest
- AConsumer
that will call methods onDeleteMulticastGroupRequest.Builder
to create a request.- Returns:
- Result of the DeleteMulticastGroup operation returned by the service.
- See Also:
-
deleteNetworkAnalyzerConfiguration
default DeleteNetworkAnalyzerConfigurationResponse deleteNetworkAnalyzerConfiguration(DeleteNetworkAnalyzerConfigurationRequest deleteNetworkAnalyzerConfigurationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Deletes a network analyzer configuration.
- Parameters:
deleteNetworkAnalyzerConfigurationRequest
-- Returns:
- Result of the DeleteNetworkAnalyzerConfiguration operation returned by the service.
- See Also:
-
deleteNetworkAnalyzerConfiguration
default 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 viaDeleteNetworkAnalyzerConfigurationRequest.builder()
- Parameters:
deleteNetworkAnalyzerConfigurationRequest
- AConsumer
that will call methods onDeleteNetworkAnalyzerConfigurationRequest.Builder
to create a request.- Returns:
- Result of the DeleteNetworkAnalyzerConfiguration operation returned by the service.
- See Also:
-
deleteQueuedMessages
default DeleteQueuedMessagesResponse deleteQueuedMessages(DeleteQueuedMessagesRequest deleteQueuedMessagesRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException Remove queued messages from the downlink queue.
- Parameters:
deleteQueuedMessagesRequest
-- Returns:
- Result of the DeleteQueuedMessages operation returned by the service.
- See Also:
-
deleteQueuedMessages
default 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 viaDeleteQueuedMessagesRequest.builder()
- Parameters:
deleteQueuedMessagesRequest
- AConsumer
that will call methods onDeleteQueuedMessagesRequest.Builder
to create a request.- Returns:
- Result of the DeleteQueuedMessages operation returned by the service.
- See Also:
-
deleteServiceProfile
default DeleteServiceProfileResponse deleteServiceProfile(DeleteServiceProfileRequest deleteServiceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Deletes a service profile.
- Parameters:
deleteServiceProfileRequest
-- Returns:
- Result of the DeleteServiceProfile operation returned by the service.
- See Also:
-
deleteServiceProfile
default 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 viaDeleteServiceProfileRequest.builder()
- Parameters:
deleteServiceProfileRequest
- AConsumer
that will call methods onDeleteServiceProfileRequest.Builder
to create a request.- Returns:
- Result of the DeleteServiceProfile operation returned by the service.
- See Also:
-
deleteWirelessDevice
default DeleteWirelessDeviceResponse deleteWirelessDevice(DeleteWirelessDeviceRequest deleteWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Deletes a wireless device.
- Parameters:
deleteWirelessDeviceRequest
-- Returns:
- Result of the DeleteWirelessDevice operation returned by the service.
- See Also:
-
deleteWirelessDevice
default 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 viaDeleteWirelessDeviceRequest.builder()
- Parameters:
deleteWirelessDeviceRequest
- AConsumer
that will call methods onDeleteWirelessDeviceRequest.Builder
to create a request.- Returns:
- Result of the DeleteWirelessDevice operation returned by the service.
- See Also:
-
deleteWirelessDeviceImportTask
default DeleteWirelessDeviceImportTaskResponse deleteWirelessDeviceImportTask(DeleteWirelessDeviceImportTaskRequest deleteWirelessDeviceImportTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Delete an import task.
- Parameters:
deleteWirelessDeviceImportTaskRequest
-- Returns:
- Result of the DeleteWirelessDeviceImportTask operation returned by the service.
- See Also:
-
deleteWirelessDeviceImportTask
default DeleteWirelessDeviceImportTaskResponse deleteWirelessDeviceImportTask(Consumer<DeleteWirelessDeviceImportTaskRequest.Builder> deleteWirelessDeviceImportTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Delete an import task.
This is a convenience which creates an instance of the
DeleteWirelessDeviceImportTaskRequest.Builder
avoiding the need to create one manually viaDeleteWirelessDeviceImportTaskRequest.builder()
- Parameters:
deleteWirelessDeviceImportTaskRequest
- AConsumer
that will call methods onDeleteWirelessDeviceImportTaskRequest.Builder
to create a request.- Returns:
- Result of the DeleteWirelessDeviceImportTask operation returned by the service.
- See Also:
-
deleteWirelessGateway
default DeleteWirelessGatewayResponse deleteWirelessGateway(DeleteWirelessGatewayRequest deleteWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Deletes a wireless gateway.
When deleting a wireless gateway, you might run into duplication errors for the following reasons.
-
If you specify a
GatewayEui
value that already exists. -
If you used a
ClientRequestToken
with the same parameters within the last 10 minutes.
To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.
- Parameters:
deleteWirelessGatewayRequest
-- Returns:
- Result of the DeleteWirelessGateway operation returned by the service.
- See Also:
-
-
deleteWirelessGateway
default DeleteWirelessGatewayResponse deleteWirelessGateway(Consumer<DeleteWirelessGatewayRequest.Builder> deleteWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Deletes a wireless gateway.
When deleting a wireless gateway, you might run into duplication errors for the following reasons.
-
If you specify a
GatewayEui
value that already exists. -
If you used a
ClientRequestToken
with the same parameters within the last 10 minutes.
To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.
This is a convenience which creates an instance of the
DeleteWirelessGatewayRequest.Builder
avoiding the need to create one manually viaDeleteWirelessGatewayRequest.builder()
- Parameters:
deleteWirelessGatewayRequest
- AConsumer
that will call methods onDeleteWirelessGatewayRequest.Builder
to create a request.- Returns:
- Result of the DeleteWirelessGateway operation returned by the service.
- See Also:
-
-
deleteWirelessGatewayTask
default DeleteWirelessGatewayTaskResponse deleteWirelessGatewayTask(DeleteWirelessGatewayTaskRequest deleteWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Deletes a wireless gateway task.
- Parameters:
deleteWirelessGatewayTaskRequest
-- Returns:
- Result of the DeleteWirelessGatewayTask operation returned by the service.
- See Also:
-
deleteWirelessGatewayTask
default 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 viaDeleteWirelessGatewayTaskRequest.builder()
- Parameters:
deleteWirelessGatewayTaskRequest
- AConsumer
that will call methods onDeleteWirelessGatewayTaskRequest.Builder
to create a request.- Returns:
- Result of the DeleteWirelessGatewayTask operation returned by the service.
- See Also:
-
deleteWirelessGatewayTaskDefinition
default 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.
- Parameters:
deleteWirelessGatewayTaskDefinitionRequest
-- Returns:
- Result of the DeleteWirelessGatewayTaskDefinition operation returned by the service.
- See Also:
-
deleteWirelessGatewayTaskDefinition
default 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 viaDeleteWirelessGatewayTaskDefinitionRequest.builder()
- Parameters:
deleteWirelessGatewayTaskDefinitionRequest
- AConsumer
that will call methods onDeleteWirelessGatewayTaskDefinitionRequest.Builder
to create a request.- Returns:
- Result of the DeleteWirelessGatewayTaskDefinition operation returned by the service.
- See Also:
-
deregisterWirelessDevice
default DeregisterWirelessDeviceResponse deregisterWirelessDevice(DeregisterWirelessDeviceRequest deregisterWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Deregister a wireless device from AWS IoT Wireless.
- Parameters:
deregisterWirelessDeviceRequest
-- Returns:
- Result of the DeregisterWirelessDevice operation returned by the service.
- See Also:
-
deregisterWirelessDevice
default DeregisterWirelessDeviceResponse deregisterWirelessDevice(Consumer<DeregisterWirelessDeviceRequest.Builder> deregisterWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Deregister a wireless device from AWS IoT Wireless.
This is a convenience which creates an instance of the
DeregisterWirelessDeviceRequest.Builder
avoiding the need to create one manually viaDeregisterWirelessDeviceRequest.builder()
- Parameters:
deregisterWirelessDeviceRequest
- AConsumer
that will call methods onDeregisterWirelessDeviceRequest.Builder
to create a request.- Returns:
- Result of the DeregisterWirelessDevice operation returned by the service.
- See Also:
-
disassociateAwsAccountFromPartnerAccount
default DisassociateAwsAccountFromPartnerAccountResponse disassociateAwsAccountFromPartnerAccount(DisassociateAwsAccountFromPartnerAccountRequest disassociateAwsAccountFromPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Disassociates your AWS account from a partner account. If
PartnerAccountId
andPartnerType
arenull
, disassociates your AWS account from all partner accounts.- Parameters:
disassociateAwsAccountFromPartnerAccountRequest
-- Returns:
- Result of the DisassociateAwsAccountFromPartnerAccount operation returned by the service.
- See Also:
-
disassociateAwsAccountFromPartnerAccount
default DisassociateAwsAccountFromPartnerAccountResponse disassociateAwsAccountFromPartnerAccount(Consumer<DisassociateAwsAccountFromPartnerAccountRequest.Builder> disassociateAwsAccountFromPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Disassociates your AWS account from a partner account. If
PartnerAccountId
andPartnerType
arenull
, 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 viaDisassociateAwsAccountFromPartnerAccountRequest.builder()
- Parameters:
disassociateAwsAccountFromPartnerAccountRequest
- AConsumer
that will call methods onDisassociateAwsAccountFromPartnerAccountRequest.Builder
to create a request.- Returns:
- Result of the DisassociateAwsAccountFromPartnerAccount operation returned by the service.
- See Also:
-
disassociateMulticastGroupFromFuotaTask
default DisassociateMulticastGroupFromFuotaTaskResponse disassociateMulticastGroupFromFuotaTask(DisassociateMulticastGroupFromFuotaTaskRequest disassociateMulticastGroupFromFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Disassociates a multicast group from a fuota task.
- Parameters:
disassociateMulticastGroupFromFuotaTaskRequest
-- Returns:
- Result of the DisassociateMulticastGroupFromFuotaTask operation returned by the service.
- See Also:
-
disassociateMulticastGroupFromFuotaTask
default 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 viaDisassociateMulticastGroupFromFuotaTaskRequest.builder()
- Parameters:
disassociateMulticastGroupFromFuotaTaskRequest
- AConsumer
that will call methods onDisassociateMulticastGroupFromFuotaTaskRequest.Builder
to create a request.- Returns:
- Result of the DisassociateMulticastGroupFromFuotaTask operation returned by the service.
- See Also:
-
disassociateWirelessDeviceFromFuotaTask
default DisassociateWirelessDeviceFromFuotaTaskResponse disassociateWirelessDeviceFromFuotaTask(DisassociateWirelessDeviceFromFuotaTaskRequest disassociateWirelessDeviceFromFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Disassociates a wireless device from a FUOTA task.
- Parameters:
disassociateWirelessDeviceFromFuotaTaskRequest
-- Returns:
- Result of the DisassociateWirelessDeviceFromFuotaTask operation returned by the service.
- See Also:
-
disassociateWirelessDeviceFromFuotaTask
default 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 viaDisassociateWirelessDeviceFromFuotaTaskRequest.builder()
- Parameters:
disassociateWirelessDeviceFromFuotaTaskRequest
- AConsumer
that will call methods onDisassociateWirelessDeviceFromFuotaTaskRequest.Builder
to create a request.- Returns:
- Result of the DisassociateWirelessDeviceFromFuotaTask operation returned by the service.
- See Also:
-
disassociateWirelessDeviceFromMulticastGroup
default DisassociateWirelessDeviceFromMulticastGroupResponse disassociateWirelessDeviceFromMulticastGroup(DisassociateWirelessDeviceFromMulticastGroupRequest disassociateWirelessDeviceFromMulticastGroupRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Disassociates a wireless device from a multicast group.
- Parameters:
disassociateWirelessDeviceFromMulticastGroupRequest
-- Returns:
- Result of the DisassociateWirelessDeviceFromMulticastGroup operation returned by the service.
- See Also:
-
disassociateWirelessDeviceFromMulticastGroup
default 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 viaDisassociateWirelessDeviceFromMulticastGroupRequest.builder()
- Parameters:
disassociateWirelessDeviceFromMulticastGroupRequest
- AConsumer
that will call methods onDisassociateWirelessDeviceFromMulticastGroupRequest.Builder
to create a request.- Returns:
- Result of the DisassociateWirelessDeviceFromMulticastGroup operation returned by the service.
- See Also:
-
disassociateWirelessDeviceFromThing
default DisassociateWirelessDeviceFromThingResponse disassociateWirelessDeviceFromThing(DisassociateWirelessDeviceFromThingRequest disassociateWirelessDeviceFromThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Disassociates a wireless device from its currently associated thing.
- Parameters:
disassociateWirelessDeviceFromThingRequest
-- Returns:
- Result of the DisassociateWirelessDeviceFromThing operation returned by the service.
- See Also:
-
disassociateWirelessDeviceFromThing
default 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 viaDisassociateWirelessDeviceFromThingRequest.builder()
- Parameters:
disassociateWirelessDeviceFromThingRequest
- AConsumer
that will call methods onDisassociateWirelessDeviceFromThingRequest.Builder
to create a request.- Returns:
- Result of the DisassociateWirelessDeviceFromThing operation returned by the service.
- See Also:
-
disassociateWirelessGatewayFromCertificate
default DisassociateWirelessGatewayFromCertificateResponse disassociateWirelessGatewayFromCertificate(DisassociateWirelessGatewayFromCertificateRequest disassociateWirelessGatewayFromCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Disassociates a wireless gateway from its currently associated certificate.
- Parameters:
disassociateWirelessGatewayFromCertificateRequest
-- Returns:
- Result of the DisassociateWirelessGatewayFromCertificate operation returned by the service.
- See Also:
-
disassociateWirelessGatewayFromCertificate
default 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 viaDisassociateWirelessGatewayFromCertificateRequest.builder()
- Parameters:
disassociateWirelessGatewayFromCertificateRequest
- AConsumer
that will call methods onDisassociateWirelessGatewayFromCertificateRequest.Builder
to create a request.- Returns:
- Result of the DisassociateWirelessGatewayFromCertificate operation returned by the service.
- See Also:
-
disassociateWirelessGatewayFromThing
default DisassociateWirelessGatewayFromThingResponse disassociateWirelessGatewayFromThing(DisassociateWirelessGatewayFromThingRequest disassociateWirelessGatewayFromThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Disassociates a wireless gateway from its currently associated thing.
- Parameters:
disassociateWirelessGatewayFromThingRequest
-- Returns:
- Result of the DisassociateWirelessGatewayFromThing operation returned by the service.
- See Also:
-
disassociateWirelessGatewayFromThing
default 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 viaDisassociateWirelessGatewayFromThingRequest.builder()
- Parameters:
disassociateWirelessGatewayFromThingRequest
- AConsumer
that will call methods onDisassociateWirelessGatewayFromThingRequest.Builder
to create a request.- Returns:
- Result of the DisassociateWirelessGatewayFromThing operation returned by the service.
- See Also:
-
getDestination
default GetDestinationResponse getDestination(GetDestinationRequest getDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets information about a destination.
- Parameters:
getDestinationRequest
-- Returns:
- Result of the GetDestination operation returned by the service.
- See Also:
-
getDestination
default 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 viaGetDestinationRequest.builder()
- Parameters:
getDestinationRequest
- AConsumer
that will call methods onGetDestinationRequest.Builder
to create a request.- Returns:
- Result of the GetDestination operation returned by the service.
- See Also:
-
getDeviceProfile
default GetDeviceProfileResponse getDeviceProfile(GetDeviceProfileRequest getDeviceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets information about a device profile.
- Parameters:
getDeviceProfileRequest
-- Returns:
- Result of the GetDeviceProfile operation returned by the service.
- See Also:
-
getDeviceProfile
default 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 viaGetDeviceProfileRequest.builder()
- Parameters:
getDeviceProfileRequest
- AConsumer
that will call methods onGetDeviceProfileRequest.Builder
to create a request.- Returns:
- Result of the GetDeviceProfile operation returned by the service.
- See Also:
-
getEventConfigurationByResourceTypes
default GetEventConfigurationByResourceTypesResponse getEventConfigurationByResourceTypes(GetEventConfigurationByResourceTypesRequest getEventConfigurationByResourceTypesRequest) throws AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Get the event configuration based on resource types.
- Parameters:
getEventConfigurationByResourceTypesRequest
-- Returns:
- Result of the GetEventConfigurationByResourceTypes operation returned by the service.
- See Also:
-
getEventConfigurationByResourceTypes
default 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 viaGetEventConfigurationByResourceTypesRequest.builder()
- Parameters:
getEventConfigurationByResourceTypesRequest
- AConsumer
that will call methods onGetEventConfigurationByResourceTypesRequest.Builder
to create a request.- Returns:
- Result of the GetEventConfigurationByResourceTypes operation returned by the service.
- See Also:
-
getFuotaTask
default GetFuotaTaskResponse getFuotaTask(GetFuotaTaskRequest getFuotaTaskRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets information about a FUOTA task.
- Parameters:
getFuotaTaskRequest
-- Returns:
- Result of the GetFuotaTask operation returned by the service.
- See Also:
-
getFuotaTask
default 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 viaGetFuotaTaskRequest.builder()
- Parameters:
getFuotaTaskRequest
- AConsumer
that will call methods onGetFuotaTaskRequest.Builder
to create a request.- Returns:
- Result of the GetFuotaTask operation returned by the service.
- See Also:
-
getLogLevelsByResourceTypes
default 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.
- Parameters:
getLogLevelsByResourceTypesRequest
-- Returns:
- Result of the GetLogLevelsByResourceTypes operation returned by the service.
- See Also:
-
getLogLevelsByResourceTypes
default 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 viaGetLogLevelsByResourceTypesRequest.builder()
- Parameters:
getLogLevelsByResourceTypesRequest
- AConsumer
that will call methods onGetLogLevelsByResourceTypesRequest.Builder
to create a request.- Returns:
- Result of the GetLogLevelsByResourceTypes operation returned by the service.
- See Also:
-
getMetricConfiguration
default GetMetricConfigurationResponse getMetricConfiguration(GetMetricConfigurationRequest getMetricConfigurationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Get the metric configuration status for this AWS account.
- Parameters:
getMetricConfigurationRequest
-- Returns:
- Result of the GetMetricConfiguration operation returned by the service.
- See Also:
-
getMetricConfiguration
default GetMetricConfigurationResponse getMetricConfiguration(Consumer<GetMetricConfigurationRequest.Builder> getMetricConfigurationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Get the metric configuration status for this AWS account.
This is a convenience which creates an instance of the
GetMetricConfigurationRequest.Builder
avoiding the need to create one manually viaGetMetricConfigurationRequest.builder()
- Parameters:
getMetricConfigurationRequest
- AConsumer
that will call methods onGetMetricConfigurationRequest.Builder
to create a request.- Returns:
- Result of the GetMetricConfiguration operation returned by the service.
- See Also:
-
getMetrics
default GetMetricsResponse getMetrics(GetMetricsRequest getMetricsRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Get the summary metrics for this AWS account.
- Parameters:
getMetricsRequest
-- Returns:
- Result of the GetMetrics operation returned by the service.
- See Also:
-
getMetrics
default GetMetricsResponse getMetrics(Consumer<GetMetricsRequest.Builder> getMetricsRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Get the summary metrics for this AWS account.
This is a convenience which creates an instance of the
GetMetricsRequest.Builder
avoiding the need to create one manually viaGetMetricsRequest.builder()
- Parameters:
getMetricsRequest
- AConsumer
that will call methods onGetMetricsRequest.Builder
to create a request.- Returns:
- Result of the GetMetrics operation returned by the service.
- See Also:
-
getMulticastGroup
default GetMulticastGroupResponse getMulticastGroup(GetMulticastGroupRequest getMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets information about a multicast group.
- Parameters:
getMulticastGroupRequest
-- Returns:
- Result of the GetMulticastGroup operation returned by the service.
- See Also:
-
getMulticastGroup
default 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 viaGetMulticastGroupRequest.builder()
- Parameters:
getMulticastGroupRequest
- AConsumer
that will call methods onGetMulticastGroupRequest.Builder
to create a request.- Returns:
- Result of the GetMulticastGroup operation returned by the service.
- See Also:
-
getMulticastGroupSession
default GetMulticastGroupSessionResponse getMulticastGroupSession(GetMulticastGroupSessionRequest getMulticastGroupSessionRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets information about a multicast group session.
- Parameters:
getMulticastGroupSessionRequest
-- Returns:
- Result of the GetMulticastGroupSession operation returned by the service.
- See Also:
-
getMulticastGroupSession
default 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 viaGetMulticastGroupSessionRequest.builder()
- Parameters:
getMulticastGroupSessionRequest
- AConsumer
that will call methods onGetMulticastGroupSessionRequest.Builder
to create a request.- Returns:
- Result of the GetMulticastGroupSession operation returned by the service.
- See Also:
-
getNetworkAnalyzerConfiguration
default GetNetworkAnalyzerConfigurationResponse getNetworkAnalyzerConfiguration(GetNetworkAnalyzerConfigurationRequest getNetworkAnalyzerConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Get network analyzer configuration.
- Parameters:
getNetworkAnalyzerConfigurationRequest
-- Returns:
- Result of the GetNetworkAnalyzerConfiguration operation returned by the service.
- See Also:
-
getNetworkAnalyzerConfiguration
default 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 viaGetNetworkAnalyzerConfigurationRequest.builder()
- Parameters:
getNetworkAnalyzerConfigurationRequest
- AConsumer
that will call methods onGetNetworkAnalyzerConfigurationRequest.Builder
to create a request.- Returns:
- Result of the GetNetworkAnalyzerConfiguration operation returned by the service.
- See Also:
-
getPartnerAccount
default GetPartnerAccountResponse getPartnerAccount(GetPartnerAccountRequest getPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets information about a partner account. If
PartnerAccountId
andPartnerType
arenull
, returns all partner accounts.- Parameters:
getPartnerAccountRequest
-- Returns:
- Result of the GetPartnerAccount operation returned by the service.
- See Also:
-
getPartnerAccount
default GetPartnerAccountResponse getPartnerAccount(Consumer<GetPartnerAccountRequest.Builder> getPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets information about a partner account. If
PartnerAccountId
andPartnerType
arenull
, returns all partner accounts.
This is a convenience which creates an instance of the
GetPartnerAccountRequest.Builder
avoiding the need to create one manually viaGetPartnerAccountRequest.builder()
- Parameters:
getPartnerAccountRequest
- AConsumer
that will call methods onGetPartnerAccountRequest.Builder
to create a request.- Returns:
- Result of the GetPartnerAccount operation returned by the service.
- See Also:
-
getPosition
@Deprecated default GetPositionResponse getPosition(GetPositionRequest getPositionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Deprecated.This operation is no longer supported.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.
- Parameters:
getPositionRequest
-- Returns:
- Result of the GetPosition operation returned by the service.
- See Also:
-
getPosition
@Deprecated default GetPositionResponse getPosition(Consumer<GetPositionRequest.Builder> getPositionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Deprecated.This operation is no longer supported.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 viaGetPositionRequest.builder()
- Parameters:
getPositionRequest
- AConsumer
that will call methods onGetPositionRequest.Builder
to create a request.- Returns:
- Result of the GetPosition operation returned by the service.
- See Also:
-
getPositionConfiguration
@Deprecated default GetPositionConfigurationResponse getPositionConfiguration(GetPositionConfigurationRequest getPositionConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Deprecated.This operation is no longer supported.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.
- Parameters:
getPositionConfigurationRequest
-- Returns:
- Result of the GetPositionConfiguration operation returned by the service.
- See Also:
-
getPositionConfiguration
@Deprecated default GetPositionConfigurationResponse getPositionConfiguration(Consumer<GetPositionConfigurationRequest.Builder> getPositionConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Deprecated.This operation is no longer supported.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 viaGetPositionConfigurationRequest.builder()
- Parameters:
getPositionConfigurationRequest
- AConsumer
that will call methods onGetPositionConfigurationRequest.Builder
to create a request.- Returns:
- Result of the GetPositionConfiguration operation returned by the service.
- See Also:
-
getPositionEstimate
default 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.
- Parameters:
getPositionEstimateRequest
-- Returns:
- Result of the GetPositionEstimate operation returned by the service.
- See Also:
-
getPositionEstimate
default 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 viaGetPositionEstimateRequest.builder()
- Parameters:
getPositionEstimateRequest
- AConsumer
that will call methods onGetPositionEstimateRequest.Builder
to create a request.- Returns:
- Result of the GetPositionEstimate operation returned by the service.
- See Also:
-
getResourceEventConfiguration
default GetResourceEventConfigurationResponse getResourceEventConfiguration(GetResourceEventConfigurationRequest getResourceEventConfigurationRequest) throws ValidationException, AccessDeniedException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Get the event configuration for a particular resource identifier.
- Parameters:
getResourceEventConfigurationRequest
-- Returns:
- Result of the GetResourceEventConfiguration operation returned by the service.
- See Also:
-
getResourceEventConfiguration
default 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 viaGetResourceEventConfigurationRequest.builder()
- Parameters:
getResourceEventConfigurationRequest
- AConsumer
that will call methods onGetResourceEventConfigurationRequest.Builder
to create a request.- Returns:
- Result of the GetResourceEventConfiguration operation returned by the service.
- See Also:
-
getResourceLogLevel
default 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.
- Parameters:
getResourceLogLevelRequest
-- Returns:
- Result of the GetResourceLogLevel operation returned by the service.
- See Also:
-
getResourceLogLevel
default 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 viaGetResourceLogLevelRequest.builder()
- Parameters:
getResourceLogLevelRequest
- AConsumer
that will call methods onGetResourceLogLevelRequest.Builder
to create a request.- Returns:
- Result of the GetResourceLogLevel operation returned by the service.
- See Also:
-
getResourcePosition
default 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 position information uses the World Geodetic System (WGS84).
- Parameters:
getResourcePositionRequest
-- Returns:
- Result of the GetResourcePosition operation returned by the service.
- See Also:
-
getResourcePosition
default 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 position 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 viaGetResourcePositionRequest.builder()
- Parameters:
getResourcePositionRequest
- AConsumer
that will call methods onGetResourcePositionRequest.Builder
to create a request.- Returns:
- Result of the GetResourcePosition operation returned by the service.
- See Also:
-
getServiceEndpoint
default 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.
- Parameters:
getServiceEndpointRequest
-- Returns:
- Result of the GetServiceEndpoint operation returned by the service.
- See Also:
-
getServiceEndpoint
default 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 viaGetServiceEndpointRequest.builder()
- Parameters:
getServiceEndpointRequest
- AConsumer
that will call methods onGetServiceEndpointRequest.Builder
to create a request.- Returns:
- Result of the GetServiceEndpoint operation returned by the service.
- See Also:
-
getServiceProfile
default GetServiceProfileResponse getServiceProfile(GetServiceProfileRequest getServiceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets information about a service profile.
- Parameters:
getServiceProfileRequest
-- Returns:
- Result of the GetServiceProfile operation returned by the service.
- See Also:
-
getServiceProfile
default 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 viaGetServiceProfileRequest.builder()
- Parameters:
getServiceProfileRequest
- AConsumer
that will call methods onGetServiceProfileRequest.Builder
to create a request.- Returns:
- Result of the GetServiceProfile operation returned by the service.
- See Also:
-
getWirelessDevice
default GetWirelessDeviceResponse getWirelessDevice(GetWirelessDeviceRequest getWirelessDeviceRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets information about a wireless device.
- Parameters:
getWirelessDeviceRequest
-- Returns:
- Result of the GetWirelessDevice operation returned by the service.
- See Also:
-
getWirelessDevice
default 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 viaGetWirelessDeviceRequest.builder()
- Parameters:
getWirelessDeviceRequest
- AConsumer
that will call methods onGetWirelessDeviceRequest.Builder
to create a request.- Returns:
- Result of the GetWirelessDevice operation returned by the service.
- See Also:
-
getWirelessDeviceImportTask
default GetWirelessDeviceImportTaskResponse getWirelessDeviceImportTask(GetWirelessDeviceImportTaskRequest getWirelessDeviceImportTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Get information about an import task and count of device onboarding summary information for the import task.
- Parameters:
getWirelessDeviceImportTaskRequest
-- Returns:
- Result of the GetWirelessDeviceImportTask operation returned by the service.
- See Also:
-
getWirelessDeviceImportTask
default GetWirelessDeviceImportTaskResponse getWirelessDeviceImportTask(Consumer<GetWirelessDeviceImportTaskRequest.Builder> getWirelessDeviceImportTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Get information about an import task and count of device onboarding summary information for the import task.
This is a convenience which creates an instance of the
GetWirelessDeviceImportTaskRequest.Builder
avoiding the need to create one manually viaGetWirelessDeviceImportTaskRequest.builder()
- Parameters:
getWirelessDeviceImportTaskRequest
- AConsumer
that will call methods onGetWirelessDeviceImportTaskRequest.Builder
to create a request.- Returns:
- Result of the GetWirelessDeviceImportTask operation returned by the service.
- See Also:
-
getWirelessDeviceStatistics
default GetWirelessDeviceStatisticsResponse getWirelessDeviceStatistics(GetWirelessDeviceStatisticsRequest getWirelessDeviceStatisticsRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets operating information about a wireless device.
- Parameters:
getWirelessDeviceStatisticsRequest
-- Returns:
- Result of the GetWirelessDeviceStatistics operation returned by the service.
- See Also:
-
getWirelessDeviceStatistics
default 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 viaGetWirelessDeviceStatisticsRequest.builder()
- Parameters:
getWirelessDeviceStatisticsRequest
- AConsumer
that will call methods onGetWirelessDeviceStatisticsRequest.Builder
to create a request.- Returns:
- Result of the GetWirelessDeviceStatistics operation returned by the service.
- See Also:
-
getWirelessGateway
default GetWirelessGatewayResponse getWirelessGateway(GetWirelessGatewayRequest getWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets information about a wireless gateway.
- Parameters:
getWirelessGatewayRequest
-- Returns:
- Result of the GetWirelessGateway operation returned by the service.
- See Also:
-
getWirelessGateway
default 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 viaGetWirelessGatewayRequest.builder()
- Parameters:
getWirelessGatewayRequest
- AConsumer
that will call methods onGetWirelessGatewayRequest.Builder
to create a request.- Returns:
- Result of the GetWirelessGateway operation returned by the service.
- See Also:
-
getWirelessGatewayCertificate
default 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.
- Parameters:
getWirelessGatewayCertificateRequest
-- Returns:
- Result of the GetWirelessGatewayCertificate operation returned by the service.
- See Also:
-
getWirelessGatewayCertificate
default 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 viaGetWirelessGatewayCertificateRequest.builder()
- Parameters:
getWirelessGatewayCertificateRequest
- AConsumer
that will call methods onGetWirelessGatewayCertificateRequest.Builder
to create a request.- Returns:
- Result of the GetWirelessGatewayCertificate operation returned by the service.
- See Also:
-
getWirelessGatewayFirmwareInformation
default GetWirelessGatewayFirmwareInformationResponse getWirelessGatewayFirmwareInformation(GetWirelessGatewayFirmwareInformationRequest getWirelessGatewayFirmwareInformationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets the firmware version and other information about a wireless gateway.
- Parameters:
getWirelessGatewayFirmwareInformationRequest
-- Returns:
- Result of the GetWirelessGatewayFirmwareInformation operation returned by the service.
- See Also:
-
getWirelessGatewayFirmwareInformation
default 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 viaGetWirelessGatewayFirmwareInformationRequest.builder()
- Parameters:
getWirelessGatewayFirmwareInformationRequest
- AConsumer
that will call methods onGetWirelessGatewayFirmwareInformationRequest.Builder
to create a request.- Returns:
- Result of the GetWirelessGatewayFirmwareInformation operation returned by the service.
- See Also:
-
getWirelessGatewayStatistics
default GetWirelessGatewayStatisticsResponse getWirelessGatewayStatistics(GetWirelessGatewayStatisticsRequest getWirelessGatewayStatisticsRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets operating information about a wireless gateway.
- Parameters:
getWirelessGatewayStatisticsRequest
-- Returns:
- Result of the GetWirelessGatewayStatistics operation returned by the service.
- See Also:
-
getWirelessGatewayStatistics
default 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 viaGetWirelessGatewayStatisticsRequest.builder()
- Parameters:
getWirelessGatewayStatisticsRequest
- AConsumer
that will call methods onGetWirelessGatewayStatisticsRequest.Builder
to create a request.- Returns:
- Result of the GetWirelessGatewayStatistics operation returned by the service.
- See Also:
-
getWirelessGatewayTask
default GetWirelessGatewayTaskResponse getWirelessGatewayTask(GetWirelessGatewayTaskRequest getWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets information about a wireless gateway task.
- Parameters:
getWirelessGatewayTaskRequest
-- Returns:
- Result of the GetWirelessGatewayTask operation returned by the service.
- See Also:
-
getWirelessGatewayTask
default 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 viaGetWirelessGatewayTaskRequest.builder()
- Parameters:
getWirelessGatewayTaskRequest
- AConsumer
that will call methods onGetWirelessGatewayTaskRequest.Builder
to create a request.- Returns:
- Result of the GetWirelessGatewayTask operation returned by the service.
- See Also:
-
getWirelessGatewayTaskDefinition
default GetWirelessGatewayTaskDefinitionResponse getWirelessGatewayTaskDefinition(GetWirelessGatewayTaskDefinitionRequest getWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Gets information about a wireless gateway task definition.
- Parameters:
getWirelessGatewayTaskDefinitionRequest
-- Returns:
- Result of the GetWirelessGatewayTaskDefinition operation returned by the service.
- See Also:
-
getWirelessGatewayTaskDefinition
default 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 viaGetWirelessGatewayTaskDefinitionRequest.builder()
- Parameters:
getWirelessGatewayTaskDefinitionRequest
- AConsumer
that will call methods onGetWirelessGatewayTaskDefinitionRequest.Builder
to create a request.- Returns:
- Result of the GetWirelessGatewayTaskDefinition operation returned by the service.
- See Also:
-
listDestinations
default ListDestinationsResponse listDestinations(ListDestinationsRequest listDestinationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Lists the destinations registered to your AWS account.
- Parameters:
listDestinationsRequest
-- Returns:
- Result of the ListDestinations operation returned by the service.
- See Also:
-
listDestinations
default 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 viaListDestinationsRequest.builder()
- Parameters:
listDestinationsRequest
- AConsumer
that will call methods onListDestinationsRequest.Builder
to create a request.- Returns:
- Result of the ListDestinations operation returned by the service.
- See Also:
-
listDestinationsPaginator
default ListDestinationsIterable listDestinationsPaginator(ListDestinationsRequest listDestinationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client.listDestinationsPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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.- Parameters:
listDestinationsRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDestinationsPaginator
default ListDestinationsIterable listDestinationsPaginator(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client.listDestinationsPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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 viaListDestinationsRequest.builder()
- Parameters:
listDestinationsRequest
- AConsumer
that will call methods onListDestinationsRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDeviceProfiles
default ListDeviceProfilesResponse listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Lists the device profiles registered to your AWS account.
- Parameters:
listDeviceProfilesRequest
-- Returns:
- Result of the ListDeviceProfiles operation returned by the service.
- See Also:
-
listDeviceProfiles
default 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 viaListDeviceProfilesRequest.builder()
- Parameters:
listDeviceProfilesRequest
- AConsumer
that will call methods onListDeviceProfilesRequest.Builder
to create a request.- Returns:
- Result of the ListDeviceProfiles operation returned by the service.
- See Also:
-
listDeviceProfilesPaginator
default ListDeviceProfilesIterable listDeviceProfilesPaginator(ListDeviceProfilesRequest listDeviceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client.listDeviceProfilesPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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.- Parameters:
listDeviceProfilesRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDeviceProfilesPaginator
default ListDeviceProfilesIterable listDeviceProfilesPaginator(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client.listDeviceProfilesPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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 viaListDeviceProfilesRequest.builder()
- Parameters:
listDeviceProfilesRequest
- AConsumer
that will call methods onListDeviceProfilesRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDevicesForWirelessDeviceImportTask
default ListDevicesForWirelessDeviceImportTaskResponse listDevicesForWirelessDeviceImportTask(ListDevicesForWirelessDeviceImportTaskRequest listDevicesForWirelessDeviceImportTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException List the Sidewalk devices in an import task and their onboarding status.
- Parameters:
listDevicesForWirelessDeviceImportTaskRequest
-- Returns:
- Result of the ListDevicesForWirelessDeviceImportTask operation returned by the service.
- See Also:
-
listDevicesForWirelessDeviceImportTask
default ListDevicesForWirelessDeviceImportTaskResponse listDevicesForWirelessDeviceImportTask(Consumer<ListDevicesForWirelessDeviceImportTaskRequest.Builder> listDevicesForWirelessDeviceImportTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException List the Sidewalk devices in an import task and their onboarding status.
This is a convenience which creates an instance of the
ListDevicesForWirelessDeviceImportTaskRequest.Builder
avoiding the need to create one manually viaListDevicesForWirelessDeviceImportTaskRequest.builder()
- Parameters:
listDevicesForWirelessDeviceImportTaskRequest
- AConsumer
that will call methods onListDevicesForWirelessDeviceImportTaskRequest.Builder
to create a request.- Returns:
- Result of the ListDevicesForWirelessDeviceImportTask operation returned by the service.
- See Also:
-
listEventConfigurations
default ListEventConfigurationsResponse listEventConfigurations(ListEventConfigurationsRequest listEventConfigurationsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException List event configurations where at least one event topic has been enabled.
- Parameters:
listEventConfigurationsRequest
-- Returns:
- Result of the ListEventConfigurations operation returned by the service.
- See Also:
-
listEventConfigurations
default 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 viaListEventConfigurationsRequest.builder()
- Parameters:
listEventConfigurationsRequest
- AConsumer
that will call methods onListEventConfigurationsRequest.Builder
to create a request.- Returns:
- Result of the ListEventConfigurations operation returned by the service.
- See Also:
-
listFuotaTasks
default ListFuotaTasksResponse listFuotaTasks(ListFuotaTasksRequest listFuotaTasksRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Lists the FUOTA tasks registered to your AWS account.
- Parameters:
listFuotaTasksRequest
-- Returns:
- Result of the ListFuotaTasks operation returned by the service.
- See Also:
-
listFuotaTasks
default 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 viaListFuotaTasksRequest.builder()
- Parameters:
listFuotaTasksRequest
- AConsumer
that will call methods onListFuotaTasksRequest.Builder
to create a request.- Returns:
- Result of the ListFuotaTasks operation returned by the service.
- See Also:
-
listFuotaTasksPaginator
default ListFuotaTasksIterable listFuotaTasksPaginator(ListFuotaTasksRequest listFuotaTasksRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListFuotaTasksIterable responses = client.listFuotaTasksPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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.- Parameters:
listFuotaTasksRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listFuotaTasksPaginator
default ListFuotaTasksIterable listFuotaTasksPaginator(Consumer<ListFuotaTasksRequest.Builder> listFuotaTasksRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListFuotaTasksIterable responses = client.listFuotaTasksPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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 viaListFuotaTasksRequest.builder()
- Parameters:
listFuotaTasksRequest
- AConsumer
that will call methods onListFuotaTasksRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listMulticastGroups
default ListMulticastGroupsResponse listMulticastGroups(ListMulticastGroupsRequest listMulticastGroupsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Lists the multicast groups registered to your AWS account.
- Parameters:
listMulticastGroupsRequest
-- Returns:
- Result of the ListMulticastGroups operation returned by the service.
- See Also:
-
listMulticastGroups
default 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 viaListMulticastGroupsRequest.builder()
- Parameters:
listMulticastGroupsRequest
- AConsumer
that will call methods onListMulticastGroupsRequest.Builder
to create a request.- Returns:
- Result of the ListMulticastGroups operation returned by the service.
- See Also:
-
listMulticastGroupsPaginator
default ListMulticastGroupsIterable listMulticastGroupsPaginator(ListMulticastGroupsRequest listMulticastGroupsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsIterable responses = client.listMulticastGroupsPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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.- Parameters:
listMulticastGroupsRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listMulticastGroupsPaginator
default ListMulticastGroupsIterable listMulticastGroupsPaginator(Consumer<ListMulticastGroupsRequest.Builder> listMulticastGroupsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsIterable responses = client.listMulticastGroupsPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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 viaListMulticastGroupsRequest.builder()
- Parameters:
listMulticastGroupsRequest
- AConsumer
that will call methods onListMulticastGroupsRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listMulticastGroupsByFuotaTask
default ListMulticastGroupsByFuotaTaskResponse listMulticastGroupsByFuotaTask(ListMulticastGroupsByFuotaTaskRequest listMulticastGroupsByFuotaTaskRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException List all multicast groups associated with a fuota task.
- Parameters:
listMulticastGroupsByFuotaTaskRequest
-- Returns:
- Result of the ListMulticastGroupsByFuotaTask operation returned by the service.
- See Also:
-
listMulticastGroupsByFuotaTask
default 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 viaListMulticastGroupsByFuotaTaskRequest.builder()
- Parameters:
listMulticastGroupsByFuotaTaskRequest
- AConsumer
that will call methods onListMulticastGroupsByFuotaTaskRequest.Builder
to create a request.- Returns:
- Result of the ListMulticastGroupsByFuotaTask operation returned by the service.
- See Also:
-
listMulticastGroupsByFuotaTaskPaginator
default ListMulticastGroupsByFuotaTaskIterable listMulticastGroupsByFuotaTaskPaginator(ListMulticastGroupsByFuotaTaskRequest listMulticastGroupsByFuotaTaskRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsByFuotaTaskIterable responses = client.listMulticastGroupsByFuotaTaskPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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.- Parameters:
listMulticastGroupsByFuotaTaskRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listMulticastGroupsByFuotaTaskPaginator
default ListMulticastGroupsByFuotaTaskIterable listMulticastGroupsByFuotaTaskPaginator(Consumer<ListMulticastGroupsByFuotaTaskRequest.Builder> listMulticastGroupsByFuotaTaskRequest) throws ValidationException, AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListMulticastGroupsByFuotaTaskIterable responses = client.listMulticastGroupsByFuotaTaskPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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 viaListMulticastGroupsByFuotaTaskRequest.builder()
- Parameters:
listMulticastGroupsByFuotaTaskRequest
- AConsumer
that will call methods onListMulticastGroupsByFuotaTaskRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listNetworkAnalyzerConfigurations
default ListNetworkAnalyzerConfigurationsResponse listNetworkAnalyzerConfigurations(ListNetworkAnalyzerConfigurationsRequest listNetworkAnalyzerConfigurationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Lists the network analyzer configurations.
- Parameters:
listNetworkAnalyzerConfigurationsRequest
-- Returns:
- Result of the ListNetworkAnalyzerConfigurations operation returned by the service.
- See Also:
-
listNetworkAnalyzerConfigurations
default 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 viaListNetworkAnalyzerConfigurationsRequest.builder()
- Parameters:
listNetworkAnalyzerConfigurationsRequest
- AConsumer
that will call methods onListNetworkAnalyzerConfigurationsRequest.Builder
to create a request.- Returns:
- Result of the ListNetworkAnalyzerConfigurations operation returned by the service.
- See Also:
-
listNetworkAnalyzerConfigurationsPaginator
default ListNetworkAnalyzerConfigurationsIterable listNetworkAnalyzerConfigurationsPaginator(ListNetworkAnalyzerConfigurationsRequest listNetworkAnalyzerConfigurationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListNetworkAnalyzerConfigurationsIterable responses = client.listNetworkAnalyzerConfigurationsPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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.- Parameters:
listNetworkAnalyzerConfigurationsRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listNetworkAnalyzerConfigurationsPaginator
default ListNetworkAnalyzerConfigurationsIterable listNetworkAnalyzerConfigurationsPaginator(Consumer<ListNetworkAnalyzerConfigurationsRequest.Builder> listNetworkAnalyzerConfigurationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListNetworkAnalyzerConfigurationsIterable responses = client.listNetworkAnalyzerConfigurationsPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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 viaListNetworkAnalyzerConfigurationsRequest.builder()
- Parameters:
listNetworkAnalyzerConfigurationsRequest
- AConsumer
that will call methods onListNetworkAnalyzerConfigurationsRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listPartnerAccounts
default ListPartnerAccountsResponse listPartnerAccounts(ListPartnerAccountsRequest listPartnerAccountsRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Lists the partner accounts associated with your AWS account.
- Parameters:
listPartnerAccountsRequest
-- Returns:
- Result of the ListPartnerAccounts operation returned by the service.
- See Also:
-
listPartnerAccounts
default 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 viaListPartnerAccountsRequest.builder()
- Parameters:
listPartnerAccountsRequest
- AConsumer
that will call methods onListPartnerAccountsRequest.Builder
to create a request.- Returns:
- Result of the ListPartnerAccounts operation returned by the service.
- See Also:
-
listPositionConfigurations
@Deprecated default ListPositionConfigurationsResponse listPositionConfigurations(ListPositionConfigurationsRequest listPositionConfigurationsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Deprecated.This operation is no longer supported.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.
- Parameters:
listPositionConfigurationsRequest
-- Returns:
- Result of the ListPositionConfigurations operation returned by the service.
- See Also:
-
listPositionConfigurations
@Deprecated default ListPositionConfigurationsResponse listPositionConfigurations(Consumer<ListPositionConfigurationsRequest.Builder> listPositionConfigurationsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Deprecated.This operation is no longer supported.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 viaListPositionConfigurationsRequest.builder()
- Parameters:
listPositionConfigurationsRequest
- AConsumer
that will call methods onListPositionConfigurationsRequest.Builder
to create a request.- Returns:
- Result of the ListPositionConfigurations operation returned by the service.
- See Also:
-
listPositionConfigurationsPaginator
@Deprecated default ListPositionConfigurationsIterable listPositionConfigurationsPaginator(ListPositionConfigurationsRequest listPositionConfigurationsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Deprecated.This operation is no longer supported.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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListPositionConfigurationsIterable responses = client.listPositionConfigurationsPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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.- Parameters:
listPositionConfigurationsRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listPositionConfigurationsPaginator
@Deprecated default ListPositionConfigurationsIterable listPositionConfigurationsPaginator(Consumer<ListPositionConfigurationsRequest.Builder> listPositionConfigurationsRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Deprecated.This operation is no longer supported.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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListPositionConfigurationsIterable responses = client.listPositionConfigurationsPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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 viaListPositionConfigurationsRequest.builder()
- Parameters:
listPositionConfigurationsRequest
- AConsumer
that will call methods onListPositionConfigurationsRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listQueuedMessages
default ListQueuedMessagesResponse listQueuedMessages(ListQueuedMessagesRequest listQueuedMessagesRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException List queued messages in the downlink queue.
- Parameters:
listQueuedMessagesRequest
-- Returns:
- Result of the ListQueuedMessages operation returned by the service.
- See Also:
-
listQueuedMessages
default 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 viaListQueuedMessagesRequest.builder()
- Parameters:
listQueuedMessagesRequest
- AConsumer
that will call methods onListQueuedMessagesRequest.Builder
to create a request.- Returns:
- Result of the ListQueuedMessages operation returned by the service.
- See Also:
-
listQueuedMessagesPaginator
default ListQueuedMessagesIterable listQueuedMessagesPaginator(ListQueuedMessagesRequest listQueuedMessagesRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListQueuedMessagesIterable responses = client.listQueuedMessagesPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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.- Parameters:
listQueuedMessagesRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listQueuedMessagesPaginator
default ListQueuedMessagesIterable listQueuedMessagesPaginator(Consumer<ListQueuedMessagesRequest.Builder> listQueuedMessagesRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListQueuedMessagesIterable responses = client.listQueuedMessagesPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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 viaListQueuedMessagesRequest.builder()
- Parameters:
listQueuedMessagesRequest
- AConsumer
that will call methods onListQueuedMessagesRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listServiceProfiles
default ListServiceProfilesResponse listServiceProfiles(ListServiceProfilesRequest listServiceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Lists the service profiles registered to your AWS account.
- Parameters:
listServiceProfilesRequest
-- Returns:
- Result of the ListServiceProfiles operation returned by the service.
- See Also:
-
listServiceProfiles
default 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 viaListServiceProfilesRequest.builder()
- Parameters:
listServiceProfilesRequest
- AConsumer
that will call methods onListServiceProfilesRequest.Builder
to create a request.- Returns:
- Result of the ListServiceProfiles operation returned by the service.
- See Also:
-
listServiceProfilesPaginator
default ListServiceProfilesIterable listServiceProfilesPaginator(ListServiceProfilesRequest listServiceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client.listServiceProfilesPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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.- Parameters:
listServiceProfilesRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listServiceProfilesPaginator
default ListServiceProfilesIterable listServiceProfilesPaginator(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client.listServiceProfilesPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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 viaListServiceProfilesRequest.builder()
- Parameters:
listServiceProfilesRequest
- AConsumer
that will call methods onListServiceProfilesRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Lists the tags (metadata) you have assigned to the resource.
- Parameters:
listTagsForResourceRequest
-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
listTagsForResource
default 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 viaListTagsForResourceRequest.builder()
- Parameters:
listTagsForResourceRequest
- AConsumer
that will call methods onListTagsForResourceRequest.Builder
to create a request.- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
listWirelessDeviceImportTasks
default ListWirelessDeviceImportTasksResponse listWirelessDeviceImportTasks(ListWirelessDeviceImportTasksRequest listWirelessDeviceImportTasksRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException List wireless devices that have been added to an import task.
- Parameters:
listWirelessDeviceImportTasksRequest
-- Returns:
- Result of the ListWirelessDeviceImportTasks operation returned by the service.
- See Also:
-
listWirelessDeviceImportTasks
default ListWirelessDeviceImportTasksResponse listWirelessDeviceImportTasks(Consumer<ListWirelessDeviceImportTasksRequest.Builder> listWirelessDeviceImportTasksRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException List wireless devices that have been added to an import task.
This is a convenience which creates an instance of the
ListWirelessDeviceImportTasksRequest.Builder
avoiding the need to create one manually viaListWirelessDeviceImportTasksRequest.builder()
- Parameters:
listWirelessDeviceImportTasksRequest
- AConsumer
that will call methods onListWirelessDeviceImportTasksRequest.Builder
to create a request.- Returns:
- Result of the ListWirelessDeviceImportTasks operation returned by the service.
- See Also:
-
listWirelessDevices
default ListWirelessDevicesResponse listWirelessDevices(ListWirelessDevicesRequest listWirelessDevicesRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException Lists the wireless devices registered to your AWS account.
- Parameters:
listWirelessDevicesRequest
-- Returns:
- Result of the ListWirelessDevices operation returned by the service.
- See Also:
-
listWirelessDevices
default 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 viaListWirelessDevicesRequest.builder()
- Parameters:
listWirelessDevicesRequest
- AConsumer
that will call methods onListWirelessDevicesRequest.Builder
to create a request.- Returns:
- Result of the ListWirelessDevices operation returned by the service.
- See Also:
-
listWirelessDevicesPaginator
default ListWirelessDevicesIterable listWirelessDevicesPaginator(ListWirelessDevicesRequest listWirelessDevicesRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client.listWirelessDevicesPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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.- Parameters:
listWirelessDevicesRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listWirelessDevicesPaginator
default ListWirelessDevicesIterable listWirelessDevicesPaginator(Consumer<ListWirelessDevicesRequest.Builder> listWirelessDevicesRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client.listWirelessDevicesPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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 viaListWirelessDevicesRequest.builder()
- Parameters:
listWirelessDevicesRequest
- AConsumer
that will call methods onListWirelessDevicesRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listWirelessGatewayTaskDefinitions
default ListWirelessGatewayTaskDefinitionsResponse listWirelessGatewayTaskDefinitions(ListWirelessGatewayTaskDefinitionsRequest listWirelessGatewayTaskDefinitionsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException List the wireless gateway tasks definitions registered to your AWS account.
- Parameters:
listWirelessGatewayTaskDefinitionsRequest
-- Returns:
- Result of the ListWirelessGatewayTaskDefinitions operation returned by the service.
- See Also:
-
listWirelessGatewayTaskDefinitions
default 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 viaListWirelessGatewayTaskDefinitionsRequest.builder()
- Parameters:
listWirelessGatewayTaskDefinitionsRequest
- AConsumer
that will call methods onListWirelessGatewayTaskDefinitionsRequest.Builder
to create a request.- Returns:
- Result of the ListWirelessGatewayTaskDefinitions operation returned by the service.
- See Also:
-
listWirelessGateways
default ListWirelessGatewaysResponse listWirelessGateways(ListWirelessGatewaysRequest listWirelessGatewaysRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException Lists the wireless gateways registered to your AWS account.
- Parameters:
listWirelessGatewaysRequest
-- Returns:
- Result of the ListWirelessGateways operation returned by the service.
- See Also:
-
listWirelessGateways
default 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 viaListWirelessGatewaysRequest.builder()
- Parameters:
listWirelessGatewaysRequest
- AConsumer
that will call methods onListWirelessGatewaysRequest.Builder
to create a request.- Returns:
- Result of the ListWirelessGateways operation returned by the service.
- See Also:
-
listWirelessGatewaysPaginator
default ListWirelessGatewaysIterable listWirelessGatewaysPaginator(ListWirelessGatewaysRequest listWirelessGatewaysRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client.listWirelessGatewaysPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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.- Parameters:
listWirelessGatewaysRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listWirelessGatewaysPaginator
default ListWirelessGatewaysIterable listWirelessGatewaysPaginator(Consumer<ListWirelessGatewaysRequest.Builder> listWirelessGatewaysRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException 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 Streamsoftware.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client.listWirelessGatewaysPaginator(request); responses.stream().forEach(....);
{ @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 directlysoftware.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 viaListWirelessGatewaysRequest.builder()
- Parameters:
listWirelessGatewaysRequest
- AConsumer
that will call methods onListWirelessGatewaysRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
putPositionConfiguration
@Deprecated default PutPositionConfigurationResponse putPositionConfiguration(PutPositionConfigurationRequest putPositionConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Deprecated.This operation is no longer supported.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.
- Parameters:
putPositionConfigurationRequest
-- Returns:
- Result of the PutPositionConfiguration operation returned by the service.
- See Also:
-
putPositionConfiguration
@Deprecated default PutPositionConfigurationResponse putPositionConfiguration(Consumer<PutPositionConfigurationRequest.Builder> putPositionConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Deprecated.This operation is no longer supported.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 viaPutPositionConfigurationRequest.builder()
- Parameters:
putPositionConfigurationRequest
- AConsumer
that will call methods onPutPositionConfigurationRequest.Builder
to create a request.- Returns:
- Result of the PutPositionConfiguration operation returned by the service.
- See Also:
-
putResourceLogLevel
default 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.
- Parameters:
putResourceLogLevelRequest
-- Returns:
- Result of the PutResourceLogLevel operation returned by the service.
- See Also:
-
putResourceLogLevel
default 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 viaPutResourceLogLevelRequest.builder()
- Parameters:
putResourceLogLevelRequest
- AConsumer
that will call methods onPutResourceLogLevelRequest.Builder
to create a request.- Returns:
- Result of the PutResourceLogLevel operation returned by the service.
- See Also:
-
resetAllResourceLogLevels
default 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.
- Parameters:
resetAllResourceLogLevelsRequest
-- Returns:
- Result of the ResetAllResourceLogLevels operation returned by the service.
- See Also:
-
resetAllResourceLogLevels
default 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 viaResetAllResourceLogLevelsRequest.builder()
- Parameters:
resetAllResourceLogLevelsRequest
- AConsumer
that will call methods onResetAllResourceLogLevelsRequest.Builder
to create a request.- Returns:
- Result of the ResetAllResourceLogLevels operation returned by the service.
- See Also:
-
resetResourceLogLevel
default 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.
- Parameters:
resetResourceLogLevelRequest
-- Returns:
- Result of the ResetResourceLogLevel operation returned by the service.
- See Also:
-
resetResourceLogLevel
default 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 viaResetResourceLogLevelRequest.builder()
- Parameters:
resetResourceLogLevelRequest
- AConsumer
that will call methods onResetResourceLogLevelRequest.Builder
to create a request.- Returns:
- Result of the ResetResourceLogLevel operation returned by the service.
- See Also:
-
sendDataToMulticastGroup
default SendDataToMulticastGroupResponse sendDataToMulticastGroup(SendDataToMulticastGroupRequest sendDataToMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Sends the specified data to a multicast group.
- Parameters:
sendDataToMulticastGroupRequest
-- Returns:
- Result of the SendDataToMulticastGroup operation returned by the service.
- See Also:
-
sendDataToMulticastGroup
default 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 viaSendDataToMulticastGroupRequest.builder()
- Parameters:
sendDataToMulticastGroupRequest
- AConsumer
that will call methods onSendDataToMulticastGroupRequest.Builder
to create a request.- Returns:
- Result of the SendDataToMulticastGroup operation returned by the service.
- See Also:
-
sendDataToWirelessDevice
default SendDataToWirelessDeviceResponse sendDataToWirelessDevice(SendDataToWirelessDeviceRequest sendDataToWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Sends a decrypted application data frame to a device.
- Parameters:
sendDataToWirelessDeviceRequest
-- Returns:
- Result of the SendDataToWirelessDevice operation returned by the service.
- See Also:
-
sendDataToWirelessDevice
default 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 viaSendDataToWirelessDeviceRequest.builder()
- Parameters:
sendDataToWirelessDeviceRequest
- AConsumer
that will call methods onSendDataToWirelessDeviceRequest.Builder
to create a request.- Returns:
- Result of the SendDataToWirelessDevice operation returned by the service.
- See Also:
-
startBulkAssociateWirelessDeviceWithMulticastGroup
default 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.
- Parameters:
startBulkAssociateWirelessDeviceWithMulticastGroupRequest
-- Returns:
- Result of the StartBulkAssociateWirelessDeviceWithMulticastGroup operation returned by the service.
- See Also:
-
startBulkAssociateWirelessDeviceWithMulticastGroup
default 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 viaStartBulkAssociateWirelessDeviceWithMulticastGroupRequest.builder()
- Parameters:
startBulkAssociateWirelessDeviceWithMulticastGroupRequest
- AConsumer
that will call methods onStartBulkAssociateWirelessDeviceWithMulticastGroupRequest.Builder
to create a request.- Returns:
- Result of the StartBulkAssociateWirelessDeviceWithMulticastGroup operation returned by the service.
- See Also:
-
startBulkDisassociateWirelessDeviceFromMulticastGroup
default 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.
- Parameters:
startBulkDisassociateWirelessDeviceFromMulticastGroupRequest
-- Returns:
- Result of the StartBulkDisassociateWirelessDeviceFromMulticastGroup operation returned by the service.
- See Also:
-
startBulkDisassociateWirelessDeviceFromMulticastGroup
default 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 viaStartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.builder()
- Parameters:
startBulkDisassociateWirelessDeviceFromMulticastGroupRequest
- AConsumer
that will call methods onStartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.Builder
to create a request.- Returns:
- Result of the StartBulkDisassociateWirelessDeviceFromMulticastGroup operation returned by the service.
- See Also:
-
startFuotaTask
default StartFuotaTaskResponse startFuotaTask(StartFuotaTaskRequest startFuotaTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Starts a FUOTA task.
- Parameters:
startFuotaTaskRequest
-- Returns:
- Result of the StartFuotaTask operation returned by the service.
- See Also:
-
startFuotaTask
default 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 viaStartFuotaTaskRequest.builder()
- Parameters:
startFuotaTaskRequest
- AConsumer
that will call methods onStartFuotaTaskRequest.Builder
to create a request.- Returns:
- Result of the StartFuotaTask operation returned by the service.
- See Also:
-
startMulticastGroupSession
default StartMulticastGroupSessionResponse startMulticastGroupSession(StartMulticastGroupSessionRequest startMulticastGroupSessionRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Starts a multicast group session.
- Parameters:
startMulticastGroupSessionRequest
-- Returns:
- Result of the StartMulticastGroupSession operation returned by the service.
- See Also:
-
startMulticastGroupSession
default 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 viaStartMulticastGroupSessionRequest.builder()
- Parameters:
startMulticastGroupSessionRequest
- AConsumer
that will call methods onStartMulticastGroupSessionRequest.Builder
to create a request.- Returns:
- Result of the StartMulticastGroupSession operation returned by the service.
- See Also:
-
startSingleWirelessDeviceImportTask
default StartSingleWirelessDeviceImportTaskResponse startSingleWirelessDeviceImportTask(StartSingleWirelessDeviceImportTaskRequest startSingleWirelessDeviceImportTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Start import task for a single wireless device.
- Parameters:
startSingleWirelessDeviceImportTaskRequest
-- Returns:
- Result of the StartSingleWirelessDeviceImportTask operation returned by the service.
- See Also:
-
startSingleWirelessDeviceImportTask
default StartSingleWirelessDeviceImportTaskResponse startSingleWirelessDeviceImportTask(Consumer<StartSingleWirelessDeviceImportTaskRequest.Builder> startSingleWirelessDeviceImportTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Start import task for a single wireless device.
This is a convenience which creates an instance of the
StartSingleWirelessDeviceImportTaskRequest.Builder
avoiding the need to create one manually viaStartSingleWirelessDeviceImportTaskRequest.builder()
- Parameters:
startSingleWirelessDeviceImportTaskRequest
- AConsumer
that will call methods onStartSingleWirelessDeviceImportTaskRequest.Builder
to create a request.- Returns:
- Result of the StartSingleWirelessDeviceImportTask operation returned by the service.
- See Also:
-
startWirelessDeviceImportTask
default StartWirelessDeviceImportTaskResponse startWirelessDeviceImportTask(StartWirelessDeviceImportTaskRequest startWirelessDeviceImportTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Start import task for provisioning Sidewalk devices in bulk using an S3 CSV file.
- Parameters:
startWirelessDeviceImportTaskRequest
-- Returns:
- Result of the StartWirelessDeviceImportTask operation returned by the service.
- See Also:
-
startWirelessDeviceImportTask
default StartWirelessDeviceImportTaskResponse startWirelessDeviceImportTask(Consumer<StartWirelessDeviceImportTaskRequest.Builder> startWirelessDeviceImportTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Start import task for provisioning Sidewalk devices in bulk using an S3 CSV file.
This is a convenience which creates an instance of the
StartWirelessDeviceImportTaskRequest.Builder
avoiding the need to create one manually viaStartWirelessDeviceImportTaskRequest.builder()
- Parameters:
startWirelessDeviceImportTaskRequest
- AConsumer
that will call methods onStartWirelessDeviceImportTaskRequest.Builder
to create a request.- Returns:
- Result of the StartWirelessDeviceImportTask operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, TooManyTagsException, AwsServiceException, SdkClientException, IotWirelessException Adds a tag to a resource.
- Parameters:
tagResourceRequest
-- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
tagResource
default 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 viaTagResourceRequest.builder()
- Parameters:
tagResourceRequest
- AConsumer
that will call methods onTagResourceRequest.Builder
to create a request.- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
testWirelessDevice
default TestWirelessDeviceResponse testWirelessDevice(TestWirelessDeviceRequest testWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Simulates a provisioned device by sending an uplink data payload of
Hello
.- Parameters:
testWirelessDeviceRequest
-- Returns:
- Result of the TestWirelessDevice operation returned by the service.
- See Also:
-
testWirelessDevice
default 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 viaTestWirelessDeviceRequest.builder()
- Parameters:
testWirelessDeviceRequest
- AConsumer
that will call methods onTestWirelessDeviceRequest.Builder
to create a request.- Returns:
- Result of the TestWirelessDevice operation returned by the service.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Removes one or more tags from a resource.
- Parameters:
untagResourceRequest
-- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
untagResource
default 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 viaUntagResourceRequest.builder()
- Parameters:
untagResourceRequest
- AConsumer
that will call methods onUntagResourceRequest.Builder
to create a request.- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
updateDestination
default UpdateDestinationResponse updateDestination(UpdateDestinationRequest updateDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Updates properties of a destination.
- Parameters:
updateDestinationRequest
-- Returns:
- Result of the UpdateDestination operation returned by the service.
- See Also:
-
updateDestination
default 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 viaUpdateDestinationRequest.builder()
- Parameters:
updateDestinationRequest
- AConsumer
that will call methods onUpdateDestinationRequest.Builder
to create a request.- Returns:
- Result of the UpdateDestination operation returned by the service.
- See Also:
-
updateEventConfigurationByResourceTypes
default UpdateEventConfigurationByResourceTypesResponse updateEventConfigurationByResourceTypes(UpdateEventConfigurationByResourceTypesRequest updateEventConfigurationByResourceTypesRequest) throws ValidationException, AccessDeniedException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Update the event configuration based on resource types.
- Parameters:
updateEventConfigurationByResourceTypesRequest
-- Returns:
- Result of the UpdateEventConfigurationByResourceTypes operation returned by the service.
- See Also:
-
updateEventConfigurationByResourceTypes
default 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 viaUpdateEventConfigurationByResourceTypesRequest.builder()
- Parameters:
updateEventConfigurationByResourceTypesRequest
- AConsumer
that will call methods onUpdateEventConfigurationByResourceTypesRequest.Builder
to create a request.- Returns:
- Result of the UpdateEventConfigurationByResourceTypes operation returned by the service.
- See Also:
-
updateFuotaTask
default UpdateFuotaTaskResponse updateFuotaTask(UpdateFuotaTaskRequest updateFuotaTaskRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Updates properties of a FUOTA task.
- Parameters:
updateFuotaTaskRequest
-- Returns:
- Result of the UpdateFuotaTask operation returned by the service.
- See Also:
-
updateFuotaTask
default 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 viaUpdateFuotaTaskRequest.builder()
- Parameters:
updateFuotaTaskRequest
- AConsumer
that will call methods onUpdateFuotaTaskRequest.Builder
to create a request.- Returns:
- Result of the UpdateFuotaTask operation returned by the service.
- See Also:
-
updateLogLevelsByResourceTypes
default 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.
- Parameters:
updateLogLevelsByResourceTypesRequest
-- Returns:
- Result of the UpdateLogLevelsByResourceTypes operation returned by the service.
- See Also:
-
updateLogLevelsByResourceTypes
default 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 viaUpdateLogLevelsByResourceTypesRequest.builder()
- Parameters:
updateLogLevelsByResourceTypesRequest
- AConsumer
that will call methods onUpdateLogLevelsByResourceTypesRequest.Builder
to create a request.- Returns:
- Result of the UpdateLogLevelsByResourceTypes operation returned by the service.
- See Also:
-
updateMetricConfiguration
default UpdateMetricConfigurationResponse updateMetricConfiguration(UpdateMetricConfigurationRequest updateMetricConfigurationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Update the summary metric configuration.
- Parameters:
updateMetricConfigurationRequest
-- Returns:
- Result of the UpdateMetricConfiguration operation returned by the service.
- See Also:
-
updateMetricConfiguration
default UpdateMetricConfigurationResponse updateMetricConfiguration(Consumer<UpdateMetricConfigurationRequest.Builder> updateMetricConfigurationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Update the summary metric configuration.
This is a convenience which creates an instance of the
UpdateMetricConfigurationRequest.Builder
avoiding the need to create one manually viaUpdateMetricConfigurationRequest.builder()
- Parameters:
updateMetricConfigurationRequest
- AConsumer
that will call methods onUpdateMetricConfigurationRequest.Builder
to create a request.- Returns:
- Result of the UpdateMetricConfiguration operation returned by the service.
- See Also:
-
updateMulticastGroup
default UpdateMulticastGroupResponse updateMulticastGroup(UpdateMulticastGroupRequest updateMulticastGroupRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Updates properties of a multicast group session.
- Parameters:
updateMulticastGroupRequest
-- Returns:
- Result of the UpdateMulticastGroup operation returned by the service.
- See Also:
-
updateMulticastGroup
default 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 viaUpdateMulticastGroupRequest.builder()
- Parameters:
updateMulticastGroupRequest
- AConsumer
that will call methods onUpdateMulticastGroupRequest.Builder
to create a request.- Returns:
- Result of the UpdateMulticastGroup operation returned by the service.
- See Also:
-
updateNetworkAnalyzerConfiguration
default UpdateNetworkAnalyzerConfigurationResponse updateNetworkAnalyzerConfiguration(UpdateNetworkAnalyzerConfigurationRequest updateNetworkAnalyzerConfigurationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Update network analyzer configuration.
- Parameters:
updateNetworkAnalyzerConfigurationRequest
-- Returns:
- Result of the UpdateNetworkAnalyzerConfiguration operation returned by the service.
- See Also:
-
updateNetworkAnalyzerConfiguration
default 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 viaUpdateNetworkAnalyzerConfigurationRequest.builder()
- Parameters:
updateNetworkAnalyzerConfigurationRequest
- AConsumer
that will call methods onUpdateNetworkAnalyzerConfigurationRequest.Builder
to create a request.- Returns:
- Result of the UpdateNetworkAnalyzerConfiguration operation returned by the service.
- See Also:
-
updatePartnerAccount
default UpdatePartnerAccountResponse updatePartnerAccount(UpdatePartnerAccountRequest updatePartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Updates properties of a partner account.
- Parameters:
updatePartnerAccountRequest
-- Returns:
- Result of the UpdatePartnerAccount operation returned by the service.
- See Also:
-
updatePartnerAccount
default 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 viaUpdatePartnerAccountRequest.builder()
- Parameters:
updatePartnerAccountRequest
- AConsumer
that will call methods onUpdatePartnerAccountRequest.Builder
to create a request.- Returns:
- Result of the UpdatePartnerAccount operation returned by the service.
- See Also:
-
updatePosition
@Deprecated default UpdatePositionResponse updatePosition(UpdatePositionRequest updatePositionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Deprecated.This operation is no longer supported.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.
- Parameters:
updatePositionRequest
-- Returns:
- Result of the UpdatePosition operation returned by the service.
- See Also:
-
updatePosition
@Deprecated default UpdatePositionResponse updatePosition(Consumer<UpdatePositionRequest.Builder> updatePositionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Deprecated.This operation is no longer supported.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 viaUpdatePositionRequest.builder()
- Parameters:
updatePositionRequest
- AConsumer
that will call methods onUpdatePositionRequest.Builder
to create a request.- Returns:
- Result of the UpdatePosition operation returned by the service.
- See Also:
-
updateResourceEventConfiguration
default UpdateResourceEventConfigurationResponse updateResourceEventConfiguration(UpdateResourceEventConfigurationRequest updateResourceEventConfigurationRequest) throws ValidationException, AccessDeniedException, ConflictException, ThrottlingException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException Update the event configuration for a particular resource identifier.
- Parameters:
updateResourceEventConfigurationRequest
-- Returns:
- Result of the UpdateResourceEventConfiguration operation returned by the service.
- See Also:
-
updateResourceEventConfiguration
default 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 viaUpdateResourceEventConfigurationRequest.builder()
- Parameters:
updateResourceEventConfigurationRequest
- AConsumer
that will call methods onUpdateResourceEventConfigurationRequest.Builder
to create a request.- Returns:
- Result of the UpdateResourceEventConfiguration operation returned by the service.
- See Also:
-
updateResourcePosition
default 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 position coordinates are based on the World Geodetic System (WGS84).
- Parameters:
updateResourcePositionRequest
-- Returns:
- Result of the UpdateResourcePosition operation returned by the service.
- See Also:
-
updateResourcePosition
default 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 position 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 viaUpdateResourcePositionRequest.builder()
- Parameters:
updateResourcePositionRequest
- AConsumer
that will call methods onUpdateResourcePositionRequest.Builder
to create a request.- Returns:
- Result of the UpdateResourcePosition operation returned by the service.
- See Also:
-
updateWirelessDevice
default UpdateWirelessDeviceResponse updateWirelessDevice(UpdateWirelessDeviceRequest updateWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Updates properties of a wireless device.
- Parameters:
updateWirelessDeviceRequest
-- Returns:
- Result of the UpdateWirelessDevice operation returned by the service.
- See Also:
-
updateWirelessDevice
default 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 viaUpdateWirelessDeviceRequest.builder()
- Parameters:
updateWirelessDeviceRequest
- AConsumer
that will call methods onUpdateWirelessDeviceRequest.Builder
to create a request.- Returns:
- Result of the UpdateWirelessDevice operation returned by the service.
- See Also:
-
updateWirelessDeviceImportTask
default UpdateWirelessDeviceImportTaskResponse updateWirelessDeviceImportTask(UpdateWirelessDeviceImportTaskRequest updateWirelessDeviceImportTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Update an import task to add more devices to the task.
- Parameters:
updateWirelessDeviceImportTaskRequest
-- Returns:
- Result of the UpdateWirelessDeviceImportTask operation returned by the service.
- See Also:
-
updateWirelessDeviceImportTask
default UpdateWirelessDeviceImportTaskResponse updateWirelessDeviceImportTask(Consumer<UpdateWirelessDeviceImportTaskRequest.Builder> updateWirelessDeviceImportTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Update an import task to add more devices to the task.
This is a convenience which creates an instance of the
UpdateWirelessDeviceImportTaskRequest.Builder
avoiding the need to create one manually viaUpdateWirelessDeviceImportTaskRequest.builder()
- Parameters:
updateWirelessDeviceImportTaskRequest
- AConsumer
that will call methods onUpdateWirelessDeviceImportTaskRequest.Builder
to create a request.- Returns:
- Result of the UpdateWirelessDeviceImportTask operation returned by the service.
- See Also:
-
updateWirelessGateway
default UpdateWirelessGatewayResponse updateWirelessGateway(UpdateWirelessGatewayRequest updateWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException Updates properties of a wireless gateway.
- Parameters:
updateWirelessGatewayRequest
-- Returns:
- Result of the UpdateWirelessGateway operation returned by the service.
- See Also:
-
updateWirelessGateway
default 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 viaUpdateWirelessGatewayRequest.builder()
- Parameters:
updateWirelessGatewayRequest
- AConsumer
that will call methods onUpdateWirelessGatewayRequest.Builder
to create a request.- Returns:
- Result of the UpdateWirelessGateway operation returned by the service.
- See Also:
-
create
Create aIotWirelessClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. -
builder
Create a builder that can be used to configure and create aIotWirelessClient
. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClient
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfiguration
in interfaceAwsClient
- Specified by:
serviceClientConfiguration
in interfaceSdkClient
- Returns:
- SdkServiceClientConfiguration
-