Uses of Class
software.amazon.awssdk.services.workspacesweb.model.CreateDataProtectionSettingsResponse
-
Packages that use CreateDataProtectionSettingsResponse 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 CreateDataProtectionSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return CreateDataProtectionSettingsResponse Modifier and Type Method Description default CreateDataProtectionSettingsResponseWorkSpacesWebClient. createDataProtectionSettings(Consumer<CreateDataProtectionSettingsRequest.Builder> createDataProtectionSettingsRequest)Creates a data protection settings resource that can be associated with a web portal.default CreateDataProtectionSettingsResponseWorkSpacesWebClient. createDataProtectionSettings(CreateDataProtectionSettingsRequest createDataProtectionSettingsRequest)Creates a data protection settings resource that can be associated with a web portal.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type CreateDataProtectionSettingsResponse Modifier and Type Method Description default CompletableFuture<CreateDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. createDataProtectionSettings(Consumer<CreateDataProtectionSettingsRequest.Builder> createDataProtectionSettingsRequest)Creates a data protection settings resource that can be associated with a web portal.default CompletableFuture<CreateDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. createDataProtectionSettings(CreateDataProtectionSettingsRequest createDataProtectionSettingsRequest)Creates a data protection settings resource that can be associated with a web portal.
-