Uses of Class
software.amazon.awssdk.services.workspacesweb.model.DisassociateIpAccessSettingsResponse
-
Packages that use DisassociateIpAccessSettingsResponse 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. -
-
Uses of DisassociateIpAccessSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return DisassociateIpAccessSettingsResponse Modifier and Type Method Description default DisassociateIpAccessSettingsResponseWorkSpacesWebClient. disassociateIpAccessSettings(Consumer<DisassociateIpAccessSettingsRequest.Builder> disassociateIpAccessSettingsRequest)Disassociates IP access settings from a web portal.default DisassociateIpAccessSettingsResponseWorkSpacesWebClient. disassociateIpAccessSettings(DisassociateIpAccessSettingsRequest disassociateIpAccessSettingsRequest)Disassociates IP access settings from a web portal.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type DisassociateIpAccessSettingsResponse Modifier and Type Method Description default CompletableFuture<DisassociateIpAccessSettingsResponse>WorkSpacesWebAsyncClient. disassociateIpAccessSettings(Consumer<DisassociateIpAccessSettingsRequest.Builder> disassociateIpAccessSettingsRequest)Disassociates IP access settings from a web portal.default CompletableFuture<DisassociateIpAccessSettingsResponse>WorkSpacesWebAsyncClient. disassociateIpAccessSettings(DisassociateIpAccessSettingsRequest disassociateIpAccessSettingsRequest)Disassociates IP access settings from a web portal.
-