Uses of Class
software.amazon.awssdk.services.workspacesweb.model.ListIpAccessSettingsResponse
-
Packages that use ListIpAccessSettingsResponse Package Description software.amazon.awssdk.services.workspacesweb Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.software.amazon.awssdk.services.workspacesweb.paginators -
-
Uses of ListIpAccessSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return ListIpAccessSettingsResponse Modifier and Type Method Description default ListIpAccessSettingsResponseWorkSpacesWebClient. listIpAccessSettings(Consumer<ListIpAccessSettingsRequest.Builder> listIpAccessSettingsRequest)Retrieves a list of IP access settings.default ListIpAccessSettingsResponseWorkSpacesWebClient. listIpAccessSettings(ListIpAccessSettingsRequest listIpAccessSettingsRequest)Retrieves a list of IP access settings.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type ListIpAccessSettingsResponse Modifier and Type Method Description default CompletableFuture<ListIpAccessSettingsResponse>WorkSpacesWebAsyncClient. listIpAccessSettings(Consumer<ListIpAccessSettingsRequest.Builder> listIpAccessSettingsRequest)Retrieves a list of IP access settings.default CompletableFuture<ListIpAccessSettingsResponse>WorkSpacesWebAsyncClient. listIpAccessSettings(ListIpAccessSettingsRequest listIpAccessSettingsRequest)Retrieves a list of IP access settings. -
Uses of ListIpAccessSettingsResponse in software.amazon.awssdk.services.workspacesweb.paginators
Methods in software.amazon.awssdk.services.workspacesweb.paginators that return types with arguments of type ListIpAccessSettingsResponse Modifier and Type Method Description Iterator<ListIpAccessSettingsResponse>ListIpAccessSettingsIterable. iterator()Method parameters in software.amazon.awssdk.services.workspacesweb.paginators with type arguments of type ListIpAccessSettingsResponse Modifier and Type Method Description voidListIpAccessSettingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIpAccessSettingsResponse> subscriber)
-