|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectListing | |
|---|---|
| com.amazonaws.services.s3 | Synchronous client for accessing Amazon S3. |
| Uses of ObjectListing in com.amazonaws.services.s3 |
|---|
| Methods in com.amazonaws.services.s3 that return ObjectListing | |
|---|---|
ObjectListing |
AmazonS3.listNextBatchOfObjects(ObjectListing previousObjectListing)
Provides an easy way to continue a truncated object listing and retrieve the next page of results. |
ObjectListing |
AmazonS3Client.listNextBatchOfObjects(ObjectListing previousObjectListing)
|
ObjectListing |
AmazonS3.listObjects(ListObjectsRequest listObjectsRequest)
Returns a list of summary information about the objects in the specified bucket, along with additional information depending on the request parameters (such as common prefixes if a delimiter was specified). |
ObjectListing |
AmazonS3Client.listObjects(ListObjectsRequest listObjectsRequest)
|
ObjectListing |
AmazonS3.listObjects(String bucketName)
Returns a list of summary information about the objects in the specified bucket, along with additional information depending on the request parameters (such as common prefixes if a delimiter was specified). |
ObjectListing |
AmazonS3Client.listObjects(String bucketName)
|
ObjectListing |
AmazonS3.listObjects(String bucketName,
String prefix)
Returns a list of summary information about the objects in the specified bucket, along with additional information depending on the request parameters (such as common prefixes if a delimiter was specified). |
ObjectListing |
AmazonS3Client.listObjects(String bucketName,
String prefix)
|
| Methods in com.amazonaws.services.s3 with parameters of type ObjectListing | |
|---|---|
ObjectListing |
AmazonS3.listNextBatchOfObjects(ObjectListing previousObjectListing)
Provides an easy way to continue a truncated object listing and retrieve the next page of results. |
ObjectListing |
AmazonS3Client.listNextBatchOfObjects(ObjectListing previousObjectListing)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||