Endpoint

case class Endpoint(address: String, port: Int) extends Endpoint
Companion
object
trait Product
trait Equals
class Endpoint
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def clone(): Endpoint
Inherited from
Endpoint
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
Endpoint
def getAddress(): String
Inherited from
Endpoint
def getPort(): Integer
Inherited from
Endpoint
def getVpcEndpoints(): List[VpcEndpoint]
Inherited from
Endpoint
def hashCode(): Int
Inherited from
Endpoint
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setAddress(`x$0`: String): Unit
Inherited from
Endpoint
def setPort(`x$0`: Integer): Unit
Inherited from
Endpoint
def setVpcEndpoints(`x$0`: Collection[VpcEndpoint]): Unit
Inherited from
Endpoint
def toString(): String
Inherited from
Endpoint
def withAddress(`x$0`: String): Endpoint
Inherited from
Endpoint
def withPort(`x$0`: Integer): Endpoint
Inherited from
Endpoint
def withVpcEndpoints(`x$0`: Collection[VpcEndpoint]): Endpoint
Inherited from
Endpoint
def withVpcEndpoints(`x$0`: VpcEndpoint*): Endpoint
Inherited from
Endpoint