ListJobsResponse

Contains the Amazon S3 Glacier response to your request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of job objects. Each job object contains metadata describing the job.

Link copied to clipboard

An opaque string used for pagination that specifies the job at which the listing of jobs should begin. You get the marker value from a previous List Jobs response. You only need to include the marker if you are continuing the pagination of the results started in a previous List Jobs request.

Functions

Link copied to clipboard
inline fun copy(block: ListJobsResponse.Builder.() -> Unit = {}): ListJobsResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String