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