Class/Object

awscala.iam

InstanceProfile

Related Docs: object InstanceProfile | package iam

Permalink

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
Serializable, Product, Equals, com.amazonaws.services.identitymanagement.model.InstanceProfile, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InstanceProfile
  2. Serializable
  3. Product
  4. Equals
  5. InstanceProfile
  6. Cloneable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(role: Role)(implicit iam: IAM): Unit

    Permalink
  5. def addRole(role: Role)(implicit iam: IAM): Unit

    Permalink
  6. val arn: String

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): com.amazonaws.services.identitymanagement.model.InstanceProfile

    Permalink
    Definition Classes
    InstanceProfile → AnyRef
  9. val createdAt: DateTime

    Permalink
  10. def destroy()(implicit iam: IAM): Unit

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    InstanceProfile → AnyRef → Any
  13. def getArn(): String

    Permalink
    Definition Classes
    InstanceProfile
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def getCreateDate(): Date

    Permalink
    Definition Classes
    InstanceProfile
  16. def getInstanceProfileId(): String

    Permalink
    Definition Classes
    InstanceProfile
  17. def getInstanceProfileName(): String

    Permalink
    Definition Classes
    InstanceProfile
  18. def getPath(): String

    Permalink
    Definition Classes
    InstanceProfile
  19. def getRoles(): List[com.amazonaws.services.identitymanagement.model.Role]

    Permalink
    Definition Classes
    InstanceProfile
  20. def hashCode(): Int

    Permalink
    Definition Classes
    InstanceProfile → AnyRef → Any
  21. val id: String

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val name: String

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. val path: String

    Permalink
  28. def remove(role: Role)(implicit iam: IAM): Unit

    Permalink
  29. def removeRole(role: Role)(implicit iam: IAM): Unit

    Permalink
  30. val roles: Seq[Role]

    Permalink
  31. def setArn(arg0: String): Unit

    Permalink
    Definition Classes
    InstanceProfile
  32. def setCreateDate(arg0: Date): Unit

    Permalink
    Definition Classes
    InstanceProfile
  33. def setInstanceProfileId(arg0: String): Unit

    Permalink
    Definition Classes
    InstanceProfile
  34. def setInstanceProfileName(arg0: String): Unit

    Permalink
    Definition Classes
    InstanceProfile
  35. def setPath(arg0: String): Unit

    Permalink
    Definition Classes
    InstanceProfile
  36. def setRoles(arg0: Collection[com.amazonaws.services.identitymanagement.model.Role]): Unit

    Permalink
    Definition Classes
    InstanceProfile
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    InstanceProfile → AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withArn(arg0: String): com.amazonaws.services.identitymanagement.model.InstanceProfile

    Permalink
    Definition Classes
    InstanceProfile
  43. def withCreateDate(arg0: Date): com.amazonaws.services.identitymanagement.model.InstanceProfile

    Permalink
    Definition Classes
    InstanceProfile
  44. def withInstanceProfileId(arg0: String): com.amazonaws.services.identitymanagement.model.InstanceProfile

    Permalink
    Definition Classes
    InstanceProfile
  45. def withInstanceProfileName(arg0: String): com.amazonaws.services.identitymanagement.model.InstanceProfile

    Permalink
    Definition Classes
    InstanceProfile
  46. def withPath(arg0: String): com.amazonaws.services.identitymanagement.model.InstanceProfile

    Permalink
    Definition Classes
    InstanceProfile
  47. def withRoles(arg0: Collection[com.amazonaws.services.identitymanagement.model.Role]): com.amazonaws.services.identitymanagement.model.InstanceProfile

    Permalink
    Definition Classes
    InstanceProfile
  48. def withRoles(arg0: <repeated...>[com.amazonaws.services.identitymanagement.model.Role]): com.amazonaws.services.identitymanagement.model.InstanceProfile

    Permalink
    Definition Classes
    InstanceProfile

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

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