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