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