Uses of Class
software.amazon.awssdk.services.workspacesweb.model.DisassociateUserSettingsResponse
-
Packages that use DisassociateUserSettingsResponse 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 DisassociateUserSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return DisassociateUserSettingsResponse Modifier and Type Method Description default DisassociateUserSettingsResponseWorkSpacesWebClient. disassociateUserSettings(Consumer<DisassociateUserSettingsRequest.Builder> disassociateUserSettingsRequest)Disassociates user settings from a web portal.default DisassociateUserSettingsResponseWorkSpacesWebClient. disassociateUserSettings(DisassociateUserSettingsRequest disassociateUserSettingsRequest)Disassociates user settings from a web portal.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type DisassociateUserSettingsResponse Modifier and Type Method Description default CompletableFuture<DisassociateUserSettingsResponse>WorkSpacesWebAsyncClient. disassociateUserSettings(Consumer<DisassociateUserSettingsRequest.Builder> disassociateUserSettingsRequest)Disassociates user settings from a web portal.default CompletableFuture<DisassociateUserSettingsResponse>WorkSpacesWebAsyncClient. disassociateUserSettings(DisassociateUserSettingsRequest disassociateUserSettingsRequest)Disassociates user settings from a web portal.
-