Interface ListSubscriptionTargetsResponse.Builder

    • Method Detail

      • nextToken

        ListSubscriptionTargetsResponse.Builder nextToken​(String nextToken)

        When the number of subscription targets is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscription targets, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionTargets to list the next set of subscription targets.

        Parameters:
        nextToken - When the number of subscription targets is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscription targets, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionTargets to list the next set of subscription targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.