Public Member Functions | Properties

S3CreateBucketRequest Class Reference

Contains the parameters used for the createBucket operation. More...

#import <S3CreateBucketRequest.h>

Inherits S3Request.

List of all members.

Public Member Functions

(id) - initWithName:
 Initializes the request with a bucket name.
(id) - initWithName:andRegion:
 Initializes the request with a bucket name and region.

Properties

S3Regionregion
 Region where the bucket should be created.
NSData * createBucketConfiguration
 The body of the request if there is a region specified.
S3CannedACLcannedACL
 The canned access control list to apply to the bucket.

Detailed Description

Contains the parameters used for the createBucket operation.


Member Function Documentation

- (id S3CreateBucketRequest.)initWithName: (NSString *)  theBucketName  

Initializes the request with a bucket name.

Parameters:
theBucketName The name of the bucket
- (id S3CreateBucketRequest.)initWithName: (NSString *)  theBucketName
andRegion: (S3Region *)  theRegion 

Initializes the request with a bucket name and region.

Parameters:
theBucketName The name of the bucket
theRegion The region where the bucket should be created.

Property Documentation

- (S3Region *) region [read, write, retain]

Region where the bucket should be created.


The documentation for this class was generated from the following file: