final class AWSIdentity extends AnyRef

Source
model.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AWSIdentity
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val displayName: String
  2. def equals(other: Any): Boolean
    Definition Classes
    AWSIdentity → AnyRef → Any
  3. def getDisplayName: String

    Java API

  4. def getId: String

    Java API

  5. def hashCode(): Int
    Definition Classes
    AWSIdentity → AnyRef → Any
  6. val id: String
  7. def toString(): String
    Definition Classes
    AWSIdentity → AnyRef → Any
  8. def withDisplayName(value: String): AWSIdentity
  9. def withId(value: String): AWSIdentity