Uses of Interface
software.amazon.awssdk.services.worklink.model.ListDevicesRequest.Builder
-
Packages that use ListDevicesRequest.Builder Package Description software.amazon.awssdk.services.worklink Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and Android phones.software.amazon.awssdk.services.worklink.model -
-
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.worklink
Method parameters in software.amazon.awssdk.services.worklink with type arguments of type ListDevicesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>WorkLinkAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Deprecated.Amazon WorkLink is no longer supported.default ListDevicesResponseWorkLinkClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Deprecated.Amazon WorkLink is no longer supported.default ListDevicesPublisherWorkLinkAsyncClient. listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Deprecated.Amazon WorkLink is no longer supported.default ListDevicesIterableWorkLinkClient. listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Deprecated.Amazon WorkLink is no longer supported. -
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.worklink.model
Methods in software.amazon.awssdk.services.worklink.model that return ListDevicesRequest.Builder Modifier and Type Method Description static ListDevicesRequest.BuilderListDevicesRequest. builder()ListDevicesRequest.BuilderListDevicesRequest.Builder. fleetArn(String fleetArn)The ARN of the fleet.ListDevicesRequest.BuilderListDevicesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be included in the next page.ListDevicesRequest.BuilderListDevicesRequest.Builder. nextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.ListDevicesRequest.BuilderListDevicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicesRequest.BuilderListDevicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDevicesRequest.BuilderListDevicesRequest. toBuilder()Methods in software.amazon.awssdk.services.worklink.model that return types with arguments of type ListDevicesRequest.Builder Modifier and Type Method Description static Class<? extends ListDevicesRequest.Builder>ListDevicesRequest. serializableBuilderClass()
-