Uses of Class
software.amazon.awssdk.services.s3.model.GetObjectAttributesParts
-
Packages that use GetObjectAttributesParts Package Description software.amazon.awssdk.services.s3.model -
-
Uses of GetObjectAttributesParts in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetObjectAttributesParts Modifier and Type Method Description GetObjectAttributesPartsGetObjectAttributesResponse. objectParts()A collection of parts associated with a multipart upload.Methods in software.amazon.awssdk.services.s3.model with parameters of type GetObjectAttributesParts Modifier and Type Method Description GetObjectAttributesResponse.BuilderGetObjectAttributesResponse.Builder. objectParts(GetObjectAttributesParts objectParts)A collection of parts associated with a multipart upload.
-