Uses of Class
software.amazon.awssdk.services.backupsearch.model.ResultItem
-
Packages that use ResultItem Package Description software.amazon.awssdk.services.backupsearch.model software.amazon.awssdk.services.backupsearch.paginators -
-
Uses of ResultItem in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return ResultItem Modifier and Type Method Description static ResultItemResultItem. fromEbsResultItem(Consumer<EBSResultItem.Builder> ebsResultItem)Create an instance of this class withebsResultItem()initialized to the given value.static ResultItemResultItem. fromEbsResultItem(EBSResultItem ebsResultItem)Create an instance of this class withebsResultItem()initialized to the given value.static ResultItemResultItem. fromS3ResultItem(Consumer<S3ResultItem.Builder> s3ResultItem)Create an instance of this class withs3ResultItem()initialized to the given value.static ResultItemResultItem. fromS3ResultItem(S3ResultItem s3ResultItem)Create an instance of this class withs3ResultItem()initialized to the given value.Methods in software.amazon.awssdk.services.backupsearch.model that return types with arguments of type ResultItem Modifier and Type Method Description List<ResultItem>ListSearchJobResultsResponse. results()The results consist of either EBSResultItem or S3ResultItem.Methods in software.amazon.awssdk.services.backupsearch.model with parameters of type ResultItem Modifier and Type Method Description ListSearchJobResultsResponse.BuilderListSearchJobResultsResponse.Builder. results(ResultItem... results)The results consist of either EBSResultItem or S3ResultItem.Method parameters in software.amazon.awssdk.services.backupsearch.model with type arguments of type ResultItem Modifier and Type Method Description ListSearchJobResultsResponse.BuilderListSearchJobResultsResponse.Builder. results(Collection<ResultItem> results)The results consist of either EBSResultItem or S3ResultItem. -
Uses of ResultItem in software.amazon.awssdk.services.backupsearch.paginators
Methods in software.amazon.awssdk.services.backupsearch.paginators that return types with arguments of type ResultItem Modifier and Type Method Description SdkIterable<ResultItem>ListSearchJobResultsIterable. results()Returns an iterable to iterate through the paginatedListSearchJobResultsResponse.results()member.SdkPublisher<ResultItem>ListSearchJobResultsPublisher. results()Returns a publisher that can be used to get a stream of data.
-