Uses of Class
software.amazon.awssdk.services.s3.model.ObjectPart
Packages that use ObjectPart
-
Uses of ObjectPart in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectPartModifier and TypeMethodDescriptionfinal List<ObjectPart>GetObjectAttributesParts.parts()A container for elements related to a particular part.Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectPartModifier and TypeMethodDescriptionGetObjectAttributesParts.Builder.parts(ObjectPart... parts) A container for elements related to a particular part.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ObjectPartModifier and TypeMethodDescriptionGetObjectAttributesParts.Builder.parts(Collection<ObjectPart> parts) A container for elements related to a particular part.