| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless |
AWS IoT Wireless API documentation
|
| software.amazon.awssdk.services.iotwireless.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDeviceProfilesResponse |
IotWirelessClient.listDeviceProfiles(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListDeviceProfilesResponse |
IotWirelessClient.listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeviceProfilesResponse> |
IotWirelessAsyncClient.listDeviceProfiles(Consumer<ListDeviceProfilesRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDeviceProfilesResponse> |
ListDeviceProfilesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeviceProfilesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeviceProfilesResponse> subscriber) |
Copyright © 2021. All rights reserved.