ListApplicationComponentsRequest

Types

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

Properties

Link copied to clipboard

Criteria for filtering the list of application components.

Link copied to clipboard

Specify the value based on the application component criteria type. For example, if applicationComponentCriteria is set to SERVER_ID and filterValue is set to server1, then ListApplicationComponents returns all the application components running on server1.

Link copied to clipboard

The group ID specified in to filter on.

Link copied to clipboard

The maximum number of items to include in the response. The maximum value is 100.

Link copied to clipboard

The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

Link copied to clipboard

Specifies whether to sort by ascending (ASC) or descending (DESC) order.

Functions

Link copied to clipboard
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