| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless |
AWS IoT Wireless API documentation
|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDeviceProfilesResponse |
IotWirelessClient.listDeviceProfiles(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default CompletableFuture<ListDeviceProfilesResponse> |
IotWirelessAsyncClient.listDeviceProfiles(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListDeviceProfilesIterable |
IotWirelessClient.listDeviceProfilesPaginator(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
default ListDeviceProfilesPublisher |
IotWirelessAsyncClient.listDeviceProfilesPaginator(Consumer<ListDeviceProfilesRequest.Builder> listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.builder() |
ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.Builder.nextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeviceProfilesRequest.Builder |
ListDeviceProfilesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDeviceProfilesRequest.Builder> |
ListDeviceProfilesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.