| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| 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 © 2023. All rights reserved.