Class ListAccessesRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of items to return.

        Returns:
        The maximum number of items to return.
      • nextToken

        public final String nextToken()

        When you can get additional results from the ListAccesses call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional accesses.

        Returns:
        When you can get additional results from the ListAccesses call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional accesses.
      • serverId

        public final String serverId()

        A system-assigned unique identifier for a server that has users assigned to it.

        Returns:
        A system-assigned unique identifier for a server that has users assigned to it.
      • 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