Uses of Class
software.amazon.awssdk.services.workspacesweb.model.DisassociateDataProtectionSettingsResponse
-
Packages that use DisassociateDataProtectionSettingsResponse 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 DisassociateDataProtectionSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return DisassociateDataProtectionSettingsResponse Modifier and Type Method Description default DisassociateDataProtectionSettingsResponseWorkSpacesWebClient. disassociateDataProtectionSettings(Consumer<DisassociateDataProtectionSettingsRequest.Builder> disassociateDataProtectionSettingsRequest)Disassociates data protection settings from a web portal.default DisassociateDataProtectionSettingsResponseWorkSpacesWebClient. disassociateDataProtectionSettings(DisassociateDataProtectionSettingsRequest disassociateDataProtectionSettingsRequest)Disassociates data protection settings from a web portal.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type DisassociateDataProtectionSettingsResponse Modifier and Type Method Description default CompletableFuture<DisassociateDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. disassociateDataProtectionSettings(Consumer<DisassociateDataProtectionSettingsRequest.Builder> disassociateDataProtectionSettingsRequest)Disassociates data protection settings from a web portal.default CompletableFuture<DisassociateDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. disassociateDataProtectionSettings(DisassociateDataProtectionSettingsRequest disassociateDataProtectionSettingsRequest)Disassociates data protection settings from a web portal.
-