Trait/Object

com.github.j5ik2o.reactive.aws.kms.akka

KmsAkkaClient

Related Docs: object KmsAkkaClient | package akka

Permalink

trait KmsAkkaClient extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KmsAkkaClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val underlying: KmsAsyncClient

    Permalink

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cancelKeyDeletionFlow(parallelism: Int = DefaultParallelism): Flow[CancelKeyDeletionRequest, CancelKeyDeletionResponse, NotUsed]

    Permalink
  6. def cancelKeyDeletionSource(cancelKeyDeletionRequest: CancelKeyDeletionRequest, parallelism: Int = DefaultParallelism): Source[CancelKeyDeletionResponse, NotUsed]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def connectCustomKeyStoreFlow(parallelism: Int = DefaultParallelism): Flow[ConnectCustomKeyStoreRequest, ConnectCustomKeyStoreResponse, NotUsed]

    Permalink
  9. def connectCustomKeyStoreSource(connectCustomKeyStoreRequest: ConnectCustomKeyStoreRequest, parallelism: Int = DefaultParallelism): Source[ConnectCustomKeyStoreResponse, NotUsed]

    Permalink
  10. def createAliasFlow(parallelism: Int = DefaultParallelism): Flow[CreateAliasRequest, CreateAliasResponse, NotUsed]

    Permalink
  11. def createAliasSource(createAliasRequest: CreateAliasRequest, parallelism: Int = DefaultParallelism): Source[CreateAliasResponse, NotUsed]

    Permalink
  12. def createCustomKeyStoreFlow(parallelism: Int = DefaultParallelism): Flow[CreateCustomKeyStoreRequest, CreateCustomKeyStoreResponse, NotUsed]

    Permalink
  13. def createCustomKeyStoreSource(createCustomKeyStoreRequest: CreateCustomKeyStoreRequest, parallelism: Int = DefaultParallelism): Source[CreateCustomKeyStoreResponse, NotUsed]

    Permalink
  14. def createGrantFlow(parallelism: Int = DefaultParallelism): Flow[CreateGrantRequest, CreateGrantResponse, NotUsed]

    Permalink
  15. def createGrantSource(createGrantRequest: CreateGrantRequest, parallelism: Int = DefaultParallelism): Source[CreateGrantResponse, NotUsed]

    Permalink
  16. def createKeyFlow(parallelism: Int = DefaultParallelism): Flow[CreateKeyRequest, CreateKeyResponse, NotUsed]

    Permalink
  17. def createKeySource(): Source[CreateKeyResponse, NotUsed]

    Permalink
  18. def createKeySource(createKeyRequest: CreateKeyRequest, parallelism: Int = DefaultParallelism): Source[CreateKeyResponse, NotUsed]

    Permalink
  19. def decryptFlow(parallelism: Int = DefaultParallelism): Flow[DecryptRequest, DecryptResponse, NotUsed]

    Permalink
  20. def decryptSource(decryptRequest: DecryptRequest, parallelism: Int = DefaultParallelism): Source[DecryptResponse, NotUsed]

    Permalink
  21. def deleteAliasFlow(parallelism: Int = DefaultParallelism): Flow[DeleteAliasRequest, DeleteAliasResponse, NotUsed]

    Permalink
  22. def deleteAliasSource(deleteAliasRequest: DeleteAliasRequest, parallelism: Int = DefaultParallelism): Source[DeleteAliasResponse, NotUsed]

    Permalink
  23. def deleteCustomKeyStoreFlow(parallelism: Int = DefaultParallelism): Flow[DeleteCustomKeyStoreRequest, DeleteCustomKeyStoreResponse, NotUsed]

    Permalink
  24. def deleteCustomKeyStoreSource(deleteCustomKeyStoreRequest: DeleteCustomKeyStoreRequest, parallelism: Int = DefaultParallelism): Source[DeleteCustomKeyStoreResponse, NotUsed]

    Permalink
  25. def deleteImportedKeyMaterialFlow(parallelism: Int = DefaultParallelism): Flow[DeleteImportedKeyMaterialRequest, DeleteImportedKeyMaterialResponse, NotUsed]

    Permalink
  26. def deleteImportedKeyMaterialSource(deleteImportedKeyMaterialRequest: DeleteImportedKeyMaterialRequest, parallelism: Int = DefaultParallelism): Source[DeleteImportedKeyMaterialResponse, NotUsed]

    Permalink
  27. def describeCustomKeyStoresFlow(parallelism: Int = DefaultParallelism): Flow[DescribeCustomKeyStoresRequest, DescribeCustomKeyStoresResponse, NotUsed]

    Permalink
  28. def describeCustomKeyStoresSource(): Source[DescribeCustomKeyStoresResponse, NotUsed]

    Permalink
  29. def describeCustomKeyStoresSource(describeCustomKeyStoresRequest: DescribeCustomKeyStoresRequest, parallelism: Int = DefaultParallelism): Source[DescribeCustomKeyStoresResponse, NotUsed]

    Permalink
  30. def describeKeyFlow(parallelism: Int = DefaultParallelism): Flow[DescribeKeyRequest, DescribeKeyResponse, NotUsed]

    Permalink
  31. def describeKeySource(describeKeyRequest: DescribeKeyRequest, parallelism: Int = DefaultParallelism): Source[DescribeKeyResponse, NotUsed]

    Permalink
  32. def disableKeyFlow(parallelism: Int = DefaultParallelism): Flow[DisableKeyRequest, DisableKeyResponse, NotUsed]

    Permalink
  33. def disableKeyRotationFlow(parallelism: Int = DefaultParallelism): Flow[DisableKeyRotationRequest, DisableKeyRotationResponse, NotUsed]

    Permalink
  34. def disableKeyRotationSource(disableKeyRotationRequest: DisableKeyRotationRequest, parallelism: Int = DefaultParallelism): Source[DisableKeyRotationResponse, NotUsed]

    Permalink
  35. def disableKeySource(disableKeyRequest: DisableKeyRequest, parallelism: Int = DefaultParallelism): Source[DisableKeyResponse, NotUsed]

    Permalink
  36. def disconnectCustomKeyStoreFlow(parallelism: Int = DefaultParallelism): Flow[DisconnectCustomKeyStoreRequest, DisconnectCustomKeyStoreResponse, NotUsed]

    Permalink
  37. def disconnectCustomKeyStoreSource(disconnectCustomKeyStoreRequest: DisconnectCustomKeyStoreRequest, parallelism: Int = DefaultParallelism): Source[DisconnectCustomKeyStoreResponse, NotUsed]

    Permalink
  38. def enableKeyFlow(parallelism: Int = DefaultParallelism): Flow[EnableKeyRequest, EnableKeyResponse, NotUsed]

    Permalink
  39. def enableKeyRotationFlow(parallelism: Int = DefaultParallelism): Flow[EnableKeyRotationRequest, EnableKeyRotationResponse, NotUsed]

    Permalink
  40. def enableKeyRotationSource(enableKeyRotationRequest: EnableKeyRotationRequest, parallelism: Int = DefaultParallelism): Source[EnableKeyRotationResponse, NotUsed]

    Permalink
  41. def enableKeySource(enableKeyRequest: EnableKeyRequest, parallelism: Int = DefaultParallelism): Source[EnableKeyResponse, NotUsed]

    Permalink
  42. def encryptFlow(parallelism: Int = DefaultParallelism): Flow[EncryptRequest, EncryptResponse, NotUsed]

    Permalink
  43. def encryptSource(encryptRequest: EncryptRequest, parallelism: Int = DefaultParallelism): Source[EncryptResponse, NotUsed]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  47. def generateDataKeyFlow(parallelism: Int = DefaultParallelism): Flow[GenerateDataKeyRequest, GenerateDataKeyResponse, NotUsed]

    Permalink
  48. def generateDataKeySource(generateDataKeyRequest: GenerateDataKeyRequest, parallelism: Int = DefaultParallelism): Source[GenerateDataKeyResponse, NotUsed]

    Permalink
  49. def generateDataKeyWithoutPlaintextFlow(parallelism: Int = DefaultParallelism): Flow[GenerateDataKeyWithoutPlaintextRequest, GenerateDataKeyWithoutPlaintextResponse, NotUsed]

    Permalink
  50. def generateDataKeyWithoutPlaintextSource(generateDataKeyWithoutPlaintextRequest: GenerateDataKeyWithoutPlaintextRequest, parallelism: Int = DefaultParallelism): Source[GenerateDataKeyWithoutPlaintextResponse, NotUsed]

    Permalink
  51. def generateRandomFlow(parallelism: Int = DefaultParallelism): Flow[GenerateRandomRequest, GenerateRandomResponse, NotUsed]

    Permalink
  52. def generateRandomSource(): Source[GenerateRandomResponse, NotUsed]

    Permalink
  53. def generateRandomSource(generateRandomRequest: GenerateRandomRequest, parallelism: Int = DefaultParallelism): Source[GenerateRandomResponse, NotUsed]

    Permalink
  54. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  55. def getKeyPolicyFlow(parallelism: Int = DefaultParallelism): Flow[GetKeyPolicyRequest, GetKeyPolicyResponse, NotUsed]

    Permalink
  56. def getKeyPolicySource(getKeyPolicyRequest: GetKeyPolicyRequest, parallelism: Int = DefaultParallelism): Source[GetKeyPolicyResponse, NotUsed]

    Permalink
  57. def getKeyRotationStatusFlow(parallelism: Int = DefaultParallelism): Flow[GetKeyRotationStatusRequest, GetKeyRotationStatusResponse, NotUsed]

    Permalink
  58. def getKeyRotationStatusSource(getKeyRotationStatusRequest: GetKeyRotationStatusRequest, parallelism: Int = DefaultParallelism): Source[GetKeyRotationStatusResponse, NotUsed]

    Permalink
  59. def getParametersForImportFlow(parallelism: Int = DefaultParallelism): Flow[GetParametersForImportRequest, GetParametersForImportResponse, NotUsed]

    Permalink
  60. def getParametersForImportSource(getParametersForImportRequest: GetParametersForImportRequest, parallelism: Int = DefaultParallelism): Source[GetParametersForImportResponse, NotUsed]

    Permalink
  61. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  62. def importKeyMaterialFlow(parallelism: Int = DefaultParallelism): Flow[ImportKeyMaterialRequest, ImportKeyMaterialResponse, NotUsed]

    Permalink
  63. def importKeyMaterialSource(importKeyMaterialRequest: ImportKeyMaterialRequest, parallelism: Int = DefaultParallelism): Source[ImportKeyMaterialResponse, NotUsed]

    Permalink
  64. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  65. def listAliasesFlow(parallelism: Int = DefaultParallelism): Flow[ListAliasesRequest, ListAliasesResponse, NotUsed]

    Permalink
  66. def listAliasesPaginatorFlow: Flow[ListAliasesRequest, ListAliasesResponse, NotUsed]

    Permalink
  67. def listAliasesPaginatorSource: Source[ListAliasesResponse, NotUsed]

    Permalink
  68. def listAliasesSource(): Source[ListAliasesResponse, NotUsed]

    Permalink
  69. def listAliasesSource(listAliasesRequest: ListAliasesRequest, parallelism: Int = DefaultParallelism): Source[ListAliasesResponse, NotUsed]

    Permalink
  70. def listGrantsFlow(parallelism: Int = DefaultParallelism): Flow[ListGrantsRequest, ListGrantsResponse, NotUsed]

    Permalink
  71. def listGrantsPaginatorFlow: Flow[ListGrantsRequest, ListGrantsResponse, NotUsed]

    Permalink
  72. def listGrantsSource(listGrantsRequest: ListGrantsRequest, parallelism: Int = DefaultParallelism): Source[ListGrantsResponse, NotUsed]

    Permalink
  73. def listKeyPoliciesFlow(parallelism: Int = DefaultParallelism): Flow[ListKeyPoliciesRequest, ListKeyPoliciesResponse, NotUsed]

    Permalink
  74. def listKeyPoliciesPaginatorFlow: Flow[ListKeyPoliciesRequest, ListKeyPoliciesResponse, NotUsed]

    Permalink
  75. def listKeyPoliciesSource(listKeyPoliciesRequest: ListKeyPoliciesRequest, parallelism: Int = DefaultParallelism): Source[ListKeyPoliciesResponse, NotUsed]

    Permalink
  76. def listKeysFlow(parallelism: Int = DefaultParallelism): Flow[ListKeysRequest, ListKeysResponse, NotUsed]

    Permalink
  77. def listKeysPaginatorFlow: Flow[ListKeysRequest, ListKeysResponse, NotUsed]

    Permalink
  78. def listKeysPaginatorSource: Source[ListKeysResponse, NotUsed]

    Permalink
  79. def listKeysSource(): Source[ListKeysResponse, NotUsed]

    Permalink
  80. def listKeysSource(listKeysRequest: ListKeysRequest, parallelism: Int = DefaultParallelism): Source[ListKeysResponse, NotUsed]

    Permalink
  81. def listResourceTagsFlow(parallelism: Int = DefaultParallelism): Flow[ListResourceTagsRequest, ListResourceTagsResponse, NotUsed]

    Permalink
  82. def listResourceTagsSource(listResourceTagsRequest: ListResourceTagsRequest, parallelism: Int = DefaultParallelism): Source[ListResourceTagsResponse, NotUsed]

    Permalink
  83. def listRetirableGrantsFlow(parallelism: Int = DefaultParallelism): Flow[ListRetirableGrantsRequest, ListRetirableGrantsResponse, NotUsed]

    Permalink
  84. def listRetirableGrantsSource(listRetirableGrantsRequest: ListRetirableGrantsRequest, parallelism: Int = DefaultParallelism): Source[ListRetirableGrantsResponse, NotUsed]

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

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

    Permalink
    Definition Classes
    AnyRef
  87. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  88. def putKeyPolicyFlow(parallelism: Int = DefaultParallelism): Flow[PutKeyPolicyRequest, PutKeyPolicyResponse, NotUsed]

    Permalink
  89. def putKeyPolicySource(putKeyPolicyRequest: PutKeyPolicyRequest, parallelism: Int = DefaultParallelism): Source[PutKeyPolicyResponse, NotUsed]

    Permalink
  90. def reEncryptFlow(parallelism: Int = DefaultParallelism): Flow[ReEncryptRequest, ReEncryptResponse, NotUsed]

    Permalink
  91. def reEncryptSource(reEncryptRequest: ReEncryptRequest, parallelism: Int = DefaultParallelism): Source[ReEncryptResponse, NotUsed]

    Permalink
  92. def retireGrantFlow(parallelism: Int = DefaultParallelism): Flow[RetireGrantRequest, RetireGrantResponse, NotUsed]

    Permalink
  93. def retireGrantSource(): Source[RetireGrantResponse, NotUsed]

    Permalink
  94. def retireGrantSource(retireGrantRequest: RetireGrantRequest, parallelism: Int = DefaultParallelism): Source[RetireGrantResponse, NotUsed]

    Permalink
  95. def revokeGrantFlow(parallelism: Int = DefaultParallelism): Flow[RevokeGrantRequest, RevokeGrantResponse, NotUsed]

    Permalink
  96. def revokeGrantSource(revokeGrantRequest: RevokeGrantRequest, parallelism: Int = DefaultParallelism): Source[RevokeGrantResponse, NotUsed]

    Permalink
  97. def scheduleKeyDeletionFlow(parallelism: Int = DefaultParallelism): Flow[ScheduleKeyDeletionRequest, ScheduleKeyDeletionResponse, NotUsed]

    Permalink
  98. def scheduleKeyDeletionSource(scheduleKeyDeletionRequest: ScheduleKeyDeletionRequest, parallelism: Int = DefaultParallelism): Source[ScheduleKeyDeletionResponse, NotUsed]

    Permalink
  99. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  100. def tagResourceFlow(parallelism: Int = DefaultParallelism): Flow[TagResourceRequest, TagResourceResponse, NotUsed]

    Permalink
  101. def tagResourceSource(tagResourceRequest: TagResourceRequest, parallelism: Int = DefaultParallelism): Source[TagResourceResponse, NotUsed]

    Permalink
  102. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  103. def untagResourceFlow(parallelism: Int = DefaultParallelism): Flow[UntagResourceRequest, UntagResourceResponse, NotUsed]

    Permalink
  104. def untagResourceSource(untagResourceRequest: UntagResourceRequest, parallelism: Int = DefaultParallelism): Source[UntagResourceResponse, NotUsed]

    Permalink
  105. def updateAliasFlow(parallelism: Int = DefaultParallelism): Flow[UpdateAliasRequest, UpdateAliasResponse, NotUsed]

    Permalink
  106. def updateAliasSource(updateAliasRequest: UpdateAliasRequest, parallelism: Int = DefaultParallelism): Source[UpdateAliasResponse, NotUsed]

    Permalink
  107. def updateCustomKeyStoreFlow(parallelism: Int = DefaultParallelism): Flow[UpdateCustomKeyStoreRequest, UpdateCustomKeyStoreResponse, NotUsed]

    Permalink
  108. def updateCustomKeyStoreSource(updateCustomKeyStoreRequest: UpdateCustomKeyStoreRequest, parallelism: Int = DefaultParallelism): Source[UpdateCustomKeyStoreResponse, NotUsed]

    Permalink
  109. def updateKeyDescriptionFlow(parallelism: Int = DefaultParallelism): Flow[UpdateKeyDescriptionRequest, UpdateKeyDescriptionResponse, NotUsed]

    Permalink
  110. def updateKeyDescriptionSource(updateKeyDescriptionRequest: UpdateKeyDescriptionRequest, parallelism: Int = DefaultParallelism): Source[UpdateKeyDescriptionResponse, NotUsed]

    Permalink
  111. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  112. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped