Uses of Interface
software.amazon.awssdk.services.snowdevicemanagement.model.ListDevicesResponse.Builder
-
Packages that use ListDevicesResponse.Builder Package Description software.amazon.awssdk.services.snowdevicemanagement.model -
-
Uses of ListDevicesResponse.Builder in software.amazon.awssdk.services.snowdevicemanagement.model
Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return ListDevicesResponse.Builder Modifier and Type Method Description static ListDevicesResponse.BuilderListDevicesResponse. builder()ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Collection<DeviceSummary> devices)A list of device structures that contain information about the device.ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Consumer<DeviceSummary.Builder>... devices)A list of device structures that contain information about the device.ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(DeviceSummary... devices)A list of device structures that contain information about the device.ListDevicesResponse.BuilderListDevicesResponse.Builder. nextToken(String nextToken)A pagination token to continue to the next page of devices.ListDevicesResponse.BuilderListDevicesResponse. toBuilder()Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return types with arguments of type ListDevicesResponse.Builder Modifier and Type Method Description static Class<? extends ListDevicesResponse.Builder>ListDevicesResponse. serializableBuilderClass()
-