EndpointFilter

The filter used to determine which endpoints are returned. You can filter jobs on their name, model, status, or the date and time that they were created. You can only set one filter at a time.

Types

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

Properties

Link copied to clipboard

Specifies a date after which the returned endpoint or endpoints were created.

Link copied to clipboard

Specifies a date before which the returned endpoint or endpoints were created.

Link copied to clipboard

The Amazon Resource Number (ARN) of the model to which the endpoint is attached.

Link copied to clipboard

Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.

Functions

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