| 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 ListServiceProfilesResponse |
IotWirelessClient.listServiceProfiles(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default CompletableFuture<ListServiceProfilesResponse> |
IotWirelessAsyncClient.listServiceProfiles(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default ListServiceProfilesIterable |
IotWirelessClient.listServiceProfilesPaginator(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
default ListServiceProfilesPublisher |
IotWirelessAsyncClient.listServiceProfilesPaginator(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)
Lists the service profiles registered to your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListServiceProfilesRequest.Builder |
ListServiceProfilesRequest.builder() |
ListServiceProfilesRequest.Builder |
ListServiceProfilesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListServiceProfilesRequest.Builder |
ListServiceProfilesRequest.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. |
ListServiceProfilesRequest.Builder |
ListServiceProfilesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServiceProfilesRequest.Builder |
ListServiceProfilesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListServiceProfilesRequest.Builder |
ListServiceProfilesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListServiceProfilesRequest.Builder> |
ListServiceProfilesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.