Uses of Interface
software.amazon.awssdk.services.workspacesthinclient.model.ListDevicesResponse.Builder
-
Packages that use ListDevicesResponse.Builder Package Description software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of ListDevicesResponse.Builder in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return ListDevicesResponse.Builder Modifier and Type Method Description static ListDevicesResponse.BuilderListDevicesResponse. builder()ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Collection<DeviceSummary> devices)Describes devices.ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Consumer<DeviceSummary.Builder>... devices)Describes devices.ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(DeviceSummary... devices)Describes devices.ListDevicesResponse.BuilderListDevicesResponse.Builder. nextToken(String nextToken)IfnextTokenis returned, there are more results available.ListDevicesResponse.BuilderListDevicesResponse. toBuilder()Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type ListDevicesResponse.Builder Modifier and Type Method Description static Class<? extends ListDevicesResponse.Builder>ListDevicesResponse. serializableBuilderClass()
-