case class IpPermission(fromPort: Int, toPort: Int, ipRanges: Seq[String], ipProtocol: String, userIdGroupPairs: Seq[UserIdGroupPair]) extends com.amazonaws.services.ec2.model.IpPermission with Product with Serializable

Linear Supertypes
Product, Equals, com.amazonaws.services.ec2.model.IpPermission, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IpPermission
  2. Product
  3. Equals
  4. IpPermission
  5. Cloneable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IpPermission(fromPort: Int, toPort: Int, ipRanges: Seq[String], ipProtocol: String, userIdGroupPairs: Seq[UserIdGroupPair])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission → AnyRef
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    IpPermission → AnyRef → Any
  8. val fromPort: Int
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getFromPort(): Integer
    Definition Classes
    IpPermission
  11. def getIpProtocol(): String
    Definition Classes
    IpPermission
  12. def getIpv4Ranges(): List[IpRange]
    Definition Classes
    IpPermission
  13. def getIpv6Ranges(): List[Ipv6Range]
    Definition Classes
    IpPermission
  14. def getPrefixListIds(): List[PrefixListId]
    Definition Classes
    IpPermission
  15. def getToPort(): Integer
    Definition Classes
    IpPermission
  16. def getUserIdGroupPairs(): List[com.amazonaws.services.ec2.model.UserIdGroupPair]
    Definition Classes
    IpPermission
  17. def hashCode(): Int
    Definition Classes
    IpPermission → AnyRef → Any
  18. val ipProtocol: String
  19. val ipRanges: Seq[String]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def setFromPort(arg0: Integer): Unit
    Definition Classes
    IpPermission
  26. def setIpProtocol(arg0: String): Unit
    Definition Classes
    IpPermission
  27. def setIpv4Ranges(arg0: Collection[IpRange]): Unit
    Definition Classes
    IpPermission
  28. def setIpv6Ranges(arg0: Collection[Ipv6Range]): Unit
    Definition Classes
    IpPermission
  29. def setPrefixListIds(arg0: Collection[PrefixListId]): Unit
    Definition Classes
    IpPermission
  30. def setToPort(arg0: Integer): Unit
    Definition Classes
    IpPermission
  31. def setUserIdGroupPairs(arg0: Collection[com.amazonaws.services.ec2.model.UserIdGroupPair]): Unit
    Definition Classes
    IpPermission
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val toPort: Int
  34. def toString(): String
    Definition Classes
    IpPermission → AnyRef → Any
  35. val userIdGroupPairs: Seq[UserIdGroupPair]
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. def withFromPort(arg0: Integer): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
  40. def withIpProtocol(arg0: String): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
  41. def withIpv4Ranges(arg0: Collection[IpRange]): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
  42. def withIpv4Ranges(arg0: <repeated...>[IpRange]): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
    Annotations
    @transient()
  43. def withIpv6Ranges(arg0: Collection[Ipv6Range]): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
  44. def withIpv6Ranges(arg0: <repeated...>[Ipv6Range]): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
    Annotations
    @transient()
  45. def withPrefixListIds(arg0: Collection[PrefixListId]): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
  46. def withPrefixListIds(arg0: <repeated...>[PrefixListId]): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
    Annotations
    @transient()
  47. def withToPort(arg0: Integer): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
  48. def withUserIdGroupPairs(arg0: Collection[com.amazonaws.services.ec2.model.UserIdGroupPair]): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
  49. def withUserIdGroupPairs(arg0: <repeated...>[com.amazonaws.services.ec2.model.UserIdGroupPair]): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
    Annotations
    @transient()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def getIpRanges(): List[String]
    Definition Classes
    IpPermission
    Annotations
    @Deprecated
    Deprecated
  3. def setIpRanges(arg0: Collection[String]): Unit
    Definition Classes
    IpPermission
    Annotations
    @Deprecated
    Deprecated
  4. def withIpRanges(arg0: Collection[String]): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
    Annotations
    @Deprecated
    Deprecated
  5. def withIpRanges(arg0: <repeated...>[String]): com.amazonaws.services.ec2.model.IpPermission
    Definition Classes
    IpPermission
    Annotations
    @transient() @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from com.amazonaws.services.ec2.model.IpPermission

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped