Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.ForbiddenException
-
Packages that use ForbiddenException Package Description software.amazon.awssdk.services.iot1clickdevices Describes all of the AWS IoT 1-Click device-related API operations for the service. -
-
Uses of ForbiddenException in software.amazon.awssdk.services.iot1clickdevices
Methods in software.amazon.awssdk.services.iot1clickdevices that throw ForbiddenException Modifier and Type Method Description default ClaimDevicesByClaimCodeResponseIot1ClickDevicesClient. claimDevicesByClaimCode(Consumer<ClaimDevicesByClaimCodeRequest.Builder> claimDevicesByClaimCodeRequest)Adds device(s) to your account (i.e., claim one or more devices) if and only if you received a claim code with the device(s).default ClaimDevicesByClaimCodeResponseIot1ClickDevicesClient. claimDevicesByClaimCode(ClaimDevicesByClaimCodeRequest claimDevicesByClaimCodeRequest)Adds device(s) to your account (i.e., claim one or more devices) if and only if you received a claim code with the device(s).
-