Class ListProjectsRequest

    • Method Detail

      • arn

        public final String arn()

        Optional. If no Amazon Resource Name (ARN) is specified, then AWS Device Farm returns a list of all projects for the AWS account. You can also specify a project ARN.

        Returns:
        Optional. If no Amazon Resource Name (ARN) is specified, then AWS Device Farm returns a list of all projects for the AWS account. You can also specify a project ARN.
      • nextToken

        public final String nextToken()

        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

        Returns:
        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
      • 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