Uses of Interface
software.amazon.awssdk.services.worklink.model.ListDevicesResponse.Builder
-
Packages that use ListDevicesResponse.Builder Package Description software.amazon.awssdk.services.worklink.model -
-
Uses of ListDevicesResponse.Builder in software.amazon.awssdk.services.worklink.model
Methods in software.amazon.awssdk.services.worklink.model that return ListDevicesResponse.Builder Modifier and Type Method Description static ListDevicesResponse.BuilderListDevicesResponse. builder()ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Collection<DeviceSummary> devices)Information about the devices.ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Consumer<DeviceSummary.Builder>... devices)Information about the devices.ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(DeviceSummary... devices)Information about the devices.ListDevicesResponse.BuilderListDevicesResponse.Builder. nextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.ListDevicesResponse.BuilderListDevicesResponse. toBuilder()Methods in software.amazon.awssdk.services.worklink.model that return types with arguments of type ListDevicesResponse.Builder Modifier and Type Method Description static Class<? extends ListDevicesResponse.Builder>ListDevicesResponse. serializableBuilderClass()
-