Uses of Interface
org.jclouds.blobstore.domain.BlobMetadata
Packages that use BlobMetadata
Package
Description
-
Uses of BlobMetadata in org.jclouds.blobstore
Methods in org.jclouds.blobstore that return BlobMetadataModifier and TypeMethodDescriptionBlobStore.blobMetadata(String container, String name) Retrieves the metadata of aBlobat locationcontainer/nameMethods in org.jclouds.blobstore with parameters of type BlobMetadataModifier and TypeMethodDescriptionBlobStore.initiateMultipartUpload(String container, BlobMetadata blob, PutOptions options) -
Uses of BlobMetadata in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config that return BlobMetadataMethods in org.jclouds.blobstore.config with parameters of type BlobMetadataModifier and TypeMethodDescriptionLocalBlobStore.initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions options) -
Uses of BlobMetadata in org.jclouds.blobstore.domain
Subinterfaces of BlobMetadata in org.jclouds.blobstore.domainMethods in org.jclouds.blobstore.domain that return BlobMetadataMethods in org.jclouds.blobstore.domain with parameters of type BlobMetadataModifier and TypeMethodDescriptionstatic MultipartUploadMultipartUpload.create(String containerName, String blobName, String id, BlobMetadata blobMetadata, PutOptions putOptions) -
Uses of BlobMetadata in org.jclouds.blobstore.domain.internal
Classes in org.jclouds.blobstore.domain.internal that implement BlobMetadataModifier and TypeClassDescriptionclassSystem and user Metadata for the.invalid reference
BlobclassSystem and user Metadata for the.invalid reference
BlobConstructors in org.jclouds.blobstore.domain.internal with parameters of type BlobMetadata -
Uses of BlobMetadata in org.jclouds.blobstore.strategy
Methods in org.jclouds.blobstore.strategy that return types with arguments of type BlobMetadataModifier and TypeMethodDescriptionSet<? extends BlobMetadata> ListBlobsInContainer.execute(String containerName, ListContainerOptions options) -
Uses of BlobMetadata in org.jclouds.blobstore.strategy.internal
Methods in org.jclouds.blobstore.strategy.internal that return types with arguments of type BlobMetadataModifier and TypeMethodDescriptionSet<? extends BlobMetadata> ListContainerAndRecurseThroughFolders.execute(String containerName, ListContainerOptions options) -
Uses of BlobMetadata in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util that return BlobMetadataModifier and TypeMethodDescriptionForwardingBlobStore.blobMetadata(String container, String name) Methods in org.jclouds.blobstore.util with parameters of type BlobMetadataModifier and TypeMethodDescriptionForwardingBlobStore.initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions options) ReadOnlyBlobStore.initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions options)