ClusterParameterGroup

case class ClusterParameterGroup(name: String, family: String, description: String) extends ClusterParameterGroup
Companion
object
trait Product
trait Equals
class ClusterParameterGroup
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def destroy(redshift: Redshift): Unit

Inherited methods

def clone(): ClusterParameterGroup
Inherited from
ClusterParameterGroup
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
ClusterParameterGroup
def getDescription(): String
Inherited from
ClusterParameterGroup
Inherited from
ClusterParameterGroup
def getParameterGroupName(): String
Inherited from
ClusterParameterGroup
def getTags(): List[Tag]
Inherited from
ClusterParameterGroup
def hashCode(): Int
Inherited from
ClusterParameterGroup
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setDescription(`x$0`: String): Unit
Inherited from
ClusterParameterGroup
def setParameterGroupFamily(`x$0`: String): Unit
Inherited from
ClusterParameterGroup
def setParameterGroupName(`x$0`: String): Unit
Inherited from
ClusterParameterGroup
def setTags(`x$0`: Collection[Tag]): Unit
Inherited from
ClusterParameterGroup
def toString(): String
Inherited from
ClusterParameterGroup
def withDescription(`x$0`: String): ClusterParameterGroup
Inherited from
ClusterParameterGroup
def withParameterGroupFamily(`x$0`: String): ClusterParameterGroup
Inherited from
ClusterParameterGroup
def withParameterGroupName(`x$0`: String): ClusterParameterGroup
Inherited from
ClusterParameterGroup
def withTags(`x$0`: Collection[Tag]): ClusterParameterGroup
Inherited from
ClusterParameterGroup
def withTags(`x$0`: Tag*): ClusterParameterGroup
Inherited from
ClusterParameterGroup