Uses of Interface
org.jclouds.s3.domain.MutableObjectMetadata
-
Packages that use MutableObjectMetadata Package Description org.jclouds.s3.blobstore.functions org.jclouds.s3.domain This package contains the core components of S3.org.jclouds.s3.domain.internal org.jclouds.s3.functions This package contains response handlers for S3 commands. -
-
Uses of MutableObjectMetadata in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions that return MutableObjectMetadata Modifier and Type Method Description MutableObjectMetadataBlobToObjectMetadata. apply(BlobMetadata from) -
Uses of MutableObjectMetadata in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain that return MutableObjectMetadata Modifier and Type Method Description MutableObjectMetadataS3Object. getMetadata()Methods in org.jclouds.s3.domain with parameters of type MutableObjectMetadata Modifier and Type Method Description S3ObjectS3Object.Factory. create(MutableObjectMetadata metadata) -
Uses of MutableObjectMetadata in org.jclouds.s3.domain.internal
Classes in org.jclouds.s3.domain.internal that implement MutableObjectMetadata Modifier and Type Class Description classMutableObjectMetadataImplAllows you to manipulate metadata.Methods in org.jclouds.s3.domain.internal that return MutableObjectMetadata Modifier and Type Method Description MutableObjectMetadataS3ObjectImpl. getMetadata()Constructors in org.jclouds.s3.domain.internal with parameters of type MutableObjectMetadata Constructor Description S3ObjectImpl(MutableObjectMetadata metadata) -
Uses of MutableObjectMetadata in org.jclouds.s3.functions
Methods in org.jclouds.s3.functions that return MutableObjectMetadata Modifier and Type Method Description MutableObjectMetadataParseObjectMetadataFromHeaders. apply(HttpResponse from)parses the http response headers to create a newMutableObjectMetadataobject.Methods in org.jclouds.s3.functions with parameters of type MutableObjectMetadata Modifier and Type Method Description protected voidParseObjectMetadataFromHeaders. addETagTo(HttpResponse from, MutableObjectMetadata metadata)ETag == Content-MD5
-