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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetBucketName()
Returns the name of the bucket containing the reference to the object to restore which is now stored in Amazon Glacier.
StringgetKey()
Gets the key, the name of the reference to the object to restore, which is now stored in Amazon Glacier.
voidsetGlacierJobParameters(GlacierJobParameters glacierJobParameters)
Sets Glacier related parameters pertaining to this job.
voidsetKey(String key)
Sets the key, the name of the reference to the object to restore, which is now stored in Amazon Glacier.