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

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

Introduction

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

The text is from its open source code.

Constructor

Owner(String id, String displayName)

Constructs a new Owner with the specified ID and display name.

Owner()

Constructs a new Owner without specifying an ID or display name.

Method

StringgetDisplayName()

Gets the display name of the owner.

StringgetId()

Gets the ID of the owner.

voidsetId(String id)

Sets the ID of the owner.