Uses of Class
com.amazonaws.services.s3.model.PartSummary
-
Packages that use PartSummary Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of PartSummary in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return types with arguments of type PartSummary Modifier and Type Method Description List<PartSummary>
PartListing. getParts()
Returns the list of parts described in this part listing.Method parameters in com.amazonaws.services.s3.model with type arguments of type PartSummary Modifier and Type Method Description void
PartListing. setParts(List<PartSummary> parts)
Sets the list of parts described in this part listing.
-