S3ResultItem

These are the items returned in the results of a search of Amazon S3 backup metadata.

Types

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

Properties

Link copied to clipboard

These are items in the returned results that match recovery point Amazon Resource Names (ARN) input during a search of Amazon S3 backup metadata.

Link copied to clipboard

The name of the backup vault.

Link copied to clipboard

These are one or more items in the returned results that match values for item creation time input during a search of Amazon S3 backup metadata.

Link copied to clipboard
val eTag: String?

These are one or more items in the returned results that match values for ETags input during a search of Amazon S3 backup metadata.

Link copied to clipboard

This is one or more items returned in the results of a search of Amazon S3 backup metadata that match the values input for object key.

Link copied to clipboard

These are items in the returned results that match values for object size(s) input during a search of Amazon S3 backup metadata.

Link copied to clipboard

These are items in the returned results that match source Amazon Resource Names (ARN) input during a search of Amazon S3 backup metadata.

Link copied to clipboard

These are one or more items in the returned results that match values for version IDs input during a search of Amazon S3 backup metadata.

Functions

Link copied to clipboard
inline fun copy(block: S3ResultItem.Builder.() -> Unit = {}): S3ResultItem
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