| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators | |
| software.amazon.awssdk.services.iot.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPackagesResponse> |
IotAsyncClient.listPackages(ListPackagesRequest listPackagesRequest)
Lists the software packages associated to the account.
|
default ListPackagesResponse |
IotClient.listPackages(ListPackagesRequest listPackagesRequest)
Lists the software packages associated to the account.
|
default ListPackagesPublisher |
IotAsyncClient.listPackagesPaginator(ListPackagesRequest listPackagesRequest)
Lists the software packages associated to the account.
|
default ListPackagesIterable |
IotClient.listPackagesPaginator(ListPackagesRequest listPackagesRequest)
Lists the software packages associated to the account.
|
| Constructor and Description |
|---|
ListPackagesIterable(IotClient client,
ListPackagesRequest firstRequest) |
ListPackagesPublisher(IotAsyncClient client,
ListPackagesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPackagesRequestMarshaller.marshall(ListPackagesRequest listPackagesRequest) |
Copyright © 2023. All rights reserved.