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