Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.UpdateDataProtectionSettingsResponse.Builder
-
Packages that use UpdateDataProtectionSettingsResponse.Builder Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of UpdateDataProtectionSettingsResponse.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return UpdateDataProtectionSettingsResponse.Builder Modifier and Type Method Description static UpdateDataProtectionSettingsResponse.BuilderUpdateDataProtectionSettingsResponse. builder()default UpdateDataProtectionSettingsResponse.BuilderUpdateDataProtectionSettingsResponse.Builder. dataProtectionSettings(Consumer<DataProtectionSettings.Builder> dataProtectionSettings)The data protection settings.UpdateDataProtectionSettingsResponse.BuilderUpdateDataProtectionSettingsResponse.Builder. dataProtectionSettings(DataProtectionSettings dataProtectionSettings)The data protection settings.UpdateDataProtectionSettingsResponse.BuilderUpdateDataProtectionSettingsResponse. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type UpdateDataProtectionSettingsResponse.Builder Modifier and Type Method Description static Class<? extends UpdateDataProtectionSettingsResponse.Builder>UpdateDataProtectionSettingsResponse. serializableBuilderClass()
-