Uses of Interface
software.amazon.awssdk.services.backupsearch.model.SearchScopeSummary.Builder
-
Packages that use SearchScopeSummary.Builder Package Description software.amazon.awssdk.services.backupsearch.model -
-
Uses of SearchScopeSummary.Builder in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return SearchScopeSummary.Builder Modifier and Type Method Description static SearchScopeSummary.BuilderSearchScopeSummary. builder()SearchScopeSummary.BuilderSearchScopeSummary. toBuilder()SearchScopeSummary.BuilderSearchScopeSummary.Builder. totalItemsToScanCount(Long totalItemsToScanCount)This is the count of the total number of items that will be scanned in a search.SearchScopeSummary.BuilderSearchScopeSummary.Builder. totalRecoveryPointsToScanCount(Integer totalRecoveryPointsToScanCount)This is the count of the total number of backups that will be scanned in a search.Methods in software.amazon.awssdk.services.backupsearch.model that return types with arguments of type SearchScopeSummary.Builder Modifier and Type Method Description static Class<? extends SearchScopeSummary.Builder>SearchScopeSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.backupsearch.model with type arguments of type SearchScopeSummary.Builder Modifier and Type Method Description default GetSearchJobResponse.BuilderGetSearchJobResponse.Builder. searchScopeSummary(Consumer<SearchScopeSummary.Builder> searchScopeSummary)Returned summary of the specified search job scope, including:default SearchJobSummary.BuilderSearchJobSummary.Builder. searchScopeSummary(Consumer<SearchScopeSummary.Builder> searchScopeSummary)Returned summary of the specified search job scope, including:
-