Java com.amazonaws.services.glacier.model DescribeJobResult fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

StringgetArchiveId()

The archive ID requested for a select job or archive retrieval.

LonggetArchiveSizeInBytes()

For an archive retrieval job, this value is the size in bytes of the archive being requested for download.

BooleangetCompleted()

The job status.

StringgetJobId()

An opaque string that identifies an Amazon S3 Glacier job.

StringgetSHA256TreeHash()

For an archive retrieval job, this value is the checksum of the archive.

StringgetStatusCode()

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

StringgetStatusMessage()

A friendly message that describes the job status.

BooleanisCompleted()

The job status.

StringtoString()
Returns a string representation of this object.