Uses of Interface
org.jclouds.s3.domain.S3Object
-
Packages that use S3Object 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.functions This package contains response handlers for S3 commands. -
-
Uses of S3Object in org.jclouds.s3
Methods in org.jclouds.s3 that return S3Object Modifier and Type Method Description S3ObjectS3Client. getObject(String bucketName, String key, GetOptions... options)Retrieves the S3Object associated with the Key or KeyNotFoundException if not available;S3ObjectS3Client. newS3Object()Creates a default implementation of S3ObjectMethods in org.jclouds.s3 with parameters of type S3Object Modifier and Type Method Description StringS3Client. putObject(String bucketName, S3Object object, PutObjectOptions... options)Store data by creating or overwriting an object. -
Uses of S3Object in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions that return S3Object Modifier and Type Method Description S3ObjectBlobToObject. apply(Blob from)Methods in org.jclouds.s3.blobstore.functions with parameters of type S3Object Modifier and Type Method Description BlobObjectToBlob. apply(S3Object from) -
Uses of S3Object in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain that return S3Object Modifier and Type Method Description S3ObjectS3Object.Factory. create(MutableObjectMetadata metadata) -
Uses of S3Object in org.jclouds.s3.domain.internal
Classes in org.jclouds.s3.domain.internal that implement S3Object Modifier and Type Class Description classS3ObjectImplDefault Implementation ofS3Object.Methods in org.jclouds.s3.domain.internal with parameters of type S3Object Modifier and Type Method Description intS3ObjectImpl. compareTo(S3Object o) -
Uses of S3Object in org.jclouds.s3.functions
Methods in org.jclouds.s3.functions that return S3Object Modifier and Type Method Description S3ObjectParseObjectFromHeadersAndHttpContent. apply(HttpResponse from)
-