Interface ListDevEndpointsResponse.Builder

  • Method Details

    • devEndpointNames

      ListDevEndpointsResponse.Builder devEndpointNames(Collection<String> devEndpointNames)

      The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.

      Parameters:
      devEndpointNames - The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • devEndpointNames

      ListDevEndpointsResponse.Builder devEndpointNames(String... devEndpointNames)

      The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.

      Parameters:
      devEndpointNames - The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A continuation token, if the returned list does not contain the last metric available.

      Parameters:
      nextToken - A continuation token, if the returned list does not contain the last metric available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.