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 byHttpCommandExecutorService
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 Modifier and Type Method Description S3Object
S3Client. getObject(String bucketName, String key, GetOptions... options)
Retrieves the S3Object associated with the Key or KeyNotFoundException if not available;S3Object
S3Client. newS3Object()
Creates a default implementation of S3ObjectMethods in org.jclouds.s3 with parameters of type S3Object Modifier and Type Method Description String
S3Client. 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 S3Object
BlobToObject. apply(Blob from)
Methods in org.jclouds.s3.blobstore.functions with parameters of type S3Object Modifier and Type Method Description Blob
ObjectToBlob. 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 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 Modifier and Type Class Description class
S3ObjectImpl
Default Implementation ofS3Object
.Methods in org.jclouds.s3.domain.internal with parameters of type S3Object Modifier and Type Method Description int
S3ObjectImpl. 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 S3Object
ParseObjectFromHeadersAndHttpContent. apply(HttpResponse from)
-