Packages

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

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

Instance Constructors

  1. new Role(id: String, name: String, arn: String, path: String, assumeRolePolicyDocument: String, 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. val arn: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val assumeRolePolicyDocument: String
  7. def clone(): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role → AnyRef
  8. val createdAt: DateTime
  9. def destroy()(implicit iam: IAM): Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    Role → AnyRef → Any
  12. def getArn(): String
    Definition Classes
    Role
  13. def getAssumeRolePolicyDocument(): String
    Definition Classes
    Role
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getCreateDate(): Date
    Definition Classes
    Role
  16. def getDescription(): String
    Definition Classes
    Role
  17. def getMaxSessionDuration(): Integer
    Definition Classes
    Role
  18. def getPath(): String
    Definition Classes
    Role
  19. def getPermissionsBoundary(): AttachedPermissionsBoundary
    Definition Classes
    Role
  20. def getRoleId(): String
    Definition Classes
    Role
  21. def getRoleLastUsed(): RoleLastUsed
    Definition Classes
    Role
  22. def getRoleName(): String
    Definition Classes
    Role
  23. def getTags(): List[Tag]
    Definition Classes
    Role
  24. def hashCode(): Int
    Definition Classes
    Role → AnyRef → Any
  25. val id: String
  26. def instanceProfiles()(implicit iam: IAM): Seq[InstanceProfile]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val name: String
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. val path: String
  33. def policy(name: String)(implicit iam: IAM): RolePolicy
  34. def policyNames()(implicit iam: IAM): Seq[String]
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. def putPolicy(name: String, document: String)(implicit iam: IAM): Unit
  37. def putPolicy(name: String, policy: Policy)(implicit iam: IAM): Unit
  38. def remove(policy: RolePolicy)(implicit iam: IAM): Unit
  39. def removePolicy(policy: RolePolicy)(implicit iam: IAM): Unit
  40. def setArn(arg0: String): Unit
    Definition Classes
    Role
  41. def setAssumeRolePolicyDocument(arg0: String): Unit
    Definition Classes
    Role
  42. def setCreateDate(arg0: Date): Unit
    Definition Classes
    Role
  43. def setDescription(arg0: String): Unit
    Definition Classes
    Role
  44. def setMaxSessionDuration(arg0: Integer): Unit
    Definition Classes
    Role
  45. def setPath(arg0: String): Unit
    Definition Classes
    Role
  46. def setPermissionsBoundary(arg0: AttachedPermissionsBoundary): Unit
    Definition Classes
    Role
  47. def setRoleId(arg0: String): Unit
    Definition Classes
    Role
  48. def setRoleLastUsed(arg0: RoleLastUsed): Unit
    Definition Classes
    Role
  49. def setRoleName(arg0: String): Unit
    Definition Classes
    Role
  50. def setTags(arg0: Collection[Tag]): Unit
    Definition Classes
    Role
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. def toString(): String
    Definition Classes
    Role → AnyRef → Any
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. def withArn(arg0: String): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role
  57. def withAssumeRolePolicyDocument(arg0: String): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role
  58. def withCreateDate(arg0: Date): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role
  59. def withDescription(arg0: String): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role
  60. def withMaxSessionDuration(arg0: Integer): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role
  61. def withPath(arg0: String): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role
  62. def withPermissionsBoundary(arg0: AttachedPermissionsBoundary): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role
  63. def withRoleId(arg0: String): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role
  64. def withRoleLastUsed(arg0: RoleLastUsed): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role
  65. def withRoleName(arg0: String): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role
  66. def withTags(arg0: Collection[Tag]): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role
  67. def withTags(arg0: <repeated...>[Tag]): com.amazonaws.services.identitymanagement.model.Role
    Definition Classes
    Role
    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.Role

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped