Class DedicatedIpPool

    • Method Detail

      • poolName

        public final String poolName()

        The name of the dedicated IP pool.

        Returns:
        The name of the dedicated IP pool.
      • scalingMode

        public final ScalingMode scalingMode()

        The type of the dedicated IP pool.

        • STANDARD – A dedicated IP pool where you can control which IPs are part of the pool.

        • MANAGED – A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.

        If the service returns an enum value that is not available in the current SDK version, scalingMode will return ScalingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from scalingModeAsString().

        Returns:
        The type of the dedicated IP pool.

        • STANDARD – A dedicated IP pool where you can control which IPs are part of the pool.

        • MANAGED – A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.

        See Also:
        ScalingMode
      • scalingModeAsString

        public final String scalingModeAsString()

        The type of the dedicated IP pool.

        • STANDARD – A dedicated IP pool where you can control which IPs are part of the pool.

        • MANAGED – A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.

        If the service returns an enum value that is not available in the current SDK version, scalingMode will return ScalingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from scalingModeAsString().

        Returns:
        The type of the dedicated IP pool.

        • STANDARD – A dedicated IP pool where you can control which IPs are part of the pool.

        • MANAGED – A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.

        See Also:
        ScalingMode
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)