AccessKey

case class AccessKey(userName: String, accessKeyId: String, secretAccessKey: Option[String], status: String, createDate: Date) extends AccessKey
Companion
object
trait Product
trait Equals
class AccessKey
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def activate(iam: IAM): Unit
def destroy(iam: IAM): Unit
def inactivate(iam: IAM): Unit

Inherited methods

def clone(): AccessKey
Inherited from
AccessKey
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
AccessKey
def getAccessKeyId(): String
Inherited from
AccessKey
def getCreateDate(): Date
Inherited from
AccessKey
def getSecretAccessKey(): String
Inherited from
AccessKey
def getStatus(): String
Inherited from
AccessKey
def getUserName(): String
Inherited from
AccessKey
def hashCode(): Int
Inherited from
AccessKey
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setAccessKeyId(`x$0`: String): Unit
Inherited from
AccessKey
def setCreateDate(`x$0`: Date): Unit
Inherited from
AccessKey
def setSecretAccessKey(`x$0`: String): Unit
Inherited from
AccessKey
def setStatus(`x$0`: StatusType): Unit
Inherited from
AccessKey
def setStatus(`x$0`: String): Unit
Inherited from
AccessKey
def setUserName(`x$0`: String): Unit
Inherited from
AccessKey
def toString(): String
Inherited from
AccessKey
def withAccessKeyId(`x$0`: String): AccessKey
Inherited from
AccessKey
def withCreateDate(`x$0`: Date): AccessKey
Inherited from
AccessKey
def withSecretAccessKey(`x$0`: String): AccessKey
Inherited from
AccessKey
def withStatus(`x$0`: StatusType): AccessKey
Inherited from
AccessKey
def withStatus(`x$0`: String): AccessKey
Inherited from
AccessKey
def withUserName(`x$0`: String): AccessKey
Inherited from
AccessKey