C# Class GettingStartedGuide.S3Sample

Show file Open project: awslabs/aws-sdk-net-samples

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
CreateABucket ( ) : void
DeletingAnObject ( ) : void
ListingBuckets ( ) : void
ListingObjects ( ) : void
ReadingAnObject ( ) : void
WritingAnObject ( ) : void
checkRequiredFields ( ) : bool

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void