Class ListEndpointsRequest

    • Method Detail

      • filter

        public final EndpointFilter filter()

        Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.

        Returns:
        Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.
      • nextToken

        public final String nextToken()

        Identifies the next page of results to return.

        Returns:
        Identifies the next page of results to return.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in each page. The default is 100.

        Returns:
        The maximum number of results to return in each page. The default is 100.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object