Uses of Class
software.amazon.awssdk.services.workspacesweb.model.DataProtectionSettingsSummary
-
Packages that use DataProtectionSettingsSummary Package Description software.amazon.awssdk.services.workspacesweb.model software.amazon.awssdk.services.workspacesweb.paginators -
-
Uses of DataProtectionSettingsSummary in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type DataProtectionSettingsSummary Modifier and Type Method Description List<DataProtectionSettingsSummary>ListDataProtectionSettingsResponse. dataProtectionSettings()The data protection settings.Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type DataProtectionSettingsSummary Modifier and Type Method Description ListDataProtectionSettingsResponse.BuilderListDataProtectionSettingsResponse.Builder. dataProtectionSettings(DataProtectionSettingsSummary... dataProtectionSettings)The data protection settings.Method parameters in software.amazon.awssdk.services.workspacesweb.model with type arguments of type DataProtectionSettingsSummary Modifier and Type Method Description ListDataProtectionSettingsResponse.BuilderListDataProtectionSettingsResponse.Builder. dataProtectionSettings(Collection<DataProtectionSettingsSummary> dataProtectionSettings)The data protection settings. -
Uses of DataProtectionSettingsSummary in software.amazon.awssdk.services.workspacesweb.paginators
Methods in software.amazon.awssdk.services.workspacesweb.paginators that return types with arguments of type DataProtectionSettingsSummary Modifier and Type Method Description SdkIterable<DataProtectionSettingsSummary>ListDataProtectionSettingsIterable. dataProtectionSettings()Returns an iterable to iterate through the paginatedListDataProtectionSettingsResponse.dataProtectionSettings()member.SdkPublisher<DataProtectionSettingsSummary>ListDataProtectionSettingsPublisher. dataProtectionSettings()Returns a publisher that can be used to get a stream of data.
-