Types

Link copied to clipboard

The 'equal to' clause of the row filter expression.

Link copied to clipboard

The 'greater than' clause of the row filter expression.

Link copied to clipboard

The 'greater than or equal to' clause of the filter expression.

Link copied to clipboard
data class In(val value: InExpression) : RowFilterExpression

The 'in' clause of the row filter expression.

Link copied to clipboard

The 'is not null' clause of the row filter expression.

Link copied to clipboard

The 'is null' clause of the row filter expression.

Link copied to clipboard

The 'less than' clause of the row filter expression.

Link copied to clipboard

The 'less than or equal to' clause of the row filter expression.

Link copied to clipboard
data class Like(val value: LikeExpression) : RowFilterExpression

The 'like' clause of the row filter expression.

Link copied to clipboard

The 'no equal to' clause of the row filter expression.

Link copied to clipboard
data class NotIn(val value: NotInExpression) : RowFilterExpression

The 'not in' clause of the row filter expression.

Link copied to clipboard

The 'not like' clause of the row filter expression.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this RowFilterExpression as a EqualTo and retrieves its aws.sdk.kotlin.services.datazone.model.EqualToExpression value. Throws an exception if the RowFilterExpression is not a EqualTo.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this RowFilterExpression as a In and retrieves its aws.sdk.kotlin.services.datazone.model.InExpression value. Throws an exception if the RowFilterExpression is not a In.

Link copied to clipboard

Casts this RowFilterExpression as a In and retrieves its aws.sdk.kotlin.services.datazone.model.InExpression value. Returns null if the RowFilterExpression is not a In.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this RowFilterExpression as a IsNull and retrieves its aws.sdk.kotlin.services.datazone.model.IsNullExpression value. Throws an exception if the RowFilterExpression is not a IsNull.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this RowFilterExpression as a Like and retrieves its aws.sdk.kotlin.services.datazone.model.LikeExpression value. Throws an exception if the RowFilterExpression is not a Like.

Link copied to clipboard

Casts this RowFilterExpression as a Like and retrieves its aws.sdk.kotlin.services.datazone.model.LikeExpression value. Returns null if the RowFilterExpression is not a Like.

Link copied to clipboard
Link copied to clipboard

Casts this RowFilterExpression as a NotIn and retrieves its aws.sdk.kotlin.services.datazone.model.NotInExpression value. Throws an exception if the RowFilterExpression is not a NotIn.

Link copied to clipboard
Link copied to clipboard

Casts this RowFilterExpression as a NotLike and retrieves its aws.sdk.kotlin.services.datazone.model.NotLikeExpression value. Throws an exception if the RowFilterExpression is not a NotLike.

Link copied to clipboard