Uses of Class
software.amazon.awssdk.services.workspacesweb.model.AssociateDataProtectionSettingsResponse
-
Packages that use AssociateDataProtectionSettingsResponse 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 AssociateDataProtectionSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return AssociateDataProtectionSettingsResponse Modifier and Type Method Description default AssociateDataProtectionSettingsResponseWorkSpacesWebClient. associateDataProtectionSettings(Consumer<AssociateDataProtectionSettingsRequest.Builder> associateDataProtectionSettingsRequest)Associates a data protection settings resource with a web portal.default AssociateDataProtectionSettingsResponseWorkSpacesWebClient. associateDataProtectionSettings(AssociateDataProtectionSettingsRequest associateDataProtectionSettingsRequest)Associates a data protection settings resource with a web portal.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type AssociateDataProtectionSettingsResponse Modifier and Type Method Description default CompletableFuture<AssociateDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. associateDataProtectionSettings(Consumer<AssociateDataProtectionSettingsRequest.Builder> associateDataProtectionSettingsRequest)Associates a data protection settings resource with a web portal.default CompletableFuture<AssociateDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. associateDataProtectionSettings(AssociateDataProtectionSettingsRequest associateDataProtectionSettingsRequest)Associates a data protection settings resource with a web portal.
-