Packages

object AwsRequestResponseLogger extends KmsRequestResponseLogger with ShowUtil

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AwsRequestResponseLogger
  2. ShowUtil
  3. ShowSyntax
  4. ToShowOps
  5. KmsRequestResponseLogger
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class ShowAnyRefSyntax extends AnyRef
    Definition Classes
    ShowUtil
  2. implicit class ShowEitherSyntax[L, R] extends AnyRef

    Enables the syntax show"${myEither.showMerged}".

    Enables the syntax show"${myEither.showMerged}".

    Definition Classes
    ShowUtil
  3. implicit class ShowLengthLimitedStringSyntax extends StringOperators
    Definition Classes
    ShowUtil
  4. implicit class ShowLengthLimitedStringWrapperSyntax extends StringOperators
    Definition Classes
    ShowUtil
  5. implicit class ShowOptionSyntax[T] extends AnyRef
    Definition Classes
    ShowUtil
  6. implicit class ShowProductSyntax extends AnyRef
    Definition Classes
    ShowUtil
    Annotations
    @SuppressWarnings()
  7. implicit class ShowStringSyntax extends StringOperators
    Definition Classes
    ShowUtil
  8. implicit class ShowTraversableSyntax[T] extends AnyRef

    Enables syntax like show"Found several elements: ${myCollection.mkShow()}".

    Enables syntax like show"Found several elements: ${myCollection.mkShow()}".

    Definition Classes
    ShowUtil
  9. abstract class StringOperators extends AnyRef

    Enables syntax like show"This is a string: ${myString.doubleQuoted}" and show"This is a hash: ${myHash.readableHash}".

    Enables syntax like show"This is a string: ${myString.doubleQuoted}" and show"This is a hash: ${myHash.readableHash}".

    Definition Classes
    ShowUtil

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cipherTextPlaceholder: String
    Attributes
    protected
    Definition Classes
    KmsRequestResponseLogger
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def createKeyRequestMsg(keyPurposeStr: String, keySchemeStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  8. def createKeyResponseMsg(keyIdStr: String, keyPurposeStr: String, keySchemeStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  9. def decryptRequestMsg(keyIdStr: String, encryptionAlgorithmStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  10. def decryptResponseMsg(keyIdStr: String, encryptionAlgorithmStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  11. def deleteKeyRequestMsg(keyIdStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  12. def deleteKeyResponseMsg(keyIdStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  13. def encryptRequestMsg(keyIdStr: String, encryptionAlgorithmStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  14. def encryptResponseMsg(keyIdStr: String, encryptionAlgorithmStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getPublicKeyRequestMsg(keyIdStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  19. def getPublicKeyResponseMsg(keyIdStr: String, keySchemeStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def metadataMessagePlaceHolder(keySchemeStr: String, keyStateStr: String): String
    Attributes
    protected
    Definition Classes
    KmsRequestResponseLogger
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val plaintextPlaceholder: String
    Attributes
    protected
    Definition Classes
    KmsRequestResponseLogger
  27. val publicKeyMessagePlaceholder: String
    Attributes
    protected
    Definition Classes
    KmsRequestResponseLogger
  28. def retrieveKeyMetadataRequestMsg(keyIdStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  29. def retrieveKeyMetadataResponseMsg(keyIdStr: String, keySchemeStr: String, stateStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  30. implicit val sdkRequestPretty: Show[SdkRequest]
  31. implicit val sdkResponsePretty: Show[SdkResponse]
  32. implicit final def showInterpolator(sc: StringContext): ShowInterpolator
    Definition Classes
    ShowSyntax
  33. implicit def showPretty[T](implicit arg0: Pretty[T]): Show[T]

    Enables the syntax show"This object is pretty: $myPrettyType".

    Enables the syntax show"This object is pretty: $myPrettyType".

    Definition Classes
    ShowUtil
  34. val signMessagePlaceholder: String
    Attributes
    protected
    Definition Classes
    KmsRequestResponseLogger
  35. def signRequestMsg(keyIdStr: String, messageTypeStr: String, signingAlgorithmStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  36. def signResponseMsg(keyIdStr: String, signingAlgorithmStr: String): String
    Definition Classes
    KmsRequestResponseLogger
  37. val signatureMessagePlaceholder: String
    Attributes
    protected
    Definition Classes
    KmsRequestResponseLogger
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. implicit def toShow[A](target: A)(implicit tc: Show[A]): Ops[A]
    Definition Classes
    ToShowOps
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ShowUtil

Inherited from ShowSyntax

Inherited from ToShowOps

Inherited from AnyRef

Inherited from Any

Ungrouped