Uses of Class
software.amazon.awssdk.services.workspacesweb.model.UpdateDataProtectionSettingsResponse
-
Packages that use UpdateDataProtectionSettingsResponse 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 UpdateDataProtectionSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return UpdateDataProtectionSettingsResponse Modifier and Type Method Description default UpdateDataProtectionSettingsResponseWorkSpacesWebClient. updateDataProtectionSettings(Consumer<UpdateDataProtectionSettingsRequest.Builder> updateDataProtectionSettingsRequest)Updates data protection settings.default UpdateDataProtectionSettingsResponseWorkSpacesWebClient. updateDataProtectionSettings(UpdateDataProtectionSettingsRequest updateDataProtectionSettingsRequest)Updates data protection settings.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type UpdateDataProtectionSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. updateDataProtectionSettings(Consumer<UpdateDataProtectionSettingsRequest.Builder> updateDataProtectionSettingsRequest)Updates data protection settings.default CompletableFuture<UpdateDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. updateDataProtectionSettings(UpdateDataProtectionSettingsRequest updateDataProtectionSettingsRequest)Updates data protection settings.
-