Uses of Interface
org.jclouds.s3.domain.MutableObjectMetadata
Packages that use MutableObjectMetadata
Package
Description
This package contains the core components of S3.
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 -
Uses of MutableObjectMetadata in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain that return MutableObjectMetadataMethods in org.jclouds.s3.domain with parameters of type MutableObjectMetadata -
Uses of MutableObjectMetadata in org.jclouds.s3.domain.internal
Classes in org.jclouds.s3.domain.internal that implement MutableObjectMetadataModifier and TypeClassDescriptionclass
Allows you to manipulate metadata.Methods in org.jclouds.s3.domain.internal that return MutableObjectMetadataConstructors in org.jclouds.s3.domain.internal with parameters of type MutableObjectMetadata -
Uses of MutableObjectMetadata in org.jclouds.s3.functions
Methods in org.jclouds.s3.functions that return MutableObjectMetadataModifier and TypeMethodDescriptionParseObjectMetadataFromHeaders.apply
(HttpResponse from) parses the http response headers to create a newMutableObjectMetadata
object.Methods in org.jclouds.s3.functions with parameters of type MutableObjectMetadataModifier and TypeMethodDescriptionprotected void
ParseObjectMetadataFromHeaders.addETagTo
(HttpResponse from, MutableObjectMetadata metadata) ETag == Content-MD5