Uses of Interface
software.amazon.awssdk.services.workspacesthinclient.model.UpdateDeviceRequest.Builder
-
Packages that use UpdateDeviceRequest.Builder Package Description software.amazon.awssdk.services.workspacesthinclient Amazon WorkSpaces Thin Client is a affordable device built to work with Amazon Web Services End User Computing (EUC) virtual desktops to provide users with a complete cloud desktop solution.software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of UpdateDeviceRequest.Builder in software.amazon.awssdk.services.workspacesthinclient
Method parameters in software.amazon.awssdk.services.workspacesthinclient with type arguments of type UpdateDeviceRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateDeviceResponse>WorkSpacesThinClientAsyncClient. updateDevice(Consumer<UpdateDeviceRequest.Builder> updateDeviceRequest)Updates a thin client device.default UpdateDeviceResponseWorkSpacesThinClientClient. updateDevice(Consumer<UpdateDeviceRequest.Builder> updateDeviceRequest)Updates a thin client device. -
Uses of UpdateDeviceRequest.Builder in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return UpdateDeviceRequest.Builder Modifier and Type Method Description static UpdateDeviceRequest.BuilderUpdateDeviceRequest. builder()UpdateDeviceRequest.BuilderUpdateDeviceRequest.Builder. desiredSoftwareSetId(String desiredSoftwareSetId)The ID of the software set to apply.UpdateDeviceRequest.BuilderUpdateDeviceRequest.Builder. id(String id)The ID of the device to update.UpdateDeviceRequest.BuilderUpdateDeviceRequest.Builder. kmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the Key Management Service key to use for the update.UpdateDeviceRequest.BuilderUpdateDeviceRequest.Builder. name(String name)The name of the device to update.UpdateDeviceRequest.BuilderUpdateDeviceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDeviceRequest.BuilderUpdateDeviceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDeviceRequest.BuilderUpdateDeviceRequest.Builder. softwareSetUpdateSchedule(String softwareSetUpdateSchedule)An option to define if software updates should be applied within a maintenance window.UpdateDeviceRequest.BuilderUpdateDeviceRequest.Builder. softwareSetUpdateSchedule(SoftwareSetUpdateSchedule softwareSetUpdateSchedule)An option to define if software updates should be applied within a maintenance window.UpdateDeviceRequest.BuilderUpdateDeviceRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type UpdateDeviceRequest.Builder Modifier and Type Method Description static Class<? extends UpdateDeviceRequest.Builder>UpdateDeviceRequest. serializableBuilderClass()
-