Uses of Class
software.amazon.awssdk.services.workspacesweb.model.GetDataProtectionSettingsResponse
-
Packages that use GetDataProtectionSettingsResponse 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 GetDataProtectionSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return GetDataProtectionSettingsResponse Modifier and Type Method Description default GetDataProtectionSettingsResponseWorkSpacesWebClient. getDataProtectionSettings(Consumer<GetDataProtectionSettingsRequest.Builder> getDataProtectionSettingsRequest)Gets the data protection settings.default GetDataProtectionSettingsResponseWorkSpacesWebClient. getDataProtectionSettings(GetDataProtectionSettingsRequest getDataProtectionSettingsRequest)Gets the data protection settings.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type GetDataProtectionSettingsResponse Modifier and Type Method Description default CompletableFuture<GetDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. getDataProtectionSettings(Consumer<GetDataProtectionSettingsRequest.Builder> getDataProtectionSettingsRequest)Gets the data protection settings.default CompletableFuture<GetDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. getDataProtectionSettings(GetDataProtectionSettingsRequest getDataProtectionSettingsRequest)Gets the data protection settings.
-