Uses of Interface
org.jclouds.s3.domain.ObjectMetadata
-
Packages that use ObjectMetadata Package Description org.jclouds.s3 This package contains an Amazon S3 client implemented byHttpCommandExecutorServicecommands.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.s3
Methods in org.jclouds.s3 that return ObjectMetadata Modifier and Type Method Description ObjectMetadataS3Client. copyObject(String sourceBucket, String sourceObject, String destinationBucket, String destinationObject, CopyObjectOptions... options)Copies one object to another bucket, retaining UserMetadata from the source.ObjectMetadataS3Client. headObject(String bucketName, String key)Retrieves themetadataof the object associated with the key or null if not available.Methods in org.jclouds.s3 that return types with arguments of type ObjectMetadata Modifier and Type Method Description static 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 theListBucketOptionspassed in.Methods in org.jclouds.s3 with parameters of type ObjectMetadata Modifier and Type Method Description StringS3Client. 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 Modifier and Type Method Description MutableBlobMetadataObjectToBlobMetadata. apply(ObjectMetadata from) -
Uses of ObjectMetadata in org.jclouds.s3.domain
Subinterfaces of ObjectMetadata in org.jclouds.s3.domain Modifier and Type Interface Description interfaceMutableObjectMetadata/** Amazon S3 is designed to store objects.Methods in org.jclouds.s3.domain that return ObjectMetadata Modifier and Type Method Description ObjectMetadataObjectMetadataBuilder. build() -
Uses of ObjectMetadata in org.jclouds.s3.domain.internal
Classes in org.jclouds.s3.domain.internal that implement ObjectMetadata Modifier and Type Class Description classBucketListObjectMetadataReturns the metadata parsable from a bucket listingclassCopyObjectResultReturns the metadata parsable from a bucket listingclassMutableObjectMetadataImplAllows you to manipulate metadata.Methods in org.jclouds.s3.domain.internal with parameters of type ObjectMetadata Modifier and Type Method Description intBucketListObjectMetadata. compareTo(ObjectMetadata o)intCopyObjectResult. compareTo(ObjectMetadata o)intMutableObjectMetadataImpl. compareTo(ObjectMetadata o)Constructors in org.jclouds.s3.domain.internal with parameters of type ObjectMetadata Constructor Description MutableObjectMetadataImpl(ObjectMetadata from)Constructor parameters in org.jclouds.s3.domain.internal with type arguments of type ObjectMetadata Constructor Description 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 Modifier and Type Method Description ObjectMetadataCopyObjectHandler. getResult()
-