Uses of Interface
software.amazon.awssdk.services.workspacesthinclient.model.ListDevicesRequest.Builder
-
Packages that use ListDevicesRequest.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 ListDevicesRequest.Builder in software.amazon.awssdk.services.workspacesthinclient
Method parameters in software.amazon.awssdk.services.workspacesthinclient with type arguments of type ListDevicesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>WorkSpacesThinClientAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of thin client devices.default ListDevicesResponseWorkSpacesThinClientClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of thin client devices.default ListDevicesPublisherWorkSpacesThinClientAsyncClient. listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of thin client devices.default ListDevicesIterableWorkSpacesThinClientClient. listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of thin client devices. -
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return ListDevicesRequest.Builder Modifier and Type Method Description static ListDevicesRequest.BuilderListDevicesRequest. builder()ListDevicesRequest.BuilderListDevicesRequest.Builder. maxResults(Integer maxResults)The maximum number of results that are returned per call.ListDevicesRequest.BuilderListDevicesRequest.Builder. nextToken(String nextToken)IfnextTokenis returned, there are more results available.ListDevicesRequest.BuilderListDevicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicesRequest.BuilderListDevicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDevicesRequest.BuilderListDevicesRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type ListDevicesRequest.Builder Modifier and Type Method Description static Class<? extends ListDevicesRequest.Builder>ListDevicesRequest. serializableBuilderClass()
-