Class ListAccountsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        (Optional) When requesting subsequent pages, this is the page token from the previous response output.

        Returns:
        (Optional) When requesting subsequent pages, this is the page token from the previous response output.
      • maxResults

        public final Integer maxResults()

        This is the number of items clients can request per page.

        Returns:
        This is the number of items clients can request per page.
      • accessToken

        public final String accessToken()

        The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.

        Returns:
        The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.
      • 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