Uses of Package
com.amazonaws.services.s3.model

Packages that use com.amazonaws.services.s3.model
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. 
 

Classes in com.amazonaws.services.s3.model used by com.amazonaws.services.s3
AccessControlList
          Represents an Amazon S3 Access Control List (ACL), including the ACL's set of grantees and the permissions assigned to each grantee.
Bucket
          Represents an Amazon S3 bucket.
BucketLoggingConfiguration
          Represents bucket logging configuration used to control bucket-based server access logging in Amazon S3.
BucketVersioningConfiguration
          Represents the versioning configuration for a bucket.
CannedAccessControlList
          CannedAccessControlLists are commonly used AccessControlLists that can be used as a shortcut when applying an AccessControlList to Amazon S3 buckets and objects.
CopyObjectRequest
          Options for copying an S3 object from a source location to a new destination.
CopyObjectResult
          Contains the data returned by Amazon S3 from the copy object operation.
DeleteObjectRequest
          Deletes the specified object in the specified bucket.
DeleteVersionRequest
          Options for deleting a specific version of an object in the specified bucket.
GetObjectMetadataRequest
          Retrieves the metadata for the specified Amazon S3 object (with an optional version ID) without actually fetching the object contents.
GetObjectRequest
          Options for downloading an S3 object.
ListObjectsRequest
          Returns a list of summary information about the objects in the specified bucket, along with additional information depending on the request parameters (such as common prefixes if a delimiter was specified).
ListVersionsRequest
          Request for a list of summary information about the versions in a specified bucket.
ObjectListing
          Contains the results of listing the objects in an Amazon S3 bucket, including a list of S3ObjectSummary objects describing the objects stored in the bucket, a list of common prefixes (if a delimiter was specified in the request), as well as information describing if this is a complete or partial listing and the the original request parameters.
ObjectMetadata
          Represents the metadata that Amazon S3 stores for an object, including custom user supplied metadata, as well as the standard HTTP headers that Amazon S3 sends and receives (Content-Length, ETag, Content-MD5, etc.).
Owner
           
PutObjectRequest
          Uploads a new object along with optional object metadata to Amazon S3 under the specified bucket and key name and optionally applies a canned access control policy to the new object.
PutObjectResult
          Contains the data returned by Amazon S3 from the put object operation.
Region
          Amazon S3 Regions allow you to choose the geographical Region where Amazon S3 will store the buckets you create.
S3Object
          Represents an object stored in Amazon S3, including the actual data content, and the object metadata stored by Amazon S3 (such as Content-Type, Content-Length, etc).
SetBucketLoggingConfigurationRequest
          Options for setting the logging configuration for a bucket.
SetBucketVersioningConfigurationRequest
          Options for setting the versioning configuration for a bucket.
VersionListing
          Contains the results of listing the versions in an Amazon S3 bucket, including a list of S3VersionSummary objects describing each version, information describing if this is a complete or partial listing, and the original request parameters.
 

Classes in com.amazonaws.services.s3.model used by com.amazonaws.services.s3.model
BucketLoggingConfiguration
          Represents bucket logging configuration used to control bucket-based server access logging in Amazon S3.
BucketVersioningConfiguration
          Represents the versioning configuration for a bucket.
CannedAccessControlList
          CannedAccessControlLists are commonly used AccessControlLists that can be used as a shortcut when applying an AccessControlList to Amazon S3 buckets and objects.
CopyObjectRequest
          Options for copying an S3 object from a source location to a new destination.
DeleteObjectRequest
          Deletes the specified object in the specified bucket.
DeleteVersionRequest
          Options for deleting a specific version of an object in the specified bucket.
GetObjectMetadataRequest
          Retrieves the metadata for the specified Amazon S3 object (with an optional version ID) without actually fetching the object contents.
GetObjectRequest
          Options for downloading an S3 object.
Grant
          A grant consists of one grantee and one permission.
Grantee
          Represents a grantee (entity) who can be assigned access permissions in an AccessControlList.
GroupGrantee
          Represents a group of Amazon S3 users who can be granted permissions to Amazon S3 buckets and objects.
ListObjectsRequest
          Returns a list of summary information about the objects in the specified bucket, along with additional information depending on the request parameters (such as common prefixes if a delimiter was specified).
ListVersionsRequest
          Request for a list of summary information about the versions in a specified bucket.
MultiFactorAuthentication
          Multi-Factor Authentication (MFA) information to be included in S3 requests, consisting of the serial number of the MFA device associated with your AWS account and the current, unique MFA token generated by that device.
ObjectMetadata
          Represents the metadata that Amazon S3 stores for an object, including custom user supplied metadata, as well as the standard HTTP headers that Amazon S3 sends and receives (Content-Length, ETag, Content-MD5, etc.).
Owner
           
Permission
          Represents an access permission, as granted to grantees in an AccessControlList.
PutObjectRequest
          Uploads a new object along with optional object metadata to Amazon S3 under the specified bucket and key name and optionally applies a canned access control policy to the new object.
Region
          Amazon S3 Regions allow you to choose the geographical Region where Amazon S3 will store the buckets you create.
S3ObjectSummary
          Summary of an object stored in an Amazon S3 bucket.
S3VersionSummary
          Summary of a version stored in an Amazon S3 bucket.
SetBucketLoggingConfigurationRequest
          Options for setting the logging configuration for a bucket.
SetBucketVersioningConfigurationRequest
          Options for setting the versioning configuration for a bucket.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.