Package com.adobe.testing.s3mock.s3.dto
Class ListAllMyBucketsResult
-
- All Implemented Interfaces:
public final class ListAllMyBucketsResultRepresents a result of listing all Buckets. API Reference
-
-
Constructor Summary
Constructors Constructor Description ListAllMyBucketsResult(Buckets buckets, String continuationToken, Owner owner, String prefix)ListAllMyBucketsResult(Owner owner, Buckets buckets, String prefix, String continuationToken)
-
Method Summary
Modifier and Type Method Description final BucketsgetBuckets()final StringgetContinuationToken()final OwnergetOwner()final StringgetPrefix()-
-
Method Detail
-
getBuckets
final Buckets getBuckets()
-
getContinuationToken
final String getContinuationToken()
-
-
-
-