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