| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListPackagesResult> |
AWSIotAsyncClient.listPackagesAsync(ListPackagesRequest request,
AsyncHandler<ListPackagesRequest,ListPackagesResult> asyncHandler) |
Future<ListPackagesResult> |
AWSIotAsync.listPackagesAsync(ListPackagesRequest listPackagesRequest,
AsyncHandler<ListPackagesRequest,ListPackagesResult> asyncHandler)
Lists the software packages associated to the account.
|
Future<ListPackagesResult> |
AbstractAWSIotAsync.listPackagesAsync(ListPackagesRequest request,
AsyncHandler<ListPackagesRequest,ListPackagesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPackagesRequest |
ListPackagesRequest.clone() |
ListPackagesRequest |
ListPackagesRequest.withMaxResults(Integer maxResults)
The maximum number of results returned at one time.
|
ListPackagesRequest |
ListPackagesRequest.withNextToken(String nextToken)
The token for the next set of results.
|
Copyright © 2025. All rights reserved.