ListHubsRequest

Types

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

Properties

Link copied to clipboard

Only list hubs that were created after the time specified.

Link copied to clipboard

Only list hubs that were created before the time specified.

Link copied to clipboard

Only list hubs that were last modified after the time specified.

Link copied to clipboard

Only list hubs that were last modified before the time specified.

Link copied to clipboard

The maximum number of hubs to list.

Link copied to clipboard

Only list hubs with names that contain the specified string.

Link copied to clipboard

If the response to a previous ListHubs request was truncated, the response includes a NextToken. To retrieve the next set of hubs, use the token in the next request.

Link copied to clipboard

Sort hubs by either name or creation time.

Link copied to clipboard

Sort hubs by ascending or descending order.

Functions

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