Class ListAllMyBucketsResult
java.lang.Object
com.robothy.s3.rest.model.response.ListAllMyBucketsResult
-
Constructor Summary
ConstructorsConstructorDescriptionListAllMyBucketsResult(List<S3Bucket> buckets, com.robothy.s3.datatypes.Owner owner) -
Method Summary
Modifier and TypeMethodDescriptioncom.robothy.s3.datatypes.OwnergetOwner()voidsetBuckets(List<S3Bucket> buckets) voidsetOwner(com.robothy.s3.datatypes.Owner owner)
-
Constructor Details
-
ListAllMyBucketsResult
-
ListAllMyBucketsResult
public ListAllMyBucketsResult()
-
-
Method Details
-
getBuckets
-
getOwner
public com.robothy.s3.datatypes.Owner getOwner() -
setBuckets
-
setOwner
public void setOwner(com.robothy.s3.datatypes.Owner owner)
-