LocationFilter

Narrow down the list of resources returned by ListLocations. For example, to see all your Amazon S3 locations, create a filter using "Name": "LocationType", "Operator": "Equals", and "Values": "S3".

For more information, see filtering resources.

Types

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

Properties

Link copied to clipboard

The name of the filter being used. Each API call supports a list of filters that are available for it (for example, LocationType for ListLocations).

Link copied to clipboard

The operator that is used to compare filter values (for example, Equals or Contains).

Link copied to clipboard

The values that you want to filter for. For example, you might want to display only Amazon S3 locations.

Functions

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