ServiceFilter

A complex type that lets you specify the namespaces that you want to list services for.

Types

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

Properties

Link copied to clipboard

The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

Link copied to clipboard

Specify NAMESPACE_ID.

Link copied to clipboard

The values that are applicable to the value that you specify for Condition to filter the list of services.

Functions

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