Java com.amazonaws.services.s3.model Bucket fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model Bucket fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model Bucket.

The text is from its open source code.

Constructor

Bucket(String name)
Creates a bucket with a name.
Bucket()
Constructs a bucket without any name specified.

Method

DategetCreationDate()
Gets the bucket's creation date.
StringgetName()
Gets the name of the bucket.
OwnergetOwner()
Gets the bucket's owner.
voidsetCreationDate(Date creationDate)
For internal use only.
voidsetName(String name)
Sets the name of the bucket.
voidsetOwner(Owner owner)
For internal use only.