Uses of Class
software.amazon.awssdk.crt.s3.S3MetaRequestProgress
-
Packages that use S3MetaRequestProgress Package Description software.amazon.awssdk.crt.s3 -
-
Uses of S3MetaRequestProgress in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return S3MetaRequestProgress Modifier and Type Method Description S3MetaRequestProgressS3MetaRequestProgress. withBytesTransferred(long bytesTransferred)S3MetaRequestProgressS3MetaRequestProgress. withContentLength(long contentLength)Methods in software.amazon.awssdk.crt.s3 with parameters of type S3MetaRequestProgress Modifier and Type Method Description default voidS3MetaRequestResponseHandler. onProgress(S3MetaRequestProgress progress)Invoked to report progress of the meta request execution.
-