ListImagesRequest

Types

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

Properties

Link copied to clipboard

Requests a list of images with a specific recipe name.

Link copied to clipboard

Use the following filters to streamline results:

Link copied to clipboard

Includes deprecated images in the response list.

Link copied to clipboard

The maximum items to return in a request.

Link copied to clipboard

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

Link copied to clipboard

The owner defines which images you want to list. By default, this request will only show images owned by your account. You can use this field to specify if you want to view images owned by yourself, by Amazon, or those images that have been shared with you by other customers.

Functions

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