Uses of Interface
software.amazon.awssdk.services.workspacesthinclient.model.GetDeviceRequest.Builder
-
Packages that use GetDeviceRequest.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 GetDeviceRequest.Builder in software.amazon.awssdk.services.workspacesthinclient
Method parameters in software.amazon.awssdk.services.workspacesthinclient with type arguments of type GetDeviceRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeviceResponse>WorkSpacesThinClientAsyncClient. getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest)Returns information for a thin client device.default GetDeviceResponseWorkSpacesThinClientClient. getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest)Returns information for a thin client device. -
Uses of GetDeviceRequest.Builder in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return GetDeviceRequest.Builder Modifier and Type Method Description static GetDeviceRequest.BuilderGetDeviceRequest. builder()GetDeviceRequest.BuilderGetDeviceRequest.Builder. id(String id)The ID of the device for which to return information.GetDeviceRequest.BuilderGetDeviceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeviceRequest.BuilderGetDeviceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeviceRequest.BuilderGetDeviceRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type GetDeviceRequest.Builder Modifier and Type Method Description static Class<? extends GetDeviceRequest.Builder>GetDeviceRequest. serializableBuilderClass()
-