EC2SecurityGroup

case class EC2SecurityGroup(name: String, ownerId: String, status: String) extends EC2SecurityGroup
trait Product
trait Equals
class EC2SecurityGroup
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any
Inherited

Value members

Inherited methods

def clone(): EC2SecurityGroup
Inherited from
EC2SecurityGroup
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
EC2SecurityGroup
Inherited from
EC2SecurityGroup
Inherited from
EC2SecurityGroup
def getStatus(): String
Inherited from
EC2SecurityGroup
def getTags(): List[Tag]
Inherited from
EC2SecurityGroup
def hashCode(): Int
Inherited from
EC2SecurityGroup
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setEC2SecurityGroupName(`x$0`: String): Unit
Inherited from
EC2SecurityGroup
def setEC2SecurityGroupOwnerId(`x$0`: String): Unit
Inherited from
EC2SecurityGroup
def setStatus(`x$0`: String): Unit
Inherited from
EC2SecurityGroup
def setTags(`x$0`: Collection[Tag]): Unit
Inherited from
EC2SecurityGroup
def toString(): String
Inherited from
EC2SecurityGroup
def withEC2SecurityGroupName(`x$0`: String): EC2SecurityGroup
Inherited from
EC2SecurityGroup
def withEC2SecurityGroupOwnerId(`x$0`: String): EC2SecurityGroup
Inherited from
EC2SecurityGroup
def withStatus(`x$0`: String): EC2SecurityGroup
Inherited from
EC2SecurityGroup
def withTags(`x$0`: Collection[Tag]): EC2SecurityGroup
Inherited from
EC2SecurityGroup
def withTags(`x$0`: Tag*): EC2SecurityGroup
Inherited from
EC2SecurityGroup