| 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<ListPartnerAccountsResult> |
AbstractAWSIoTWirelessAsync.listPartnerAccountsAsync(ListPartnerAccountsRequest request,
AsyncHandler<ListPartnerAccountsRequest,ListPartnerAccountsResult> asyncHandler) |
Future<ListPartnerAccountsResult> |
AWSIoTWirelessAsync.listPartnerAccountsAsync(ListPartnerAccountsRequest listPartnerAccountsRequest,
AsyncHandler<ListPartnerAccountsRequest,ListPartnerAccountsResult> asyncHandler)
Lists the partner accounts associated with your AWS account.
|
Future<ListPartnerAccountsResult> |
AWSIoTWirelessAsyncClient.listPartnerAccountsAsync(ListPartnerAccountsRequest request,
AsyncHandler<ListPartnerAccountsRequest,ListPartnerAccountsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPartnerAccountsRequest |
ListPartnerAccountsRequest.clone() |
ListPartnerAccountsRequest |
ListPartnerAccountsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListPartnerAccountsRequest |
ListPartnerAccountsRequest.withNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
Copyright © 2023. All rights reserved.