Class SetIpAddressTypeRequest

    • Method Detail

      • resourceType

        public final ResourceType resourceType()

        The resource type.

        The resource values are Distribution, Instance, and LoadBalancer.

        Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit distributions.

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

        Returns:
        The resource type.

        The resource values are Distribution, Instance, and LoadBalancer.

        Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit distributions.

        See Also:
        ResourceType
      • resourceTypeAsString

        public final String resourceTypeAsString()

        The resource type.

        The resource values are Distribution, Instance, and LoadBalancer.

        Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit distributions.

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

        Returns:
        The resource type.

        The resource values are Distribution, Instance, and LoadBalancer.

        Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit distributions.

        See Also:
        ResourceType
      • resourceName

        public final String resourceName()

        The name of the resource for which to set the IP address type.

        Returns:
        The name of the resource for which to set the IP address type.
      • ipAddressType

        public final IpAddressType ipAddressType()

        The IP address type to set for the specified resource.

        The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

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

        Returns:
        The IP address type to set for the specified resource.

        The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

        See Also:
        IpAddressType
      • ipAddressTypeAsString

        public final String ipAddressTypeAsString()

        The IP address type to set for the specified resource.

        The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

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

        Returns:
        The IP address type to set for the specified resource.

        The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.

        See Also:
        IpAddressType
      • 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