static SearchDevicesResponse.Builder |
SearchDevicesResponse.builder() |
|
SearchDevicesResponse.Builder |
SearchDevicesResponse.Builder.devices(Collection<DeviceData> devices) |
The devices that meet the specified set of filter criteria, in sort order.
|
SearchDevicesResponse.Builder |
SearchDevicesResponse.Builder.devices(Consumer<DeviceData.Builder>... devices) |
The devices that meet the specified set of filter criteria, in sort order.
|
SearchDevicesResponse.Builder |
SearchDevicesResponse.Builder.devices(DeviceData... devices) |
The devices that meet the specified set of filter criteria, in sort order.
|
SearchDevicesResponse.Builder |
SearchDevicesResponse.Builder.nextToken(String nextToken) |
The token returned to indicate that there is more data available.
|
SearchDevicesResponse.Builder |
SearchDevicesResponse.toBuilder() |
|
SearchDevicesResponse.Builder |
SearchDevicesResponse.Builder.totalCount(Integer totalCount) |
The total number of devices returned.
|