Uses of Class
com.amazonaws.services.s3.model.PartSummary
Packages that use PartSummary
Package
Description
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 PartSummaryModifier and TypeMethodDescriptionPartListing.getParts()
Returns the list of parts described in this part listing.Method parameters in com.amazonaws.services.s3.model with type arguments of type PartSummaryModifier and TypeMethodDescriptionvoid
PartListing.setParts
(List<PartSummary> parts) Sets the list of parts described in this part listing.