Uses of Class
software.amazon.awssdk.services.s3.model.ObjectPart
-
Packages that use ObjectPart Package Description software.amazon.awssdk.services.s3.model -
-
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 ObjectPart Modifier and Type Method Description 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 ObjectPart Modifier and Type Method Description GetObjectAttributesParts.BuilderGetObjectAttributesParts.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 ObjectPart Modifier and Type Method Description GetObjectAttributesParts.BuilderGetObjectAttributesParts.Builder. parts(Collection<ObjectPart> parts)A container for elements related to a particular part.
-