Class GetTrafficDistributionResponse

    • Method Detail

      • telephonyConfig

        public final TelephonyConfig telephonyConfig()

        The distribution of traffic between the instance and its replicas.

        Returns:
        The distribution of traffic between the instance and its replicas.
      • id

        public final String id()

        The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.

        Returns:
        The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the traffic distribution group.

        Returns:
        The Amazon Resource Name (ARN) of the traffic distribution group.
      • signInConfig

        public final SignInConfig signInConfig()

        The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).

        Returns:
        The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
      • agentConfig

        public final AgentConfig agentConfig()

        The distribution of agents between the instance and its replica(s).

        Returns:
        The distribution of agents between the instance and its replica(s).
      • 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