Package software.amazon.awssdk.crt.s3
Class S3MetaRequestProgress
java.lang.Object
software.amazon.awssdk.crt.s3.S3MetaRequestProgress
Information about the meta request progress.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongwithBytesTransferred(long bytesTransferred) withContentLength(long contentLength)
-
Constructor Details
-
S3MetaRequestProgress
public S3MetaRequestProgress()
-
-
Method Details
-
withBytesTransferred
- Parameters:
bytesTransferred- bytes transferred since the previous progress update- Returns:
- this progress object
-
getBytesTransferred
public long getBytesTransferred()- Returns:
- bytes transferred since the previous progress update
-
withContentLength
- Parameters:
contentLength- length of the entire meta request operation- Returns:
- this progress object
-
getContentLength
public long getContentLength()- Returns:
- length of the entire meta request operation
-