Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response body.
1,000 is the maximum number of uploads that can be returned in a response.

C# |
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public ListMultipartUploadsRequest WithMaxUploads( int maxUploads )

- maxUploads (Int32)
- Maximum uploads to return

the request with the MaxUploads set