ClusterSubnetGroup

case class ClusterSubnetGroup(name: String, description: String, status: String, subnets: Seq[Subnet], vpcId: String) extends ClusterSubnetGroup
Companion
object
trait Product
trait Equals
class ClusterSubnetGroup
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def destroy(redshift: Redshift): Unit

Inherited methods

def clone(): ClusterSubnetGroup
Inherited from
ClusterSubnetGroup
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
ClusterSubnetGroup
Inherited from
ClusterSubnetGroup
def getDescription(): String
Inherited from
ClusterSubnetGroup
def getSubnetGroupStatus(): String
Inherited from
ClusterSubnetGroup
def getSubnets(): List[Subnet]
Inherited from
ClusterSubnetGroup
def getTags(): List[Tag]
Inherited from
ClusterSubnetGroup
def getVpcId(): String
Inherited from
ClusterSubnetGroup
def hashCode(): Int
Inherited from
ClusterSubnetGroup
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setClusterSubnetGroupName(`x$0`: String): Unit
Inherited from
ClusterSubnetGroup
def setDescription(`x$0`: String): Unit
Inherited from
ClusterSubnetGroup
def setSubnetGroupStatus(`x$0`: String): Unit
Inherited from
ClusterSubnetGroup
def setSubnets(`x$0`: Collection[Subnet]): Unit
Inherited from
ClusterSubnetGroup
def setTags(`x$0`: Collection[Tag]): Unit
Inherited from
ClusterSubnetGroup
def setVpcId(`x$0`: String): Unit
Inherited from
ClusterSubnetGroup
def toString(): String
Inherited from
ClusterSubnetGroup
def withClusterSubnetGroupName(`x$0`: String): ClusterSubnetGroup
Inherited from
ClusterSubnetGroup
def withDescription(`x$0`: String): ClusterSubnetGroup
Inherited from
ClusterSubnetGroup
def withSubnetGroupStatus(`x$0`: String): ClusterSubnetGroup
Inherited from
ClusterSubnetGroup
def withSubnets(`x$0`: Collection[Subnet]): ClusterSubnetGroup
Inherited from
ClusterSubnetGroup
def withSubnets(`x$0`: Subnet*): ClusterSubnetGroup
Inherited from
ClusterSubnetGroup
def withTags(`x$0`: Collection[Tag]): ClusterSubnetGroup
Inherited from
ClusterSubnetGroup
def withTags(`x$0`: Tag*): ClusterSubnetGroup
Inherited from
ClusterSubnetGroup
def withVpcId(`x$0`: String): ClusterSubnetGroup
Inherited from
ClusterSubnetGroup