Uses of Class
software.amazon.awssdk.services.backupsearch.model.S3ResultItem
-
Packages that use S3ResultItem Package Description software.amazon.awssdk.services.backupsearch.model -
-
Uses of S3ResultItem in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return S3ResultItem Modifier and Type Method Description S3ResultItemResultItem. s3ResultItem()These are items returned in the search results of an Amazon S3 search.Methods in software.amazon.awssdk.services.backupsearch.model with parameters of type S3ResultItem Modifier and Type Method Description static ResultItemResultItem. fromS3ResultItem(S3ResultItem s3ResultItem)Create an instance of this class withResultItem.s3ResultItem()initialized to the given value.ResultItem.BuilderResultItem.Builder. s3ResultItem(S3ResultItem s3ResultItem)These are items returned in the search results of an Amazon S3 search.
-