Uses of Class
org.jclouds.s3.domain.BucketMetadata
Packages that use BucketMetadata
Package
Description
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService
commands.This package contains the core components of S3.
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 BucketMetadataModifier and TypeMethodDescriptionS3Client.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 BucketMetadataModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider) -
Uses of BucketMetadata in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions with parameters of type BucketMetadataMethod parameters in org.jclouds.s3.blobstore.functions with type arguments of type BucketMetadataModifier and TypeMethodDescriptionPageSet
<? 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 -
Uses of BucketMetadata in org.jclouds.s3.xml
Methods in org.jclouds.s3.xml that return types with arguments of type BucketMetadata