Uses of Class
software.amazon.awssdk.services.workspacesweb.model.GetIpAccessSettingsResponse
-
Packages that use GetIpAccessSettingsResponse 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 GetIpAccessSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return GetIpAccessSettingsResponse Modifier and Type Method Description default GetIpAccessSettingsResponseWorkSpacesWebClient. getIpAccessSettings(Consumer<GetIpAccessSettingsRequest.Builder> getIpAccessSettingsRequest)Gets the IP access settings.default GetIpAccessSettingsResponseWorkSpacesWebClient. getIpAccessSettings(GetIpAccessSettingsRequest getIpAccessSettingsRequest)Gets the IP access settings.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type GetIpAccessSettingsResponse Modifier and Type Method Description default CompletableFuture<GetIpAccessSettingsResponse>WorkSpacesWebAsyncClient. getIpAccessSettings(Consumer<GetIpAccessSettingsRequest.Builder> getIpAccessSettingsRequest)Gets the IP access settings.default CompletableFuture<GetIpAccessSettingsResponse>WorkSpacesWebAsyncClient. getIpAccessSettings(GetIpAccessSettingsRequest getIpAccessSettingsRequest)Gets the IP access settings.
-