Uses of Interface
software.amazon.awssdk.services.devicefarm.model.GetDevicePoolResponse.Builder
-
Packages that use GetDevicePoolResponse.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of GetDevicePoolResponse.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return GetDevicePoolResponse.Builder Modifier and Type Method Description static GetDevicePoolResponse.BuilderGetDevicePoolResponse. builder()default GetDevicePoolResponse.BuilderGetDevicePoolResponse.Builder. devicePool(Consumer<DevicePool.Builder> devicePool)An object that contains information about the requested device pool.GetDevicePoolResponse.BuilderGetDevicePoolResponse.Builder. devicePool(DevicePool devicePool)An object that contains information about the requested device pool.GetDevicePoolResponse.BuilderGetDevicePoolResponse. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type GetDevicePoolResponse.Builder Modifier and Type Method Description static Class<? extends GetDevicePoolResponse.Builder>GetDevicePoolResponse. serializableBuilderClass()
-