Uses of Class
software.amazon.awssdk.services.workspacesweb.model.UpdateIpAccessSettingsResponse
-
Packages that use UpdateIpAccessSettingsResponse Package Description software.amazon.awssdk.services.workspacesweb WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. -
-
Uses of UpdateIpAccessSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return UpdateIpAccessSettingsResponse Modifier and Type Method Description default UpdateIpAccessSettingsResponseWorkSpacesWebClient. updateIpAccessSettings(Consumer<UpdateIpAccessSettingsRequest.Builder> updateIpAccessSettingsRequest)Updates IP access settings.default UpdateIpAccessSettingsResponseWorkSpacesWebClient. updateIpAccessSettings(UpdateIpAccessSettingsRequest updateIpAccessSettingsRequest)Updates IP access settings.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type UpdateIpAccessSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateIpAccessSettingsResponse>WorkSpacesWebAsyncClient. updateIpAccessSettings(Consumer<UpdateIpAccessSettingsRequest.Builder> updateIpAccessSettingsRequest)Updates IP access settings.default CompletableFuture<UpdateIpAccessSettingsResponse>WorkSpacesWebAsyncClient. updateIpAccessSettings(UpdateIpAccessSettingsRequest updateIpAccessSettingsRequest)Updates IP access settings.
-