Uses of Interface
org.jclouds.s3.domain.ObjectMetadata
Packages that use ObjectMetadata
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 ObjectMetadata in org.jclouds.s3
Methods in org.jclouds.s3 that return ObjectMetadataModifier and TypeMethodDescriptionS3Client.copyObject
(String sourceBucket, String sourceObject, String destinationBucket, String destinationObject, CopyObjectOptions... options) Copies one object to another bucket, retaining UserMetadata from the source.S3Client.headObject
(String bucketName, String key) Retrieves themetadata
of the object associated with the key or null if not available.Methods in org.jclouds.s3 that return types with arguments of type ObjectMetadataModifier and TypeMethodDescriptionstatic PagedIterable
<ObjectMetadata> S3.listBucket
(S3Client s3Client, String bucket, ListBucketOptions options) List all objects in a bucket, in a way that manages pagination, based on the criteria in theListBucketOptions
passed in.Methods in org.jclouds.s3 with parameters of type ObjectMetadataModifier and TypeMethodDescriptionS3Client.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.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions with parameters of type ObjectMetadata -
Uses of ObjectMetadata in org.jclouds.s3.domain
Subinterfaces of ObjectMetadata in org.jclouds.s3.domainModifier and TypeInterfaceDescriptioninterface
/** Amazon S3 is designed to store objects.Methods in org.jclouds.s3.domain that return ObjectMetadata -
Uses of ObjectMetadata in org.jclouds.s3.domain.internal
Classes in org.jclouds.s3.domain.internal that implement ObjectMetadataModifier and TypeClassDescriptionclass
Returns the metadata parsable from a bucket listingclass
Returns the metadata parsable from a bucket listingclass
Allows you to manipulate metadata.Methods in org.jclouds.s3.domain.internal with parameters of type ObjectMetadataModifier and TypeMethodDescriptionint
BucketListObjectMetadata.compareTo
(ObjectMetadata o) int
CopyObjectResult.compareTo
(ObjectMetadata o) int
MutableObjectMetadataImpl.compareTo
(ObjectMetadata o) Constructors in org.jclouds.s3.domain.internal with parameters of type ObjectMetadataConstructor parameters in org.jclouds.s3.domain.internal with type arguments of type ObjectMetadataModifierConstructorDescriptionListBucketResponseImpl
(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