@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface IotWirelessClient extends SdkClient
builder() method.
AWS IoT Wireless API documentation
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default AssociateAwsAccountWithPartnerAccountResponse |
associateAwsAccountWithPartnerAccount(AssociateAwsAccountWithPartnerAccountRequest associateAwsAccountWithPartnerAccountRequest)
Associates a partner account with your AWS account.
|
default AssociateAwsAccountWithPartnerAccountResponse |
associateAwsAccountWithPartnerAccount(Consumer<AssociateAwsAccountWithPartnerAccountRequest.Builder> associateAwsAccountWithPartnerAccountRequest)
Associates a partner account with your AWS account.
|
default AssociateWirelessDeviceWithThingResponse |
associateWirelessDeviceWithThing(AssociateWirelessDeviceWithThingRequest associateWirelessDeviceWithThingRequest)
Associates a wireless device with a thing.
|
default AssociateWirelessDeviceWithThingResponse |
associateWirelessDeviceWithThing(Consumer<AssociateWirelessDeviceWithThingRequest.Builder> associateWirelessDeviceWithThingRequest)
Associates a wireless device with a thing.
|
default AssociateWirelessGatewayWithCertificateResponse |
associateWirelessGatewayWithCertificate(AssociateWirelessGatewayWithCertificateRequest associateWirelessGatewayWithCertificateRequest)
Associates a wireless gateway with a certificate.
|
default AssociateWirelessGatewayWithCertificateResponse |
associateWirelessGatewayWithCertificate(Consumer<AssociateWirelessGatewayWithCertificateRequest.Builder> associateWirelessGatewayWithCertificateRequest)
Associates a wireless gateway with a certificate.
|
default AssociateWirelessGatewayWithThingResponse |
associateWirelessGatewayWithThing(AssociateWirelessGatewayWithThingRequest associateWirelessGatewayWithThingRequest)
Associates a wireless gateway with a thing.
|
default AssociateWirelessGatewayWithThingResponse |
associateWirelessGatewayWithThing(Consumer<AssociateWirelessGatewayWithThingRequest.Builder> associateWirelessGatewayWithThingRequest)
Associates a wireless gateway with a thing.
|
static IotWirelessClientBuilder |
builder()
Create a builder that can be used to configure and create a
IotWirelessClient. |
static IotWirelessClient |
create()
Create a
IotWirelessClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateDestinationResponse |
createDestination(Consumer<CreateDestinationRequest.Builder> createDestinationRequest)
Creates a new destination that maps a device message to an AWS IoT rule.
|
default CreateDestinationResponse |
createDestination(CreateDestinationRequest createDestinationRequest)
Creates a new destination that maps a device message to an AWS IoT rule.
|
default CreateDeviceProfileResponse |
createDeviceProfile(Consumer<CreateDeviceProfileRequest.Builder> createDeviceProfileRequest)
Creates a new device profile.
|
default CreateDeviceProfileResponse |
createDeviceProfile(CreateDeviceProfileRequest createDeviceProfileRequest)
Creates a new device profile.
|
default CreateServiceProfileResponse |
createServiceProfile(Consumer<CreateServiceProfileRequest.Builder> createServiceProfileRequest)
Creates a new service profile.
|
default CreateServiceProfileResponse |
createServiceProfile(CreateServiceProfileRequest createServiceProfileRequest)
Creates a new service profile.
|
default CreateWirelessDeviceResponse |
createWirelessDevice(Consumer<CreateWirelessDeviceRequest.Builder> createWirelessDeviceRequest)
Provisions a wireless device.
|
default CreateWirelessDeviceResponse |
createWirelessDevice(CreateWirelessDeviceRequest createWirelessDeviceRequest)
Provisions a wireless device.
|
default CreateWirelessGatewayResponse |
createWirelessGateway(Consumer<CreateWirelessGatewayRequest.Builder> createWirelessGatewayRequest)
Provisions a wireless gateway.
|
default CreateWirelessGatewayResponse |
createWirelessGateway(CreateWirelessGatewayRequest createWirelessGatewayRequest)
Provisions a wireless gateway.
|
default CreateWirelessGatewayTaskResponse |
createWirelessGatewayTask(Consumer<CreateWirelessGatewayTaskRequest.Builder> createWirelessGatewayTaskRequest)
Creates a task for a wireless gateway.
|
default CreateWirelessGatewayTaskResponse |
createWirelessGatewayTask(CreateWirelessGatewayTaskRequest createWirelessGatewayTaskRequest)
Creates a task for a wireless gateway.
|
default CreateWirelessGatewayTaskDefinitionResponse |
createWirelessGatewayTaskDefinition(Consumer<CreateWirelessGatewayTaskDefinitionRequest.Builder> createWirelessGatewayTaskDefinitionRequest)
Creates a gateway task definition.
|
default CreateWirelessGatewayTaskDefinitionResponse |
createWirelessGatewayTaskDefinition(CreateWirelessGatewayTaskDefinitionRequest createWirelessGatewayTaskDefinitionRequest)
Creates a gateway task definition.
|
default DeleteDestinationResponse |
deleteDestination(Consumer<DeleteDestinationRequest.Builder> deleteDestinationRequest)
Deletes a destination.
|
default DeleteDestinationResponse |
deleteDestination(DeleteDestinationRequest deleteDestinationRequest)
Deletes a destination.
|
default DeleteDeviceProfileResponse |
deleteDeviceProfile(Consumer<DeleteDeviceProfileRequest.Builder> deleteDeviceProfileRequest)
Deletes a device profile.
|
default DeleteDeviceProfileResponse |
deleteDeviceProfile(DeleteDeviceProfileRequest deleteDeviceProfileRequest)
Deletes a device profile.
|
default DeleteServiceProfileResponse |
deleteServiceProfile(Consumer<DeleteServiceProfileRequest.Builder> deleteServiceProfileRequest)
Deletes a service profile.
|
default DeleteServiceProfileResponse |
deleteServiceProfile(DeleteServiceProfileRequest deleteServiceProfileRequest)
Deletes a service profile.
|
default DeleteWirelessDeviceResponse |
deleteWirelessDevice(Consumer<DeleteWirelessDeviceRequest.Builder> deleteWirelessDeviceRequest)
Deletes a wireless device.
|
default DeleteWirelessDeviceResponse |
deleteWirelessDevice(DeleteWirelessDeviceRequest deleteWirelessDeviceRequest)
Deletes a wireless device.
|
default DeleteWirelessGatewayResponse |
deleteWirelessGateway(Consumer<DeleteWirelessGatewayRequest.Builder> deleteWirelessGatewayRequest)
Deletes a wireless gateway.
|
default DeleteWirelessGatewayResponse |
deleteWirelessGateway(DeleteWirelessGatewayRequest deleteWirelessGatewayRequest)
Deletes a wireless gateway.
|
default DeleteWirelessGatewayTaskResponse |
deleteWirelessGatewayTask(Consumer<DeleteWirelessGatewayTaskRequest.Builder> deleteWirelessGatewayTaskRequest)
Deletes a wireless gateway task.
|
default DeleteWirelessGatewayTaskResponse |
deleteWirelessGatewayTask(DeleteWirelessGatewayTaskRequest deleteWirelessGatewayTaskRequest)
Deletes a wireless gateway task.
|
default DeleteWirelessGatewayTaskDefinitionResponse |
deleteWirelessGatewayTaskDefinition(Consumer<DeleteWirelessGatewayTaskDefinitionRequest.Builder> deleteWirelessGatewayTaskDefinitionRequest)
Deletes a wireless gateway task definition.
|
default DeleteWirelessGatewayTaskDefinitionResponse |
deleteWirelessGatewayTaskDefinition(DeleteWirelessGatewayTaskDefinitionRequest deleteWirelessGatewayTaskDefinitionRequest)
Deletes a wireless gateway task definition.
|
default DisassociateAwsAccountFromPartnerAccountResponse |
disassociateAwsAccountFromPartnerAccount(Consumer<DisassociateAwsAccountFromPartnerAccountRequest.Builder> disassociateAwsAccountFromPartnerAccountRequest)
Disassociates your AWS account from a partner account.
|
default DisassociateAwsAccountFromPartnerAccountResponse |
disassociateAwsAccountFromPartnerAccount(DisassociateAwsAccountFromPartnerAccountRequest disassociateAwsAccountFromPartnerAccountRequest)
Disassociates your AWS account from a partner account.
|
default DisassociateWirelessDeviceFromThingResponse |
disassociateWirelessDeviceFromThing(Consumer<DisassociateWirelessDeviceFromThingRequest.Builder> disassociateWirelessDeviceFromThingRequest)
Disassociates a wireless device from its currently associated thing.
|
default DisassociateWirelessDeviceFromThingResponse |
disassociateWirelessDeviceFromThing(DisassociateWirelessDeviceFromThingRequest disassociateWirelessDeviceFromThingRequest)
Disassociates a wireless device from its currently associated thing.
|
default DisassociateWirelessGatewayFromCertificateResponse |
disassociateWirelessGatewayFromCertificate(Consumer<DisassociateWirelessGatewayFromCertificateRequest.Builder> disassociateWirelessGatewayFromCertificateRequest)
Disassociates a wireless gateway from its currently associated certificate.
|
default DisassociateWirelessGatewayFromCertificateResponse |
disassociateWirelessGatewayFromCertificate(DisassociateWirelessGatewayFromCertificateRequest disassociateWirelessGatewayFromCertificateRequest)
Disassociates a wireless gateway from its currently associated certificate.
|
default DisassociateWirelessGatewayFromThingResponse |
disassociateWirelessGatewayFromThing(Consumer<DisassociateWirelessGatewayFromThingRequest.Builder> disassociateWirelessGatewayFromThingRequest)
Disassociates a wireless gateway from its currently associated thing.
|
default DisassociateWirelessGatewayFromThingResponse |
disassociateWirelessGatewayFromThing(DisassociateWirelessGatewayFromThingRequest disassociateWirelessGatewayFromThingRequest)
Disassociates a wireless gateway from its currently associated thing.
|
default GetDestinationResponse |
getDestination(Consumer<GetDestinationRequest.Builder> getDestinationRequest)
Gets information about a destination.
|
default GetDestinationResponse |
getDestination(GetDestinationRequest getDestinationRequest)
Gets information about a destination.
|
default GetDeviceProfileResponse |
getDeviceProfile(Consumer<GetDeviceProfileRequest.Builder> getDeviceProfileRequest)
Gets information about a device profile.
|
default GetDeviceProfileResponse |
getDeviceProfile(GetDeviceProfileRequest getDeviceProfileRequest)
Gets information about a device profile.
|
default GetLogLevelsByResourceTypesResponse |
getLogLevelsByResourceTypes(Consumer<GetLogLevelsByResourceTypesRequest.Builder> getLogLevelsByResourceTypesRequest)
Returns current default log-levels, or log levels by resource types, could be for wireless device log options or
wireless gateway log options.
|
default GetLogLevelsByResourceTypesResponse |
getLogLevelsByResourceTypes(GetLogLevelsByResourceTypesRequest getLogLevelsByResourceTypesRequest)
Returns current default log-levels, or log levels by resource types, could be for wireless device log options or
wireless gateway log options.
|
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 GetResourceLogLevelResponse |
getResourceLogLevel(Consumer<GetResourceLogLevelRequest.Builder> getResourceLogLevelRequest)
Fetches the log-level override if any for a given resource-ID and resource-type, coulde be a wireless device or a
wireless gateway.
|
default GetResourceLogLevelResponse |
getResourceLogLevel(GetResourceLogLevelRequest getResourceLogLevelRequest)
Fetches the log-level override if any for a given resource-ID and resource-type, coulde be a wireless device or a
wireless gateway.
|
default GetServiceEndpointResponse |
getServiceEndpoint(Consumer<GetServiceEndpointRequest.Builder> getServiceEndpointRequest)
Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server
(LNS) connections.
|
default GetServiceEndpointResponse |
getServiceEndpoint(GetServiceEndpointRequest getServiceEndpointRequest)
Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server
(LNS) connections.
|
default GetServiceProfileResponse |
getServiceProfile(Consumer<GetServiceProfileRequest.Builder> getServiceProfileRequest)
Gets information about a service profile.
|
default GetServiceProfileResponse |
getServiceProfile(GetServiceProfileRequest getServiceProfileRequest)
Gets information about a service profile.
|
default GetWirelessDeviceResponse |
getWirelessDevice(Consumer<GetWirelessDeviceRequest.Builder> getWirelessDeviceRequest)
Gets information about a wireless device.
|
default GetWirelessDeviceResponse |
getWirelessDevice(GetWirelessDeviceRequest getWirelessDeviceRequest)
Gets information about a wireless device.
|
default GetWirelessDeviceStatisticsResponse |
getWirelessDeviceStatistics(Consumer<GetWirelessDeviceStatisticsRequest.Builder> getWirelessDeviceStatisticsRequest)
Gets operating information about a wireless device.
|
default GetWirelessDeviceStatisticsResponse |
getWirelessDeviceStatistics(GetWirelessDeviceStatisticsRequest getWirelessDeviceStatisticsRequest)
Gets operating information about a wireless device.
|
default GetWirelessGatewayResponse |
getWirelessGateway(Consumer<GetWirelessGatewayRequest.Builder> getWirelessGatewayRequest)
Gets information about a wireless gateway.
|
default GetWirelessGatewayResponse |
getWirelessGateway(GetWirelessGatewayRequest getWirelessGatewayRequest)
Gets information about a wireless gateway.
|
default GetWirelessGatewayCertificateResponse |
getWirelessGatewayCertificate(Consumer<GetWirelessGatewayCertificateRequest.Builder> getWirelessGatewayCertificateRequest)
Gets the ID of the certificate that is currently associated with a wireless gateway.
|
default GetWirelessGatewayCertificateResponse |
getWirelessGatewayCertificate(GetWirelessGatewayCertificateRequest getWirelessGatewayCertificateRequest)
Gets the ID of the certificate that is currently associated with a wireless gateway.
|
default GetWirelessGatewayFirmwareInformationResponse |
getWirelessGatewayFirmwareInformation(Consumer<GetWirelessGatewayFirmwareInformationRequest.Builder> getWirelessGatewayFirmwareInformationRequest)
Gets the firmware version and other information about a wireless gateway.
|
default GetWirelessGatewayFirmwareInformationResponse |
getWirelessGatewayFirmwareInformation(GetWirelessGatewayFirmwareInformationRequest getWirelessGatewayFirmwareInformationRequest)
Gets the firmware version and other information about a wireless gateway.
|
default GetWirelessGatewayStatisticsResponse |
getWirelessGatewayStatistics(Consumer<GetWirelessGatewayStatisticsRequest.Builder> getWirelessGatewayStatisticsRequest)
Gets operating information about a wireless gateway.
|
default GetWirelessGatewayStatisticsResponse |
getWirelessGatewayStatistics(GetWirelessGatewayStatisticsRequest getWirelessGatewayStatisticsRequest)
Gets operating information about a wireless gateway.
|
default GetWirelessGatewayTaskResponse |
getWirelessGatewayTask(Consumer<GetWirelessGatewayTaskRequest.Builder> getWirelessGatewayTaskRequest)
Gets information about a wireless gateway task.
|
default GetWirelessGatewayTaskResponse |
getWirelessGatewayTask(GetWirelessGatewayTaskRequest getWirelessGatewayTaskRequest)
Gets information about a wireless gateway task.
|
default GetWirelessGatewayTaskDefinitionResponse |
getWirelessGatewayTaskDefinition(Consumer<GetWirelessGatewayTaskDefinitionRequest.Builder> getWirelessGatewayTaskDefinitionRequest)
Gets information about a wireless gateway task definition.
|
default GetWirelessGatewayTaskDefinitionResponse |
getWirelessGatewayTaskDefinition(GetWirelessGatewayTaskDefinitionRequest getWirelessGatewayTaskDefinitionRequest)
Gets information about a wireless gateway task definition.
|
default ListDestinationsResponse |
listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsResponse |
listDestinations(ListDestinationsRequest listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsIterable |
listDestinationsPaginator(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDestinationsIterable |
listDestinationsPaginator(ListDestinationsRequest listDestinationsRequest)
Lists the destinations registered to your AWS account.
|
default ListDeviceProfilesResponse |
listDeviceProfiles(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListDeviceProfilesResponse |
listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListDeviceProfilesIterable |
listDeviceProfilesPaginator(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListDeviceProfilesIterable |
listDeviceProfilesPaginator(ListDeviceProfilesRequest listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListPartnerAccountsResponse |
listPartnerAccounts(Consumer<ListPartnerAccountsRequest.Builder> listPartnerAccountsRequest)
Lists the partner accounts associated with your AWS account.
|
default ListPartnerAccountsResponse |
listPartnerAccounts(ListPartnerAccountsRequest listPartnerAccountsRequest)
Lists the partner accounts associated with your AWS account.
|
default ListServiceProfilesResponse |
listServiceProfiles(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default ListServiceProfilesResponse |
listServiceProfiles(ListServiceProfilesRequest listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default ListServiceProfilesIterable |
listServiceProfilesPaginator(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default ListServiceProfilesIterable |
listServiceProfilesPaginator(ListServiceProfilesRequest listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags (metadata) you have assigned to the resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags (metadata) you have assigned to the resource.
|
default ListWirelessDevicesResponse |
listWirelessDevices(Consumer<ListWirelessDevicesRequest.Builder> listWirelessDevicesRequest)
Lists the wireless devices registered to your AWS account.
|
default ListWirelessDevicesResponse |
listWirelessDevices(ListWirelessDevicesRequest listWirelessDevicesRequest)
Lists the wireless devices registered to your AWS account.
|
default ListWirelessDevicesIterable |
listWirelessDevicesPaginator(Consumer<ListWirelessDevicesRequest.Builder> listWirelessDevicesRequest)
Lists the wireless devices registered to your AWS account.
|
default ListWirelessDevicesIterable |
listWirelessDevicesPaginator(ListWirelessDevicesRequest listWirelessDevicesRequest)
Lists the wireless devices registered to your AWS account.
|
default ListWirelessGatewaysResponse |
listWirelessGateways(Consumer<ListWirelessGatewaysRequest.Builder> listWirelessGatewaysRequest)
Lists the wireless gateways registered to your AWS account.
|
default ListWirelessGatewaysResponse |
listWirelessGateways(ListWirelessGatewaysRequest listWirelessGatewaysRequest)
Lists the wireless gateways registered to your AWS account.
|
default ListWirelessGatewaysIterable |
listWirelessGatewaysPaginator(Consumer<ListWirelessGatewaysRequest.Builder> listWirelessGatewaysRequest)
Lists the wireless gateways registered to your AWS account.
|
default ListWirelessGatewaysIterable |
listWirelessGatewaysPaginator(ListWirelessGatewaysRequest listWirelessGatewaysRequest)
Lists the wireless gateways registered to your AWS account.
|
default ListWirelessGatewayTaskDefinitionsResponse |
listWirelessGatewayTaskDefinitions(Consumer<ListWirelessGatewayTaskDefinitionsRequest.Builder> listWirelessGatewayTaskDefinitionsRequest)
List the wireless gateway tasks definitions registered to your AWS account.
|
default ListWirelessGatewayTaskDefinitionsResponse |
listWirelessGatewayTaskDefinitions(ListWirelessGatewayTaskDefinitionsRequest listWirelessGatewayTaskDefinitionsRequest)
List the wireless gateway tasks definitions registered to your AWS account.
|
default PutResourceLogLevelResponse |
putResourceLogLevel(Consumer<PutResourceLogLevelRequest.Builder> putResourceLogLevelRequest)
Sets the log-level override for a resource-ID and resource-type, could be a wireless gateway or a wireless
device.
|
default PutResourceLogLevelResponse |
putResourceLogLevel(PutResourceLogLevelRequest putResourceLogLevelRequest)
Sets the log-level override for a resource-ID and resource-type, could be a wireless gateway or a wireless
device.
|
default ResetAllResourceLogLevelsResponse |
resetAllResourceLogLevels(Consumer<ResetAllResourceLogLevelsRequest.Builder> resetAllResourceLogLevelsRequest)
Remove log-level overrides if any for all resources (both wireless devices and wireless gateways).
|
default ResetAllResourceLogLevelsResponse |
resetAllResourceLogLevels(ResetAllResourceLogLevelsRequest resetAllResourceLogLevelsRequest)
Remove log-level overrides if any for all resources (both wireless devices and wireless gateways).
|
default ResetResourceLogLevelResponse |
resetResourceLogLevel(Consumer<ResetResourceLogLevelRequest.Builder> resetResourceLogLevelRequest)
Remove log-level override if any for a specific resource-ID and resource-type, could be a wireless device or a
wireless gateway.
|
default ResetResourceLogLevelResponse |
resetResourceLogLevel(ResetResourceLogLevelRequest resetResourceLogLevelRequest)
Remove log-level override if any for a specific resource-ID and resource-type, could be a wireless device or a
wireless gateway.
|
default SendDataToWirelessDeviceResponse |
sendDataToWirelessDevice(Consumer<SendDataToWirelessDeviceRequest.Builder> sendDataToWirelessDeviceRequest)
Sends a decrypted application data frame to a device.
|
default SendDataToWirelessDeviceResponse |
sendDataToWirelessDevice(SendDataToWirelessDeviceRequest sendDataToWirelessDeviceRequest)
Sends a decrypted application data frame to a device.
|
static ServiceMetadata |
serviceMetadata() |
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds a tag to a resource.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Adds a tag to a resource.
|
default TestWirelessDeviceResponse |
testWirelessDevice(Consumer<TestWirelessDeviceRequest.Builder> testWirelessDeviceRequest)
Simulates a provisioned device by sending an uplink data payload of
Hello. |
default TestWirelessDeviceResponse |
testWirelessDevice(TestWirelessDeviceRequest testWirelessDeviceRequest)
Simulates a provisioned device by sending an uplink data payload of
Hello. |
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from a resource.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a resource.
|
default UpdateDestinationResponse |
updateDestination(Consumer<UpdateDestinationRequest.Builder> updateDestinationRequest)
Updates properties of a destination.
|
default UpdateDestinationResponse |
updateDestination(UpdateDestinationRequest updateDestinationRequest)
Updates properties of a destination.
|
default UpdateLogLevelsByResourceTypesResponse |
updateLogLevelsByResourceTypes(Consumer<UpdateLogLevelsByResourceTypesRequest.Builder> updateLogLevelsByResourceTypesRequest)
Set default log level, or log levels by resource types, could be for wireless device log options or wireless
gateways log options.
|
default UpdateLogLevelsByResourceTypesResponse |
updateLogLevelsByResourceTypes(UpdateLogLevelsByResourceTypesRequest updateLogLevelsByResourceTypesRequest)
Set default log level, or log levels by resource types, could be for wireless device log options or wireless
gateways log options.
|
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 UpdateWirelessDeviceResponse |
updateWirelessDevice(Consumer<UpdateWirelessDeviceRequest.Builder> updateWirelessDeviceRequest)
Updates properties of a wireless device.
|
default UpdateWirelessDeviceResponse |
updateWirelessDevice(UpdateWirelessDeviceRequest updateWirelessDeviceRequest)
Updates properties of a wireless device.
|
default UpdateWirelessGatewayResponse |
updateWirelessGateway(Consumer<UpdateWirelessGatewayRequest.Builder> updateWirelessGatewayRequest)
Updates properties of a wireless gateway.
|
default UpdateWirelessGatewayResponse |
updateWirelessGateway(UpdateWirelessGatewayRequest updateWirelessGatewayRequest)
Updates properties of a wireless gateway.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static IotWirelessClient create()
IotWirelessClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static IotWirelessClientBuilder builder()
IotWirelessClient.default AssociateAwsAccountWithPartnerAccountResponse associateAwsAccountWithPartnerAccount(AssociateAwsAccountWithPartnerAccountRequest associateAwsAccountWithPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, ConflictException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Associates a partner account with your AWS account.
associateAwsAccountWithPartnerAccountRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateAwsAccountWithPartnerAccountResponse associateAwsAccountWithPartnerAccount(Consumer<AssociateAwsAccountWithPartnerAccountRequest.Builder> associateAwsAccountWithPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, ConflictException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Associates a partner account with your AWS account.
This is a convenience which creates an instance of the
AssociateAwsAccountWithPartnerAccountRequest.Builder avoiding the need to create one manually via
AssociateAwsAccountWithPartnerAccountRequest.builder()
associateAwsAccountWithPartnerAccountRequest - A Consumer that will call methods on AssociateAwsAccountWithPartnerAccountRequest.Builder
to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessDeviceWithThingResponse associateWirelessDeviceWithThing(AssociateWirelessDeviceWithThingRequest associateWirelessDeviceWithThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless device with a thing.
associateWirelessDeviceWithThingRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessDeviceWithThingResponse associateWirelessDeviceWithThing(Consumer<AssociateWirelessDeviceWithThingRequest.Builder> associateWirelessDeviceWithThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless device with a thing.
This is a convenience which creates an instance of the AssociateWirelessDeviceWithThingRequest.Builder
avoiding the need to create one manually via AssociateWirelessDeviceWithThingRequest.builder()
associateWirelessDeviceWithThingRequest - A Consumer that will call methods on AssociateWirelessDeviceWithThingRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessGatewayWithCertificateResponse associateWirelessGatewayWithCertificate(AssociateWirelessGatewayWithCertificateRequest associateWirelessGatewayWithCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless gateway with a certificate.
associateWirelessGatewayWithCertificateRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessGatewayWithCertificateResponse associateWirelessGatewayWithCertificate(Consumer<AssociateWirelessGatewayWithCertificateRequest.Builder> associateWirelessGatewayWithCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless gateway with a certificate.
This is a convenience which creates an instance of the
AssociateWirelessGatewayWithCertificateRequest.Builder avoiding the need to create one manually via
AssociateWirelessGatewayWithCertificateRequest.builder()
associateWirelessGatewayWithCertificateRequest - A Consumer that will call methods on
AssociateWirelessGatewayWithCertificateRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessGatewayWithThingResponse associateWirelessGatewayWithThing(AssociateWirelessGatewayWithThingRequest associateWirelessGatewayWithThingRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless gateway with a thing.
associateWirelessGatewayWithThingRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault AssociateWirelessGatewayWithThingResponse associateWirelessGatewayWithThing(Consumer<AssociateWirelessGatewayWithThingRequest.Builder> associateWirelessGatewayWithThingRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Associates a wireless gateway with a thing.
This is a convenience which creates an instance of the AssociateWirelessGatewayWithThingRequest.Builder
avoiding the need to create one manually via AssociateWirelessGatewayWithThingRequest.builder()
associateWirelessGatewayWithThingRequest - A Consumer that will call methods on AssociateWirelessGatewayWithThingRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDestinationResponse createDestination(CreateDestinationRequest createDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new destination that maps a device message to an AWS IoT rule.
createDestinationRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDestinationResponse createDestination(Consumer<CreateDestinationRequest.Builder> createDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new destination that maps a device message to an AWS IoT rule.
This is a convenience which creates an instance of the CreateDestinationRequest.Builder avoiding the need
to create one manually via CreateDestinationRequest.builder()
createDestinationRequest - A Consumer that will call methods on CreateDestinationRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeviceProfileResponse createDeviceProfile(CreateDeviceProfileRequest createDeviceProfileRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new device profile.
createDeviceProfileRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeviceProfileResponse createDeviceProfile(Consumer<CreateDeviceProfileRequest.Builder> createDeviceProfileRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new device profile.
This is a convenience which creates an instance of the CreateDeviceProfileRequest.Builder avoiding the
need to create one manually via CreateDeviceProfileRequest.builder()
createDeviceProfileRequest - A Consumer that will call methods on CreateDeviceProfileRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceProfileResponse createServiceProfile(CreateServiceProfileRequest createServiceProfileRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new service profile.
createServiceProfileRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateServiceProfileResponse createServiceProfile(Consumer<CreateServiceProfileRequest.Builder> createServiceProfileRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a new service profile.
This is a convenience which creates an instance of the CreateServiceProfileRequest.Builder avoiding the
need to create one manually via CreateServiceProfileRequest.builder()
createServiceProfileRequest - A Consumer that will call methods on CreateServiceProfileRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessDeviceResponse createWirelessDevice(CreateWirelessDeviceRequest createWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Provisions a wireless device.
createWirelessDeviceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessDeviceResponse createWirelessDevice(Consumer<CreateWirelessDeviceRequest.Builder> createWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Provisions a wireless device.
This is a convenience which creates an instance of the CreateWirelessDeviceRequest.Builder avoiding the
need to create one manually via CreateWirelessDeviceRequest.builder()
createWirelessDeviceRequest - A Consumer that will call methods on CreateWirelessDeviceRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessGatewayResponse createWirelessGateway(CreateWirelessGatewayRequest createWirelessGatewayRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Provisions a wireless gateway.
createWirelessGatewayRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessGatewayResponse createWirelessGateway(Consumer<CreateWirelessGatewayRequest.Builder> createWirelessGatewayRequest) throws ValidationException, AccessDeniedException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Provisions a wireless gateway.
This is a convenience which creates an instance of the CreateWirelessGatewayRequest.Builder avoiding the
need to create one manually via CreateWirelessGatewayRequest.builder()
createWirelessGatewayRequest - A Consumer that will call methods on CreateWirelessGatewayRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessGatewayTaskResponse createWirelessGatewayTask(CreateWirelessGatewayTaskRequest createWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a task for a wireless gateway.
createWirelessGatewayTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessGatewayTaskResponse createWirelessGatewayTask(Consumer<CreateWirelessGatewayTaskRequest.Builder> createWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a task for a wireless gateway.
This is a convenience which creates an instance of the CreateWirelessGatewayTaskRequest.Builder avoiding
the need to create one manually via CreateWirelessGatewayTaskRequest.builder()
createWirelessGatewayTaskRequest - A Consumer that will call methods on CreateWirelessGatewayTaskRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessGatewayTaskDefinitionResponse createWirelessGatewayTaskDefinition(CreateWirelessGatewayTaskDefinitionRequest createWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a gateway task definition.
createWirelessGatewayTaskDefinitionRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateWirelessGatewayTaskDefinitionResponse createWirelessGatewayTaskDefinition(Consumer<CreateWirelessGatewayTaskDefinitionRequest.Builder> createWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Creates a gateway task definition.
This is a convenience which creates an instance of the CreateWirelessGatewayTaskDefinitionRequest.Builder
avoiding the need to create one manually via CreateWirelessGatewayTaskDefinitionRequest.builder()
createWirelessGatewayTaskDefinitionRequest - A Consumer that will call methods on CreateWirelessGatewayTaskDefinitionRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDestinationResponse deleteDestination(DeleteDestinationRequest deleteDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a destination.
deleteDestinationRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDestinationResponse deleteDestination(Consumer<DeleteDestinationRequest.Builder> deleteDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a destination.
This is a convenience which creates an instance of the DeleteDestinationRequest.Builder avoiding the need
to create one manually via DeleteDestinationRequest.builder()
deleteDestinationRequest - A Consumer that will call methods on DeleteDestinationRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDeviceProfileResponse deleteDeviceProfile(DeleteDeviceProfileRequest deleteDeviceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a device profile.
deleteDeviceProfileRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDeviceProfileResponse deleteDeviceProfile(Consumer<DeleteDeviceProfileRequest.Builder> deleteDeviceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a device profile.
This is a convenience which creates an instance of the DeleteDeviceProfileRequest.Builder avoiding the
need to create one manually via DeleteDeviceProfileRequest.builder()
deleteDeviceProfileRequest - A Consumer that will call methods on DeleteDeviceProfileRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceProfileResponse deleteServiceProfile(DeleteServiceProfileRequest deleteServiceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a service profile.
deleteServiceProfileRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteServiceProfileResponse deleteServiceProfile(Consumer<DeleteServiceProfileRequest.Builder> deleteServiceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ConflictException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a service profile.
This is a convenience which creates an instance of the DeleteServiceProfileRequest.Builder avoiding the
need to create one manually via DeleteServiceProfileRequest.builder()
deleteServiceProfileRequest - A Consumer that will call methods on DeleteServiceProfileRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessDeviceResponse deleteWirelessDevice(DeleteWirelessDeviceRequest deleteWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless device.
deleteWirelessDeviceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessDeviceResponse deleteWirelessDevice(Consumer<DeleteWirelessDeviceRequest.Builder> deleteWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless device.
This is a convenience which creates an instance of the DeleteWirelessDeviceRequest.Builder avoiding the
need to create one manually via DeleteWirelessDeviceRequest.builder()
deleteWirelessDeviceRequest - A Consumer that will call methods on DeleteWirelessDeviceRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessGatewayResponse deleteWirelessGateway(DeleteWirelessGatewayRequest deleteWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless gateway.
deleteWirelessGatewayRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessGatewayResponse deleteWirelessGateway(Consumer<DeleteWirelessGatewayRequest.Builder> deleteWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless gateway.
This is a convenience which creates an instance of the DeleteWirelessGatewayRequest.Builder avoiding the
need to create one manually via DeleteWirelessGatewayRequest.builder()
deleteWirelessGatewayRequest - A Consumer that will call methods on DeleteWirelessGatewayRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessGatewayTaskResponse deleteWirelessGatewayTask(DeleteWirelessGatewayTaskRequest deleteWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless gateway task.
deleteWirelessGatewayTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessGatewayTaskResponse deleteWirelessGatewayTask(Consumer<DeleteWirelessGatewayTaskRequest.Builder> deleteWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless gateway task.
This is a convenience which creates an instance of the DeleteWirelessGatewayTaskRequest.Builder avoiding
the need to create one manually via DeleteWirelessGatewayTaskRequest.builder()
deleteWirelessGatewayTaskRequest - A Consumer that will call methods on DeleteWirelessGatewayTaskRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessGatewayTaskDefinitionResponse deleteWirelessGatewayTaskDefinition(DeleteWirelessGatewayTaskDefinitionRequest deleteWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.
deleteWirelessGatewayTaskDefinitionRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteWirelessGatewayTaskDefinitionResponse deleteWirelessGatewayTaskDefinition(Consumer<DeleteWirelessGatewayTaskDefinitionRequest.Builder> deleteWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.
This is a convenience which creates an instance of the DeleteWirelessGatewayTaskDefinitionRequest.Builder
avoiding the need to create one manually via DeleteWirelessGatewayTaskDefinitionRequest.builder()
deleteWirelessGatewayTaskDefinitionRequest - A Consumer that will call methods on DeleteWirelessGatewayTaskDefinitionRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateAwsAccountFromPartnerAccountResponse disassociateAwsAccountFromPartnerAccount(DisassociateAwsAccountFromPartnerAccountRequest disassociateAwsAccountFromPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates your AWS account from a partner account. If PartnerAccountId and
PartnerType are null, disassociates your AWS account from all partner accounts.
disassociateAwsAccountFromPartnerAccountRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateAwsAccountFromPartnerAccountResponse disassociateAwsAccountFromPartnerAccount(Consumer<DisassociateAwsAccountFromPartnerAccountRequest.Builder> disassociateAwsAccountFromPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates your AWS account from a partner account. If PartnerAccountId and
PartnerType are null, disassociates your AWS account from all partner accounts.
This is a convenience which creates an instance of the
DisassociateAwsAccountFromPartnerAccountRequest.Builder avoiding the need to create one manually via
DisassociateAwsAccountFromPartnerAccountRequest.builder()
disassociateAwsAccountFromPartnerAccountRequest - A Consumer that will call methods on
DisassociateAwsAccountFromPartnerAccountRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessDeviceFromThingResponse disassociateWirelessDeviceFromThing(DisassociateWirelessDeviceFromThingRequest disassociateWirelessDeviceFromThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless device from its currently associated thing.
disassociateWirelessDeviceFromThingRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessDeviceFromThingResponse disassociateWirelessDeviceFromThing(Consumer<DisassociateWirelessDeviceFromThingRequest.Builder> disassociateWirelessDeviceFromThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless device from its currently associated thing.
This is a convenience which creates an instance of the DisassociateWirelessDeviceFromThingRequest.Builder
avoiding the need to create one manually via DisassociateWirelessDeviceFromThingRequest.builder()
disassociateWirelessDeviceFromThingRequest - A Consumer that will call methods on DisassociateWirelessDeviceFromThingRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessGatewayFromCertificateResponse disassociateWirelessGatewayFromCertificate(DisassociateWirelessGatewayFromCertificateRequest disassociateWirelessGatewayFromCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless gateway from its currently associated certificate.
disassociateWirelessGatewayFromCertificateRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessGatewayFromCertificateResponse disassociateWirelessGatewayFromCertificate(Consumer<DisassociateWirelessGatewayFromCertificateRequest.Builder> disassociateWirelessGatewayFromCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless gateway from its currently associated certificate.
This is a convenience which creates an instance of the
DisassociateWirelessGatewayFromCertificateRequest.Builder avoiding the need to create one manually via
DisassociateWirelessGatewayFromCertificateRequest.builder()
disassociateWirelessGatewayFromCertificateRequest - A Consumer that will call methods on
DisassociateWirelessGatewayFromCertificateRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessGatewayFromThingResponse disassociateWirelessGatewayFromThing(DisassociateWirelessGatewayFromThingRequest disassociateWirelessGatewayFromThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless gateway from its currently associated thing.
disassociateWirelessGatewayFromThingRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DisassociateWirelessGatewayFromThingResponse disassociateWirelessGatewayFromThing(Consumer<DisassociateWirelessGatewayFromThingRequest.Builder> disassociateWirelessGatewayFromThingRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, ConflictException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Disassociates a wireless gateway from its currently associated thing.
This is a convenience which creates an instance of the
DisassociateWirelessGatewayFromThingRequest.Builder avoiding the need to create one manually via
DisassociateWirelessGatewayFromThingRequest.builder()
disassociateWirelessGatewayFromThingRequest - A Consumer that will call methods on DisassociateWirelessGatewayFromThingRequest.Builder
to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDestinationResponse getDestination(GetDestinationRequest getDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a destination.
getDestinationRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDestinationResponse getDestination(Consumer<GetDestinationRequest.Builder> getDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a destination.
This is a convenience which creates an instance of the GetDestinationRequest.Builder avoiding the need to
create one manually via GetDestinationRequest.builder()
getDestinationRequest - A Consumer that will call methods on GetDestinationRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeviceProfileResponse getDeviceProfile(GetDeviceProfileRequest getDeviceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a device profile.
getDeviceProfileRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeviceProfileResponse getDeviceProfile(Consumer<GetDeviceProfileRequest.Builder> getDeviceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a device profile.
This is a convenience which creates an instance of the GetDeviceProfileRequest.Builder avoiding the need
to create one manually via GetDeviceProfileRequest.builder()
getDeviceProfileRequest - A Consumer that will call methods on GetDeviceProfileRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetLogLevelsByResourceTypesResponse getLogLevelsByResourceTypes(GetLogLevelsByResourceTypesRequest getLogLevelsByResourceTypesRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Returns current default log-levels, or log levels by resource types, could be for wireless device log options or wireless gateway log options.
getLogLevelsByResourceTypesRequest - AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetLogLevelsByResourceTypesResponse getLogLevelsByResourceTypes(Consumer<GetLogLevelsByResourceTypesRequest.Builder> getLogLevelsByResourceTypesRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Returns current default log-levels, or log levels by resource types, could be for wireless device log options or wireless gateway log options.
This is a convenience which creates an instance of the GetLogLevelsByResourceTypesRequest.Builder
avoiding the need to create one manually via GetLogLevelsByResourceTypesRequest.builder()
getLogLevelsByResourceTypesRequest - A Consumer that will call methods on GetLogLevelsByResourceTypesRequest.Builder to create
a request.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPartnerAccountResponse getPartnerAccount(GetPartnerAccountRequest getPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a partner account. If PartnerAccountId and PartnerType are
null, returns all partner accounts.
getPartnerAccountRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetPartnerAccountResponse getPartnerAccount(Consumer<GetPartnerAccountRequest.Builder> getPartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a partner account. If PartnerAccountId and PartnerType are
null, returns all partner accounts.
This is a convenience which creates an instance of the GetPartnerAccountRequest.Builder avoiding the need
to create one manually via GetPartnerAccountRequest.builder()
getPartnerAccountRequest - A Consumer that will call methods on GetPartnerAccountRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault 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, coulde be a wireless device or a wireless gateway.
getResourceLogLevelRequest - AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetResourceLogLevelResponse getResourceLogLevel(Consumer<GetResourceLogLevelRequest.Builder> getResourceLogLevelRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Fetches the log-level override if any for a given resource-ID and resource-type, coulde be a wireless device or a wireless gateway.
This is a convenience which creates an instance of the GetResourceLogLevelRequest.Builder avoiding the
need to create one manually via GetResourceLogLevelRequest.builder()
getResourceLogLevelRequest - A Consumer that will call methods on GetResourceLogLevelRequest.Builder to create a
request.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceEndpointResponse getServiceEndpoint(GetServiceEndpointRequest getServiceEndpointRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.
getServiceEndpointRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceEndpointResponse getServiceEndpoint(Consumer<GetServiceEndpointRequest.Builder> getServiceEndpointRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.
This is a convenience which creates an instance of the GetServiceEndpointRequest.Builder avoiding the
need to create one manually via GetServiceEndpointRequest.builder()
getServiceEndpointRequest - A Consumer that will call methods on GetServiceEndpointRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceProfileResponse getServiceProfile(GetServiceProfileRequest getServiceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a service profile.
getServiceProfileRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetServiceProfileResponse getServiceProfile(Consumer<GetServiceProfileRequest.Builder> getServiceProfileRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a service profile.
This is a convenience which creates an instance of the GetServiceProfileRequest.Builder avoiding the need
to create one manually via GetServiceProfileRequest.builder()
getServiceProfileRequest - A Consumer that will call methods on GetServiceProfileRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessDeviceResponse getWirelessDevice(GetWirelessDeviceRequest getWirelessDeviceRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless device.
getWirelessDeviceRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessDeviceResponse getWirelessDevice(Consumer<GetWirelessDeviceRequest.Builder> getWirelessDeviceRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless device.
This is a convenience which creates an instance of the GetWirelessDeviceRequest.Builder avoiding the need
to create one manually via GetWirelessDeviceRequest.builder()
getWirelessDeviceRequest - A Consumer that will call methods on GetWirelessDeviceRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessDeviceStatisticsResponse getWirelessDeviceStatistics(GetWirelessDeviceStatisticsRequest getWirelessDeviceStatisticsRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets operating information about a wireless device.
getWirelessDeviceStatisticsRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessDeviceStatisticsResponse getWirelessDeviceStatistics(Consumer<GetWirelessDeviceStatisticsRequest.Builder> getWirelessDeviceStatisticsRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets operating information about a wireless device.
This is a convenience which creates an instance of the GetWirelessDeviceStatisticsRequest.Builder
avoiding the need to create one manually via GetWirelessDeviceStatisticsRequest.builder()
getWirelessDeviceStatisticsRequest - A Consumer that will call methods on GetWirelessDeviceStatisticsRequest.Builder to create
a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayResponse getWirelessGateway(GetWirelessGatewayRequest getWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless gateway.
getWirelessGatewayRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayResponse getWirelessGateway(Consumer<GetWirelessGatewayRequest.Builder> getWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless gateway.
This is a convenience which creates an instance of the GetWirelessGatewayRequest.Builder avoiding the
need to create one manually via GetWirelessGatewayRequest.builder()
getWirelessGatewayRequest - A Consumer that will call methods on GetWirelessGatewayRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayCertificateResponse getWirelessGatewayCertificate(GetWirelessGatewayCertificateRequest getWirelessGatewayCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets the ID of the certificate that is currently associated with a wireless gateway.
getWirelessGatewayCertificateRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayCertificateResponse getWirelessGatewayCertificate(Consumer<GetWirelessGatewayCertificateRequest.Builder> getWirelessGatewayCertificateRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets the ID of the certificate that is currently associated with a wireless gateway.
This is a convenience which creates an instance of the GetWirelessGatewayCertificateRequest.Builder
avoiding the need to create one manually via GetWirelessGatewayCertificateRequest.builder()
getWirelessGatewayCertificateRequest - A Consumer that will call methods on GetWirelessGatewayCertificateRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayFirmwareInformationResponse getWirelessGatewayFirmwareInformation(GetWirelessGatewayFirmwareInformationRequest getWirelessGatewayFirmwareInformationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets the firmware version and other information about a wireless gateway.
getWirelessGatewayFirmwareInformationRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayFirmwareInformationResponse getWirelessGatewayFirmwareInformation(Consumer<GetWirelessGatewayFirmwareInformationRequest.Builder> getWirelessGatewayFirmwareInformationRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets the firmware version and other information about a wireless gateway.
This is a convenience which creates an instance of the
GetWirelessGatewayFirmwareInformationRequest.Builder avoiding the need to create one manually via
GetWirelessGatewayFirmwareInformationRequest.builder()
getWirelessGatewayFirmwareInformationRequest - A Consumer that will call methods on GetWirelessGatewayFirmwareInformationRequest.Builder
to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayStatisticsResponse getWirelessGatewayStatistics(GetWirelessGatewayStatisticsRequest getWirelessGatewayStatisticsRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets operating information about a wireless gateway.
getWirelessGatewayStatisticsRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayStatisticsResponse getWirelessGatewayStatistics(Consumer<GetWirelessGatewayStatisticsRequest.Builder> getWirelessGatewayStatisticsRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets operating information about a wireless gateway.
This is a convenience which creates an instance of the GetWirelessGatewayStatisticsRequest.Builder
avoiding the need to create one manually via GetWirelessGatewayStatisticsRequest.builder()
getWirelessGatewayStatisticsRequest - A Consumer that will call methods on GetWirelessGatewayStatisticsRequest.Builder to create
a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayTaskResponse getWirelessGatewayTask(GetWirelessGatewayTaskRequest getWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless gateway task.
getWirelessGatewayTaskRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayTaskResponse getWirelessGatewayTask(Consumer<GetWirelessGatewayTaskRequest.Builder> getWirelessGatewayTaskRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless gateway task.
This is a convenience which creates an instance of the GetWirelessGatewayTaskRequest.Builder avoiding the
need to create one manually via GetWirelessGatewayTaskRequest.builder()
getWirelessGatewayTaskRequest - A Consumer that will call methods on GetWirelessGatewayTaskRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayTaskDefinitionResponse getWirelessGatewayTaskDefinition(GetWirelessGatewayTaskDefinitionRequest getWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless gateway task definition.
getWirelessGatewayTaskDefinitionRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetWirelessGatewayTaskDefinitionResponse getWirelessGatewayTaskDefinition(Consumer<GetWirelessGatewayTaskDefinitionRequest.Builder> getWirelessGatewayTaskDefinitionRequest) throws ValidationException, AccessDeniedException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Gets information about a wireless gateway task definition.
This is a convenience which creates an instance of the GetWirelessGatewayTaskDefinitionRequest.Builder
avoiding the need to create one manually via GetWirelessGatewayTaskDefinitionRequest.builder()
getWirelessGatewayTaskDefinitionRequest - A Consumer that will call methods on GetWirelessGatewayTaskDefinitionRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDestinationsResponse listDestinations(ListDestinationsRequest listDestinationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the destinations registered to your AWS account.
listDestinationsRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDestinationsResponse listDestinations(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the destinations registered to your AWS account.
This is a convenience which creates an instance of the ListDestinationsRequest.Builder avoiding the need
to create one manually via ListDestinationsRequest.builder()
listDestinationsRequest - A Consumer that will call methods on ListDestinationsRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDestinationsIterable listDestinationsPaginator(ListDestinationsRequest listDestinationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the destinations registered to your AWS account.
This is a variant of
listDestinations(software.amazon.awssdk.services.iotwireless.model.ListDestinationsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client.listDestinationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client
.listDestinationsPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListDestinationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client.listDestinationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDestinations(software.amazon.awssdk.services.iotwireless.model.ListDestinationsRequest)
operation.
listDestinationsRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDestinationsIterable listDestinationsPaginator(Consumer<ListDestinationsRequest.Builder> listDestinationsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the destinations registered to your AWS account.
This is a variant of
listDestinations(software.amazon.awssdk.services.iotwireless.model.ListDestinationsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client.listDestinationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client
.listDestinationsPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListDestinationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListDestinationsIterable responses = client.listDestinationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDestinations(software.amazon.awssdk.services.iotwireless.model.ListDestinationsRequest)
operation.
This is a convenience which creates an instance of the ListDestinationsRequest.Builder avoiding the need
to create one manually via ListDestinationsRequest.builder()
listDestinationsRequest - A Consumer that will call methods on ListDestinationsRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeviceProfilesResponse listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the device profiles registered to your AWS account.
listDeviceProfilesRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeviceProfilesResponse listDeviceProfiles(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the device profiles registered to your AWS account.
This is a convenience which creates an instance of the ListDeviceProfilesRequest.Builder avoiding the
need to create one manually via ListDeviceProfilesRequest.builder()
listDeviceProfilesRequest - A Consumer that will call methods on ListDeviceProfilesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeviceProfilesIterable listDeviceProfilesPaginator(ListDeviceProfilesRequest listDeviceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the device profiles registered to your AWS account.
This is a variant of
listDeviceProfiles(software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client.listDeviceProfilesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client
.listDeviceProfilesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client.listDeviceProfilesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeviceProfiles(software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesRequest)
operation.
listDeviceProfilesRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeviceProfilesIterable listDeviceProfilesPaginator(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the device profiles registered to your AWS account.
This is a variant of
listDeviceProfiles(software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client.listDeviceProfilesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client
.listDeviceProfilesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListDeviceProfilesIterable responses = client.listDeviceProfilesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeviceProfiles(software.amazon.awssdk.services.iotwireless.model.ListDeviceProfilesRequest)
operation.
This is a convenience which creates an instance of the ListDeviceProfilesRequest.Builder avoiding the
need to create one manually via ListDeviceProfilesRequest.builder()
listDeviceProfilesRequest - A Consumer that will call methods on ListDeviceProfilesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPartnerAccountsResponse listPartnerAccounts(ListPartnerAccountsRequest listPartnerAccountsRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the partner accounts associated with your AWS account.
listPartnerAccountsRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListPartnerAccountsResponse listPartnerAccounts(Consumer<ListPartnerAccountsRequest.Builder> listPartnerAccountsRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the partner accounts associated with your AWS account.
This is a convenience which creates an instance of the ListPartnerAccountsRequest.Builder avoiding the
need to create one manually via ListPartnerAccountsRequest.builder()
listPartnerAccountsRequest - A Consumer that will call methods on ListPartnerAccountsRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceProfilesResponse listServiceProfiles(ListServiceProfilesRequest listServiceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the service profiles registered to your AWS account.
listServiceProfilesRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceProfilesResponse listServiceProfiles(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the service profiles registered to your AWS account.
This is a convenience which creates an instance of the ListServiceProfilesRequest.Builder avoiding the
need to create one manually via ListServiceProfilesRequest.builder()
listServiceProfilesRequest - A Consumer that will call methods on ListServiceProfilesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceProfilesIterable listServiceProfilesPaginator(ListServiceProfilesRequest listServiceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the service profiles registered to your AWS account.
This is a variant of
listServiceProfiles(software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client.listServiceProfilesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client
.listServiceProfilesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client.listServiceProfilesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceProfiles(software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesRequest)
operation.
listServiceProfilesRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListServiceProfilesIterable listServiceProfilesPaginator(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the service profiles registered to your AWS account.
This is a variant of
listServiceProfiles(software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client.listServiceProfilesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client
.listServiceProfilesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListServiceProfilesIterable responses = client.listServiceProfilesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listServiceProfiles(software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesRequest)
operation.
This is a convenience which creates an instance of the ListServiceProfilesRequest.Builder avoiding the
need to create one manually via ListServiceProfilesRequest.builder()
listServiceProfilesRequest - A Consumer that will call methods on ListServiceProfilesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the tags (metadata) you have assigned to the resource.
listTagsForResourceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Lists the tags (metadata) you have assigned to the resource.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessDevicesResponse listWirelessDevices(ListWirelessDevicesRequest listWirelessDevicesRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless devices registered to your AWS account.
listWirelessDevicesRequest - ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessDevicesResponse listWirelessDevices(Consumer<ListWirelessDevicesRequest.Builder> listWirelessDevicesRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless devices registered to your AWS account.
This is a convenience which creates an instance of the ListWirelessDevicesRequest.Builder avoiding the
need to create one manually via ListWirelessDevicesRequest.builder()
listWirelessDevicesRequest - A Consumer that will call methods on ListWirelessDevicesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessDevicesIterable listWirelessDevicesPaginator(ListWirelessDevicesRequest listWirelessDevicesRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless devices registered to your AWS account.
This is a variant of
listWirelessDevices(software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client.listWirelessDevicesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client
.listWirelessDevicesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client.listWirelessDevicesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWirelessDevices(software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesRequest)
operation.
listWirelessDevicesRequest - ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessDevicesIterable listWirelessDevicesPaginator(Consumer<ListWirelessDevicesRequest.Builder> listWirelessDevicesRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless devices registered to your AWS account.
This is a variant of
listWirelessDevices(software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client.listWirelessDevicesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client
.listWirelessDevicesPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessDevicesIterable responses = client.listWirelessDevicesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWirelessDevices(software.amazon.awssdk.services.iotwireless.model.ListWirelessDevicesRequest)
operation.
This is a convenience which creates an instance of the ListWirelessDevicesRequest.Builder avoiding the
need to create one manually via ListWirelessDevicesRequest.builder()
listWirelessDevicesRequest - A Consumer that will call methods on ListWirelessDevicesRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessGatewayTaskDefinitionsResponse listWirelessGatewayTaskDefinitions(ListWirelessGatewayTaskDefinitionsRequest listWirelessGatewayTaskDefinitionsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
List the wireless gateway tasks definitions registered to your AWS account.
listWirelessGatewayTaskDefinitionsRequest - ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessGatewayTaskDefinitionsResponse listWirelessGatewayTaskDefinitions(Consumer<ListWirelessGatewayTaskDefinitionsRequest.Builder> listWirelessGatewayTaskDefinitionsRequest) throws ValidationException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
List the wireless gateway tasks definitions registered to your AWS account.
This is a convenience which creates an instance of the ListWirelessGatewayTaskDefinitionsRequest.Builder
avoiding the need to create one manually via ListWirelessGatewayTaskDefinitionsRequest.builder()
listWirelessGatewayTaskDefinitionsRequest - A Consumer that will call methods on ListWirelessGatewayTaskDefinitionsRequest.Builder to
create a request.ValidationException - The input did not meet the specified constraints.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessGatewaysResponse listWirelessGateways(ListWirelessGatewaysRequest listWirelessGatewaysRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless gateways registered to your AWS account.
listWirelessGatewaysRequest - ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessGatewaysResponse listWirelessGateways(Consumer<ListWirelessGatewaysRequest.Builder> listWirelessGatewaysRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless gateways registered to your AWS account.
This is a convenience which creates an instance of the ListWirelessGatewaysRequest.Builder avoiding the
need to create one manually via ListWirelessGatewaysRequest.builder()
listWirelessGatewaysRequest - A Consumer that will call methods on ListWirelessGatewaysRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessGatewaysIterable listWirelessGatewaysPaginator(ListWirelessGatewaysRequest listWirelessGatewaysRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless gateways registered to your AWS account.
This is a variant of
listWirelessGateways(software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client.listWirelessGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client
.listWirelessGatewaysPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client.listWirelessGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWirelessGateways(software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysRequest)
operation.
listWirelessGatewaysRequest - ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListWirelessGatewaysIterable listWirelessGatewaysPaginator(Consumer<ListWirelessGatewaysRequest.Builder> listWirelessGatewaysRequest) throws ValidationException, InternalServerException, ThrottlingException, AccessDeniedException, AwsServiceException, SdkClientException, IotWirelessException
Lists the wireless gateways registered to your AWS account.
This is a variant of
listWirelessGateways(software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client.listWirelessGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client
.listWirelessGatewaysPaginator(request);
for (software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.iotwireless.paginators.ListWirelessGatewaysIterable responses = client.listWirelessGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listWirelessGateways(software.amazon.awssdk.services.iotwireless.model.ListWirelessGatewaysRequest)
operation.
This is a convenience which creates an instance of the ListWirelessGatewaysRequest.Builder avoiding the
need to create one manually via ListWirelessGatewaysRequest.builder()
listWirelessGatewaysRequest - A Consumer that will call methods on ListWirelessGatewaysRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.AccessDeniedException - User does not have permission to perform this action.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutResourceLogLevelResponse putResourceLogLevel(PutResourceLogLevelRequest putResourceLogLevelRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Sets the log-level override for a resource-ID and resource-type, could be a wireless gateway or a wireless device.
putResourceLogLevelRequest - AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutResourceLogLevelResponse putResourceLogLevel(Consumer<PutResourceLogLevelRequest.Builder> putResourceLogLevelRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Sets the log-level override for a resource-ID and resource-type, could be a wireless gateway or a wireless device.
This is a convenience which creates an instance of the PutResourceLogLevelRequest.Builder avoiding the
need to create one manually via PutResourceLogLevelRequest.builder()
putResourceLogLevelRequest - A Consumer that will call methods on PutResourceLogLevelRequest.Builder to create a
request.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetAllResourceLogLevelsResponse resetAllResourceLogLevels(ResetAllResourceLogLevelsRequest resetAllResourceLogLevelsRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Remove log-level overrides if any for all resources (both wireless devices and wireless gateways).
resetAllResourceLogLevelsRequest - AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetAllResourceLogLevelsResponse resetAllResourceLogLevels(Consumer<ResetAllResourceLogLevelsRequest.Builder> resetAllResourceLogLevelsRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Remove log-level overrides if any for all resources (both wireless devices and wireless gateways).
This is a convenience which creates an instance of the ResetAllResourceLogLevelsRequest.Builder avoiding
the need to create one manually via ResetAllResourceLogLevelsRequest.builder()
resetAllResourceLogLevelsRequest - A Consumer that will call methods on ResetAllResourceLogLevelsRequest.Builder to create a
request.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetResourceLogLevelResponse resetResourceLogLevel(ResetResourceLogLevelRequest resetResourceLogLevelRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Remove log-level override if any for a specific resource-ID and resource-type, could be a wireless device or a wireless gateway.
resetResourceLogLevelRequest - AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ResetResourceLogLevelResponse resetResourceLogLevel(Consumer<ResetResourceLogLevelRequest.Builder> resetResourceLogLevelRequest) throws AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Remove log-level override if any for a specific resource-ID and resource-type, could be a wireless device or a wireless gateway.
This is a convenience which creates an instance of the ResetResourceLogLevelRequest.Builder avoiding the
need to create one manually via ResetResourceLogLevelRequest.builder()
resetResourceLogLevelRequest - A Consumer that will call methods on ResetResourceLogLevelRequest.Builder to create a
request.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendDataToWirelessDeviceResponse sendDataToWirelessDevice(SendDataToWirelessDeviceRequest sendDataToWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Sends a decrypted application data frame to a device.
sendDataToWirelessDeviceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendDataToWirelessDeviceResponse sendDataToWirelessDevice(Consumer<SendDataToWirelessDeviceRequest.Builder> sendDataToWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Sends a decrypted application data frame to a device.
This is a convenience which creates an instance of the SendDataToWirelessDeviceRequest.Builder avoiding
the need to create one manually via SendDataToWirelessDeviceRequest.builder()
sendDataToWirelessDeviceRequest - A Consumer that will call methods on SendDataToWirelessDeviceRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, TooManyTagsException, AwsServiceException, SdkClientException, IotWirelessException
Adds a tag to a resource.
tagResourceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.TooManyTagsException - The request was denied because the resource can't have any more tags.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, TooManyTagsException, AwsServiceException, SdkClientException, IotWirelessException
Adds a tag to a resource.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.TooManyTagsException - The request was denied because the resource can't have any more tags.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TestWirelessDeviceResponse testWirelessDevice(TestWirelessDeviceRequest testWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Simulates a provisioned device by sending an uplink data payload of Hello.
testWirelessDeviceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TestWirelessDeviceResponse testWirelessDevice(Consumer<TestWirelessDeviceRequest.Builder> testWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, InternalServerException, AwsServiceException, SdkClientException, IotWirelessException
Simulates a provisioned device by sending an uplink data payload of Hello.
This is a convenience which creates an instance of the TestWirelessDeviceRequest.Builder avoiding the
need to create one manually via TestWirelessDeviceRequest.builder()
testWirelessDeviceRequest - A Consumer that will call methods on TestWirelessDeviceRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.InternalServerException - An unexpected error occurred while processing a request.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Removes one or more tags from a resource.
untagResourceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ValidationException, ResourceNotFoundException, ConflictException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Removes one or more tags from a resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDestinationResponse updateDestination(UpdateDestinationRequest updateDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a destination.
updateDestinationRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateDestinationResponse updateDestination(Consumer<UpdateDestinationRequest.Builder> updateDestinationRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a destination.
This is a convenience which creates an instance of the UpdateDestinationRequest.Builder avoiding the need
to create one manually via UpdateDestinationRequest.builder()
updateDestinationRequest - A Consumer that will call methods on UpdateDestinationRequest.Builder to create a request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateLogLevelsByResourceTypesResponse updateLogLevelsByResourceTypes(UpdateLogLevelsByResourceTypesRequest updateLogLevelsByResourceTypesRequest) throws AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Set default log level, or log levels by resource types, could be for wireless device log options or wireless gateways log options. This is to control the log messages that will be displayed in CloudWatch.
updateLogLevelsByResourceTypesRequest - AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateLogLevelsByResourceTypesResponse updateLogLevelsByResourceTypes(Consumer<UpdateLogLevelsByResourceTypesRequest.Builder> updateLogLevelsByResourceTypesRequest) throws AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, IotWirelessException
Set default log level, or log levels by resource types, could be for wireless device log options or wireless gateways log options. This is to control the log messages that will be displayed in CloudWatch.
This is a convenience which creates an instance of the UpdateLogLevelsByResourceTypesRequest.Builder
avoiding the need to create one manually via UpdateLogLevelsByResourceTypesRequest.builder()
updateLogLevelsByResourceTypesRequest - A Consumer that will call methods on UpdateLogLevelsByResourceTypesRequest.Builder to
create a request.AccessDeniedException - User does not have permission to perform this action.ConflictException - Adding, updating, or deleting the resource can cause an inconsistent state.InternalServerException - An unexpected error occurred while processing a request.ResourceNotFoundException - Resource does not exist.ThrottlingException - The request was denied because it exceeded the allowed API request rate.ValidationException - The input did not meet the specified constraints.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePartnerAccountResponse updatePartnerAccount(UpdatePartnerAccountRequest updatePartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a partner account.
updatePartnerAccountRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdatePartnerAccountResponse updatePartnerAccount(Consumer<UpdatePartnerAccountRequest.Builder> updatePartnerAccountRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a partner account.
This is a convenience which creates an instance of the UpdatePartnerAccountRequest.Builder avoiding the
need to create one manually via UpdatePartnerAccountRequest.builder()
updatePartnerAccountRequest - A Consumer that will call methods on UpdatePartnerAccountRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateWirelessDeviceResponse updateWirelessDevice(UpdateWirelessDeviceRequest updateWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a wireless device.
updateWirelessDeviceRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateWirelessDeviceResponse updateWirelessDevice(Consumer<UpdateWirelessDeviceRequest.Builder> updateWirelessDeviceRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a wireless device.
This is a convenience which creates an instance of the UpdateWirelessDeviceRequest.Builder avoiding the
need to create one manually via UpdateWirelessDeviceRequest.builder()
updateWirelessDeviceRequest - A Consumer that will call methods on UpdateWirelessDeviceRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateWirelessGatewayResponse updateWirelessGateway(UpdateWirelessGatewayRequest updateWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a wireless gateway.
updateWirelessGatewayRequest - ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateWirelessGatewayResponse updateWirelessGateway(Consumer<UpdateWirelessGatewayRequest.Builder> updateWirelessGatewayRequest) throws ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ThrottlingException, AwsServiceException, SdkClientException, IotWirelessException
Updates properties of a wireless gateway.
This is a convenience which creates an instance of the UpdateWirelessGatewayRequest.Builder avoiding the
need to create one manually via UpdateWirelessGatewayRequest.builder()
updateWirelessGatewayRequest - A Consumer that will call methods on UpdateWirelessGatewayRequest.Builder to create a
request.ValidationException - The input did not meet the specified constraints.ResourceNotFoundException - Resource does not exist.AccessDeniedException - User does not have permission to perform this action.InternalServerException - An unexpected error occurred while processing a request.ThrottlingException - The request was denied because it exceeded the allowed API request rate.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.IotWirelessException - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2021. All rights reserved.