Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.ClaimDevicesByClaimCodeRequest
-
Packages that use ClaimDevicesByClaimCodeRequest Package Description software.amazon.awssdk.services.iot1clickdevices Describes all of the AWS IoT 1-Click device-related API operations for the service.software.amazon.awssdk.services.iot1clickdevices.transform -
-
Uses of ClaimDevicesByClaimCodeRequest in software.amazon.awssdk.services.iot1clickdevices
Methods in software.amazon.awssdk.services.iot1clickdevices with parameters of type ClaimDevicesByClaimCodeRequest Modifier and Type Method Description default CompletableFuture<ClaimDevicesByClaimCodeResponse>Iot1ClickDevicesAsyncClient. 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).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). -
Uses of ClaimDevicesByClaimCodeRequest in software.amazon.awssdk.services.iot1clickdevices.transform
Methods in software.amazon.awssdk.services.iot1clickdevices.transform with parameters of type ClaimDevicesByClaimCodeRequest Modifier and Type Method Description SdkHttpFullRequestClaimDevicesByClaimCodeRequestMarshaller. marshall(ClaimDevicesByClaimCodeRequest claimDevicesByClaimCodeRequest)
-