| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePartnerAccountResult> |
AbstractAWSIoTWirelessAsync.updatePartnerAccountAsync(UpdatePartnerAccountRequest request,
AsyncHandler<UpdatePartnerAccountRequest,UpdatePartnerAccountResult> asyncHandler) |
Future<UpdatePartnerAccountResult> |
AWSIoTWirelessAsyncClient.updatePartnerAccountAsync(UpdatePartnerAccountRequest request,
AsyncHandler<UpdatePartnerAccountRequest,UpdatePartnerAccountResult> asyncHandler) |
Future<UpdatePartnerAccountResult> |
AWSIoTWirelessAsync.updatePartnerAccountAsync(UpdatePartnerAccountRequest updatePartnerAccountRequest,
AsyncHandler<UpdatePartnerAccountRequest,UpdatePartnerAccountResult> asyncHandler)
Updates properties of a partner account.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePartnerAccountRequest |
UpdatePartnerAccountRequest.clone() |
UpdatePartnerAccountRequest |
UpdatePartnerAccountRequest.withPartnerAccountId(String partnerAccountId)
The ID of the partner account to update.
|
UpdatePartnerAccountRequest |
UpdatePartnerAccountRequest.withPartnerType(PartnerType partnerType)
The partner type.
|
UpdatePartnerAccountRequest |
UpdatePartnerAccountRequest.withPartnerType(String partnerType)
The partner type.
|
UpdatePartnerAccountRequest |
UpdatePartnerAccountRequest.withSidewalk(SidewalkUpdateAccount sidewalk)
The Sidewalk account credentials.
|
Copyright © 2024. All rights reserved.