Uses of Interface
org.jclouds.s3.domain.S3Object
Packages that use S3Object
Package
Description
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService
commands.This package contains the core components of S3.
This package contains response handlers for S3 commands.
-
Uses of S3Object in org.jclouds.s3
Methods in org.jclouds.s3 that return S3ObjectModifier and TypeMethodDescriptionS3Client.getObject
(String bucketName, String key, GetOptions... options) Retrieves the S3Object associated with the Key or KeyNotFoundException if not available;S3Client.newS3Object()
Creates a default implementation of S3ObjectMethods in org.jclouds.s3 with parameters of type S3ObjectModifier and TypeMethodDescriptionS3Client.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 S3ObjectMethods in org.jclouds.s3.blobstore.functions with parameters of type S3Object -
Uses of S3Object in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain that return S3Object -
Uses of S3Object in org.jclouds.s3.domain.internal
Classes in org.jclouds.s3.domain.internal that implement S3ObjectMethods in org.jclouds.s3.domain.internal with parameters of type S3Object -
Uses of S3Object in org.jclouds.s3.functions
Methods in org.jclouds.s3.functions that return S3Object