Class DescribeTrafficSourcesRequest

    • Method Detail

      • autoScalingGroupName

        public final String autoScalingGroupName()

        The name of the Auto Scaling group.

        Returns:
        The name of the Auto Scaling group.
      • trafficSourceType

        public final String trafficSourceType()

        The traffic source type that you want to describe.

        The following lists the valid values:

        • elb if the traffic source is a Classic Load Balancer.

        • elbv2 if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load Balancer.

        • vpc-lattice if the traffic source is VPC Lattice.

        Returns:
        The traffic source type that you want to describe.

        The following lists the valid values:

        • elb if the traffic source is a Classic Load Balancer.

        • elbv2 if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load Balancer.

        • vpc-lattice if the traffic source is VPC Lattice.

      • nextToken

        public final String nextToken()

        The token for the next set of items to return. (You received this token from a previous call.)

        Returns:
        The token for the next set of items to return. (You received this token from a previous call.)
      • maxRecords

        public final Integer maxRecords()

        The maximum number of items to return with this call. The maximum value is 50.

        Returns:
        The maximum number of items to return with this call. The maximum value is 50.
      • 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