Uses of Interface
software.amazon.awssdk.services.devicefarm.model.ListDevicesResponse.Builder
-
Packages that use ListDevicesResponse.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of ListDevicesResponse.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return ListDevicesResponse.Builder Modifier and Type Method Description static ListDevicesResponse.BuilderListDevicesResponse. builder()ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Collection<Device> devices)Information about the devices.ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Consumer<Device.Builder>... devices)Information about the devices.ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Device... devices)Information about the devices.ListDevicesResponse.BuilderListDevicesResponse.Builder. nextToken(String nextToken)If the number of items that are returned is significantly large, this is an identifier that is also returned.ListDevicesResponse.BuilderListDevicesResponse. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type ListDevicesResponse.Builder Modifier and Type Method Description static Class<? extends ListDevicesResponse.Builder>ListDevicesResponse. serializableBuilderClass()
-