Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
Progress |
SelectObjectContentEvent.ProgressEvent.getDetails()
The Progress event details.
|
Progress |
Progress.withBytesProcessed(Long processedBytes)
Current number of uncompressed object bytes processed.
|
Progress |
Progress.withBytesReturned(Long bytesReturned)
Current number of bytes of records payload data returned.
|
Progress |
Progress.withBytesScanned(Long readBytes)
Current number of object bytes scanned.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectObjectContentEvent.ProgressEvent.setDetails(Progress details)
The Progress event details.
|
SelectObjectContentEvent.ProgressEvent |
SelectObjectContentEvent.ProgressEvent.withDetails(Progress details)
The Progress event details.
|
Copyright © 2022. All rights reserved.