Class AllocateAddressResponse

    • Method Detail

      • publicIp

        public final String publicIp()

        The Elastic IP address.

        Returns:
        The Elastic IP address.
      • allocationId

        public final String allocationId()

        The ID that represents the allocation of the Elastic IP address.

        Returns:
        The ID that represents the allocation of the Elastic IP address.
      • publicIpv4Pool

        public final String publicIpv4Pool()

        The ID of an address pool.

        Returns:
        The ID of an address pool.
      • networkBorderGroup

        public final String networkBorderGroup()

        The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

        Returns:
        The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.
      • customerOwnedIp

        public final String customerOwnedIp()

        The customer-owned IP address.

        Returns:
        The customer-owned IP address.
      • customerOwnedIpv4Pool

        public final String customerOwnedIpv4Pool()

        The ID of the customer-owned address pool.

        Returns:
        The ID of the customer-owned address pool.
      • carrierIp

        public final String carrierIp()

        The carrier IP address. This option is only available for network interfaces that reside in a subnet in a Wavelength Zone.

        Returns:
        The carrier IP address. This option is only available for network interfaces that reside in a subnet in a Wavelength Zone.
      • 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