674675676677678679680
/* (non-Javadoc) * @see com.amazonaws.services.s3.AmazonS3#listBuckets() */ public List<Bucket> listBuckets() throws AmazonClientException, AmazonServiceException { return listBuckets(new ListBucketsRequest()); }