InstanceProfile

case class InstanceProfile(id: String, name: String, arn: String, path: String, roles: Seq[Role], createdAt: DateTime) extends InstanceProfile
Companion
object
trait Product
trait Equals
class InstanceProfile
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def add(role: Role)(iam: IAM): Unit
def addRole(role: Role)(iam: IAM): Unit
def destroy(iam: IAM): Unit
def remove(role: Role)(iam: IAM): Unit
def removeRole(role: Role)(iam: IAM): Unit

Inherited methods

def clone(): InstanceProfile
Inherited from
InstanceProfile
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
InstanceProfile
def getArn(): String
Inherited from
InstanceProfile
def getCreateDate(): Date
Inherited from
InstanceProfile
def getInstanceProfileId(): String
Inherited from
InstanceProfile
def getInstanceProfileName(): String
Inherited from
InstanceProfile
def getPath(): String
Inherited from
InstanceProfile
def getRoles(): List[Role]
Inherited from
InstanceProfile
def getTags(): List[Tag]
Inherited from
InstanceProfile
def hashCode(): Int
Inherited from
InstanceProfile
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setArn(`x$0`: String): Unit
Inherited from
InstanceProfile
def setCreateDate(`x$0`: Date): Unit
Inherited from
InstanceProfile
def setInstanceProfileId(`x$0`: String): Unit
Inherited from
InstanceProfile
def setInstanceProfileName(`x$0`: String): Unit
Inherited from
InstanceProfile
def setPath(`x$0`: String): Unit
Inherited from
InstanceProfile
def setRoles(`x$0`: Collection[Role]): Unit
Inherited from
InstanceProfile
def setTags(`x$0`: Collection[Tag]): Unit
Inherited from
InstanceProfile
def toString(): String
Inherited from
InstanceProfile
def withArn(`x$0`: String): InstanceProfile
Inherited from
InstanceProfile
def withCreateDate(`x$0`: Date): InstanceProfile
Inherited from
InstanceProfile
def withInstanceProfileId(`x$0`: String): InstanceProfile
Inherited from
InstanceProfile
def withInstanceProfileName(`x$0`: String): InstanceProfile
Inherited from
InstanceProfile
def withPath(`x$0`: String): InstanceProfile
Inherited from
InstanceProfile
def withRoles(`x$0`: Collection[Role]): InstanceProfile
Inherited from
InstanceProfile
def withRoles(`x$0`: Role*): InstanceProfile
Inherited from
InstanceProfile
def withTags(`x$0`: Collection[Tag]): InstanceProfile
Inherited from
InstanceProfile
def withTags(`x$0`: Tag*): InstanceProfile
Inherited from
InstanceProfile