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