Uses of Interface
software.amazon.awssdk.services.workspacesthinclient.model.UpdateDeviceResponse.Builder
-
Packages that use UpdateDeviceResponse.Builder Package Description software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of UpdateDeviceResponse.Builder in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return UpdateDeviceResponse.Builder Modifier and Type Method Description static UpdateDeviceResponse.BuilderUpdateDeviceResponse. builder()default UpdateDeviceResponse.BuilderUpdateDeviceResponse.Builder. device(Consumer<DeviceSummary.Builder> device)Describes a device.UpdateDeviceResponse.BuilderUpdateDeviceResponse.Builder. device(DeviceSummary device)Describes a device.UpdateDeviceResponse.BuilderUpdateDeviceResponse. toBuilder()Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type UpdateDeviceResponse.Builder Modifier and Type Method Description static Class<? extends UpdateDeviceResponse.Builder>UpdateDeviceResponse. serializableBuilderClass()
-