Uses of Class
software.amazon.awssdk.services.worklink.model.ListWebsiteAuthorizationProvidersResponse
-
Packages that use ListWebsiteAuthorizationProvidersResponse 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.paginators -
-
Uses of ListWebsiteAuthorizationProvidersResponse in software.amazon.awssdk.services.worklink
Methods in software.amazon.awssdk.services.worklink that return ListWebsiteAuthorizationProvidersResponse Modifier and Type Method Description default ListWebsiteAuthorizationProvidersResponseWorkLinkClient. listWebsiteAuthorizationProviders(Consumer<ListWebsiteAuthorizationProvidersRequest.Builder> listWebsiteAuthorizationProvidersRequest)Deprecated.Amazon WorkLink is no longer supported.default ListWebsiteAuthorizationProvidersResponseWorkLinkClient. listWebsiteAuthorizationProviders(ListWebsiteAuthorizationProvidersRequest listWebsiteAuthorizationProvidersRequest)Deprecated.Amazon WorkLink is no longer supported.Methods in software.amazon.awssdk.services.worklink that return types with arguments of type ListWebsiteAuthorizationProvidersResponse Modifier and Type Method Description default CompletableFuture<ListWebsiteAuthorizationProvidersResponse>WorkLinkAsyncClient. listWebsiteAuthorizationProviders(Consumer<ListWebsiteAuthorizationProvidersRequest.Builder> listWebsiteAuthorizationProvidersRequest)Deprecated.Amazon WorkLink is no longer supported.default CompletableFuture<ListWebsiteAuthorizationProvidersResponse>WorkLinkAsyncClient. listWebsiteAuthorizationProviders(ListWebsiteAuthorizationProvidersRequest listWebsiteAuthorizationProvidersRequest)Deprecated.Amazon WorkLink is no longer supported. -
Uses of ListWebsiteAuthorizationProvidersResponse in software.amazon.awssdk.services.worklink.paginators
Methods in software.amazon.awssdk.services.worklink.paginators that return types with arguments of type ListWebsiteAuthorizationProvidersResponse Modifier and Type Method Description Iterator<ListWebsiteAuthorizationProvidersResponse>ListWebsiteAuthorizationProvidersIterable. iterator()Method parameters in software.amazon.awssdk.services.worklink.paginators with type arguments of type ListWebsiteAuthorizationProvidersResponse Modifier and Type Method Description voidListWebsiteAuthorizationProvidersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWebsiteAuthorizationProvidersResponse> subscriber)
-