| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless |
AWS IoT Wireless API documentation
|
| software.amazon.awssdk.services.iotwireless.paginators | |
| software.amazon.awssdk.services.iotwireless.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListDeviceProfilesResponse |
IotWirelessClient.listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default CompletableFuture<ListDeviceProfilesResponse> |
IotWirelessAsyncClient.listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListDeviceProfilesIterable |
IotWirelessClient.listDeviceProfilesPaginator(ListDeviceProfilesRequest listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListDeviceProfilesPublisher |
IotWirelessAsyncClient.listDeviceProfilesPaginator(ListDeviceProfilesRequest listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
| Constructor and Description |
|---|
ListDeviceProfilesIterable(IotWirelessClient client,
ListDeviceProfilesRequest firstRequest) |
ListDeviceProfilesPublisher(IotWirelessAsyncClient client,
ListDeviceProfilesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDeviceProfilesRequestMarshaller.marshall(ListDeviceProfilesRequest listDeviceProfilesRequest) |
Copyright © 2021. All rights reserved.