Packages

case class InstanceProfile(id: String, name: String, arn: String, path: String, roles: Seq[Role], createdAt: DateTime) extends com.amazonaws.services.identitymanagement.model.InstanceProfile with Product with Serializable

Linear Supertypes
Product, Equals, com.amazonaws.services.identitymanagement.model.InstanceProfile, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InstanceProfile
  2. Product
  3. Equals
  4. InstanceProfile
  5. Cloneable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InstanceProfile(id: String, name: String, arn: String, path: String, roles: Seq[Role], createdAt: DateTime)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(role: Role)(implicit iam: IAM): Unit
  5. def addRole(role: Role)(implicit iam: IAM): Unit
  6. val arn: String
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): com.amazonaws.services.identitymanagement.model.InstanceProfile
    Definition Classes
    InstanceProfile → AnyRef
  9. val createdAt: DateTime
  10. def destroy()(implicit iam: IAM): Unit
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    InstanceProfile → AnyRef → Any
  13. def getArn(): String
    Definition Classes
    InstanceProfile
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getCreateDate(): Date
    Definition Classes
    InstanceProfile
  16. def getInstanceProfileId(): String
    Definition Classes
    InstanceProfile
  17. def getInstanceProfileName(): String
    Definition Classes
    InstanceProfile
  18. def getPath(): String
    Definition Classes
    InstanceProfile
  19. def getRoles(): List[com.amazonaws.services.identitymanagement.model.Role]
    Definition Classes
    InstanceProfile
  20. def getTags(): List[Tag]
    Definition Classes
    InstanceProfile
  21. def hashCode(): Int
    Definition Classes
    InstanceProfile → AnyRef → Any
  22. val id: String
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val name: String
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val path: String
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def remove(role: Role)(implicit iam: IAM): Unit
  31. def removeRole(role: Role)(implicit iam: IAM): Unit
  32. val roles: Seq[Role]
  33. def setArn(arg0: String): Unit
    Definition Classes
    InstanceProfile
  34. def setCreateDate(arg0: Date): Unit
    Definition Classes
    InstanceProfile
  35. def setInstanceProfileId(arg0: String): Unit
    Definition Classes
    InstanceProfile
  36. def setInstanceProfileName(arg0: String): Unit
    Definition Classes
    InstanceProfile
  37. def setPath(arg0: String): Unit
    Definition Classes
    InstanceProfile
  38. def setRoles(arg0: Collection[com.amazonaws.services.identitymanagement.model.Role]): Unit
    Definition Classes
    InstanceProfile
  39. def setTags(arg0: Collection[Tag]): Unit
    Definition Classes
    InstanceProfile
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    InstanceProfile → AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. def withArn(arg0: String): com.amazonaws.services.identitymanagement.model.InstanceProfile
    Definition Classes
    InstanceProfile
  46. def withCreateDate(arg0: Date): com.amazonaws.services.identitymanagement.model.InstanceProfile
    Definition Classes
    InstanceProfile
  47. def withInstanceProfileId(arg0: String): com.amazonaws.services.identitymanagement.model.InstanceProfile
    Definition Classes
    InstanceProfile
  48. def withInstanceProfileName(arg0: String): com.amazonaws.services.identitymanagement.model.InstanceProfile
    Definition Classes
    InstanceProfile
  49. def withPath(arg0: String): com.amazonaws.services.identitymanagement.model.InstanceProfile
    Definition Classes
    InstanceProfile
  50. def withRoles(arg0: Collection[com.amazonaws.services.identitymanagement.model.Role]): com.amazonaws.services.identitymanagement.model.InstanceProfile
    Definition Classes
    InstanceProfile
  51. def withRoles(arg0: <repeated...>[com.amazonaws.services.identitymanagement.model.Role]): com.amazonaws.services.identitymanagement.model.InstanceProfile
    Definition Classes
    InstanceProfile
    Annotations
    @transient()
  52. def withTags(arg0: Collection[Tag]): com.amazonaws.services.identitymanagement.model.InstanceProfile
    Definition Classes
    InstanceProfile
  53. def withTags(arg0: <repeated...>[Tag]): com.amazonaws.services.identitymanagement.model.InstanceProfile
    Definition Classes
    InstanceProfile
    Annotations
    @transient()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from com.amazonaws.services.identitymanagement.model.InstanceProfile

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped