| 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 ListServiceProfilesResponse |
IotWirelessClient.listServiceProfiles(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default ListServiceProfilesResponse |
IotWirelessClient.listServiceProfiles(ListServiceProfilesRequest listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListServiceProfilesResponse> |
IotWirelessAsyncClient.listServiceProfiles(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default CompletableFuture<ListServiceProfilesResponse> |
IotWirelessAsyncClient.listServiceProfiles(ListServiceProfilesRequest listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListServiceProfilesResponse> |
ListServiceProfilesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceProfilesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListServiceProfilesResponse> subscriber) |
Copyright © 2021. All rights reserved.