Uses of Interface
org.jclouds.s3.domain.S3Object

Packages that use S3Object
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.functions This package contains response handlers for S3 commands. 
 

Uses of S3Object in org.jclouds.s3
 

Methods in org.jclouds.s3 that return S3Object
 S3Object S3Client.getObject(String bucketName, String key, GetOptions... options)
          Retrieves the S3Object associated with the Key or KeyNotFoundException if not available;

To use GET, you must have READ access to the object.

 S3Object S3Client.newS3Object()
          Creates a default implementation of S3Object
 S3Object S3AsyncClient.newS3Object()
          Creates a default implementation of S3Object
 

Methods in org.jclouds.s3 that return types with arguments of type S3Object
 com.google.common.util.concurrent.ListenableFuture<S3Object> S3AsyncClient.getObject(String bucketName, String key, GetOptions... options)
           
 

Methods in org.jclouds.s3 with parameters of type S3Object
 String S3Client.putObject(String bucketName, S3Object object, PutObjectOptions... options)
          Store data by creating or overwriting an object.
 com.google.common.util.concurrent.ListenableFuture<String> S3AsyncClient.putObject(String bucketName, S3Object object, PutObjectOptions... options)
           
 

Uses of S3Object in org.jclouds.s3.blobstore.functions
 

Methods in org.jclouds.s3.blobstore.functions that return S3Object
 S3Object BlobToObject.apply(Blob from)
           
 

Methods in org.jclouds.s3.blobstore.functions with parameters of type S3Object
 Blob ObjectToBlob.apply(S3Object from)
           
 

Uses of S3Object in org.jclouds.s3.domain
 

Methods in org.jclouds.s3.domain that return S3Object
 S3Object S3Object.Factory.create(MutableObjectMetadata metadata)
           
 

Uses of S3Object in org.jclouds.s3.domain.internal
 

Classes in org.jclouds.s3.domain.internal that implement S3Object
 class S3ObjectImpl
          Default Implementation of S3Object.
 

Methods in org.jclouds.s3.domain.internal with parameters of type S3Object
 int S3ObjectImpl.compareTo(S3Object o)
          
 

Uses of S3Object in org.jclouds.s3.functions
 

Methods in org.jclouds.s3.functions that return S3Object
 S3Object ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.