Uses of Class
software.amazon.awssdk.services.backupsearch.model.SearchJobBackupsResult
-
Packages that use SearchJobBackupsResult Package Description software.amazon.awssdk.services.backupsearch.model software.amazon.awssdk.services.backupsearch.paginators -
-
Uses of SearchJobBackupsResult in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return types with arguments of type SearchJobBackupsResult Modifier and Type Method Description List<SearchJobBackupsResult>ListSearchJobBackupsResponse. results()The recovery points returned the results of a search jobMethods in software.amazon.awssdk.services.backupsearch.model with parameters of type SearchJobBackupsResult Modifier and Type Method Description ListSearchJobBackupsResponse.BuilderListSearchJobBackupsResponse.Builder. results(SearchJobBackupsResult... results)The recovery points returned the results of a search jobMethod parameters in software.amazon.awssdk.services.backupsearch.model with type arguments of type SearchJobBackupsResult Modifier and Type Method Description ListSearchJobBackupsResponse.BuilderListSearchJobBackupsResponse.Builder. results(Collection<SearchJobBackupsResult> results)The recovery points returned the results of a search job -
Uses of SearchJobBackupsResult in software.amazon.awssdk.services.backupsearch.paginators
Methods in software.amazon.awssdk.services.backupsearch.paginators that return types with arguments of type SearchJobBackupsResult Modifier and Type Method Description SdkIterable<SearchJobBackupsResult>ListSearchJobBackupsIterable. results()Returns an iterable to iterate through the paginatedListSearchJobBackupsResponse.results()member.SdkPublisher<SearchJobBackupsResult>ListSearchJobBackupsPublisher. results()Returns a publisher that can be used to get a stream of data.
-