Uses of Class
org.jclouds.s3.domain.BucketMetadata
-
Packages that use BucketMetadata Package Description org.jclouds.s3 This package contains an Amazon S3 client implemented byHttpCommandExecutorService
commands.org.jclouds.s3.blobstore org.jclouds.s3.blobstore.functions org.jclouds.s3.domain This package contains the core components of S3.org.jclouds.s3.xml This package contains xml logic that parses S3 responses. -
-
Uses of BucketMetadata in org.jclouds.s3
Methods in org.jclouds.s3 that return types with arguments of type BucketMetadata Modifier and Type Method Description Set<BucketMetadata>
S3Client. listOwnedBuckets()
Returns a list of all of the buckets owned by the authenticated sender of the request. -
Uses of BucketMetadata in org.jclouds.s3.blobstore
Constructor parameters in org.jclouds.s3.blobstore with type arguments of type BucketMetadata Constructor Description S3BlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, PayloadSlicer slicer, S3Client sync, com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata, ContainerToBucketListOptions container2BucketListOptions, BucketToResourceList bucket2ResourceList, ObjectToBlob object2Blob, BlobToHttpGetOptions blob2ObjectGetOptions, BlobToObject blob2Object, BlobToObjectMetadata blob2ObjectMetadata, ObjectToBlobMetadata object2BlobMd, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider)
-
Uses of BucketMetadata in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions with parameters of type BucketMetadata Modifier and Type Method Description StorageMetadata
BucketToResourceMetadata. apply(BucketMetadata from)
Method parameters in org.jclouds.s3.blobstore.functions with type arguments of type BucketMetadata Modifier and Type Method Description PageSet<? extends StorageMetadata>
BucketsToStorageMetadata. apply(Set<BucketMetadata> input)
-
Uses of BucketMetadata in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain with parameters of type BucketMetadata Modifier and Type Method Description int
BucketMetadata. compareTo(BucketMetadata o)
-
Uses of BucketMetadata in org.jclouds.s3.xml
Methods in org.jclouds.s3.xml that return types with arguments of type BucketMetadata Modifier and Type Method Description Set<BucketMetadata>
ListAllMyBucketsHandler. getResult()
-