|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectMetadata | |
---|---|
org.jclouds.aws.s3 | |
org.jclouds.s3 | This package contains an Amazon S3 client implemented by HttpCommandExecutorService commands. |
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.xml | This package contains xml logic that parses S3 responses. |
Uses of ObjectMetadata in org.jclouds.aws.s3 |
---|
Methods in org.jclouds.aws.s3 with parameters of type ObjectMetadata | |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.initiateMultipartUpload(String bucketName,
ObjectMetadata objectMetadata,
PutObjectOptions... options)
|
String |
AWSS3Client.initiateMultipartUpload(String bucketName,
ObjectMetadata objectMetadata,
PutObjectOptions... options)
This operation initiates a multipart upload and returns an upload ID. |
Uses of ObjectMetadata in org.jclouds.s3 |
---|
Methods in org.jclouds.s3 that return ObjectMetadata | |
---|---|
ObjectMetadata |
S3Client.copyObject(String sourceBucket,
String sourceObject,
String destinationBucket,
String destinationObject,
CopyObjectOptions... options)
Copies one object to another bucket, retaining UserMetadata from the source. |
ObjectMetadata |
S3Client.headObject(String bucketName,
String key)
Retrieves the metadata of
the object associated with the key or
org.jclouds.s3.domain.internal.BucketListObjectMetadata#NOT_FOUND if not
available. |
Methods in org.jclouds.s3 that return types with arguments of type ObjectMetadata | |
---|---|
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.copyObject(String sourceBucket,
String sourceObject,
String destinationBucket,
String destinationObject,
CopyObjectOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<ObjectMetadata> |
S3AsyncClient.headObject(String bucketName,
String key)
|
Uses of ObjectMetadata in org.jclouds.s3.blobstore.functions |
---|
Methods in org.jclouds.s3.blobstore.functions with parameters of type ObjectMetadata | |
---|---|
MutableBlobMetadata |
ObjectToBlobMetadata.apply(ObjectMetadata from)
|
Uses of ObjectMetadata in org.jclouds.s3.domain |
---|
Subinterfaces of ObjectMetadata in org.jclouds.s3.domain | |
---|---|
interface |
MutableObjectMetadata
/** Amazon S3 is designed to store objects. |
Methods in org.jclouds.s3.domain that return ObjectMetadata | |
---|---|
ObjectMetadata |
ObjectMetadataBuilder.build()
|
Uses of ObjectMetadata in org.jclouds.s3.domain.internal |
---|
Classes in org.jclouds.s3.domain.internal that implement ObjectMetadata | |
---|---|
class |
BucketListObjectMetadata
Returns the metadata parsable from a bucket listing |
class |
CopyObjectResult
Returns the metadata parsable from a bucket listing |
class |
MutableObjectMetadataImpl
Allows you to manipulate metadata. |
Methods in org.jclouds.s3.domain.internal with parameters of type ObjectMetadata | |
---|---|
int |
BucketListObjectMetadata.compareTo(ObjectMetadata o)
|
int |
MutableObjectMetadataImpl.compareTo(ObjectMetadata o)
|
int |
CopyObjectResult.compareTo(ObjectMetadata o)
|
Constructors in org.jclouds.s3.domain.internal with parameters of type ObjectMetadata | |
---|---|
MutableObjectMetadataImpl(ObjectMetadata from)
|
Constructor parameters in org.jclouds.s3.domain.internal with type arguments of type ObjectMetadata | |
---|---|
ListBucketResponseImpl(String name,
Iterable<ObjectMetadata> contents,
String prefix,
String marker,
String nextMarker,
int maxKeys,
String delimiter,
boolean isTruncated,
Set<String> commonPrefixes)
|
Uses of ObjectMetadata in org.jclouds.s3.xml |
---|
Methods in org.jclouds.s3.xml that return ObjectMetadata | |
---|---|
ObjectMetadata |
CopyObjectHandler.getResult()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |