| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDeviceProfilesResponse.Builder |
ListDeviceProfilesResponse.builder() |
ListDeviceProfilesResponse.Builder |
ListDeviceProfilesResponse.Builder.deviceProfileList(Collection<DeviceProfile> deviceProfileList)
The list of device profiles.
|
ListDeviceProfilesResponse.Builder |
ListDeviceProfilesResponse.Builder.deviceProfileList(Consumer<DeviceProfile.Builder>... deviceProfileList)
The list of device profiles.
|
ListDeviceProfilesResponse.Builder |
ListDeviceProfilesResponse.Builder.deviceProfileList(DeviceProfile... deviceProfileList)
The list of device profiles.
|
ListDeviceProfilesResponse.Builder |
ListDeviceProfilesResponse.Builder.nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListDeviceProfilesResponse.Builder |
ListDeviceProfilesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDeviceProfilesResponse.Builder> |
ListDeviceProfilesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.