Class ListResolverEndpointIpAddressesRequest

    • Method Detail

      • resolverEndpointId

        public final String resolverEndpointId()

        The ID of the Resolver endpoint that you want to get IP addresses for.

        Returns:
        The ID of the Resolver endpoint that you want to get IP addresses for.
      • maxResults

        public final Integer maxResults()

        The maximum number of IP addresses that you want to return in the response to a ListResolverEndpointIpAddresses request. If you don't specify a value for MaxResults, Resolver returns up to 100 IP addresses.

        Returns:
        The maximum number of IP addresses that you want to return in the response to a ListResolverEndpointIpAddresses request. If you don't specify a value for MaxResults, Resolver returns up to 100 IP addresses.
      • nextToken

        public final String nextToken()

        For the first ListResolverEndpointIpAddresses request, omit this value.

        If the specified Resolver endpoint has more than MaxResults IP addresses, you can submit another ListResolverEndpointIpAddresses request to get the next group of IP addresses. In the next request, specify the value of NextToken from the previous response.

        Returns:
        For the first ListResolverEndpointIpAddresses request, omit this value.

        If the specified Resolver endpoint has more than MaxResults IP addresses, you can submit another ListResolverEndpointIpAddresses request to get the next group of IP addresses. In the next request, specify the value of NextToken from the previous response.

      • 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