Trait/Object

com.github.j5ik2o.reactive.aws.elasticsearch.akka

ElasticsearchAkkaClient

Related Docs: object ElasticsearchAkkaClient | package akka

Permalink

trait ElasticsearchAkkaClient extends AnyRef

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

Abstract Value Members

  1. abstract val underlying: ElasticsearchAsyncClient

    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. def acceptInboundCrossClusterSearchConnectionFlow(parallelism: Int = DefaultParallelism): Flow[AcceptInboundCrossClusterSearchConnectionRequest, AcceptInboundCrossClusterSearchConnectionResponse, NotUsed]

    Permalink
  5. def acceptInboundCrossClusterSearchConnectionSource(acceptInboundCrossClusterSearchConnectionRequest: AcceptInboundCrossClusterSearchConnectionRequest, parallelism: Int = DefaultParallelism): Source[AcceptInboundCrossClusterSearchConnectionResponse, NotUsed]

    Permalink
  6. def addTagsFlow(parallelism: Int = DefaultParallelism): Flow[AddTagsRequest, AddTagsResponse, NotUsed]

    Permalink
  7. def addTagsSource(addTagsRequest: AddTagsRequest, parallelism: Int = DefaultParallelism): Source[AddTagsResponse, NotUsed]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def associatePackageFlow(parallelism: Int = DefaultParallelism): Flow[AssociatePackageRequest, AssociatePackageResponse, NotUsed]

    Permalink
  10. def associatePackageSource(associatePackageRequest: AssociatePackageRequest, parallelism: Int = DefaultParallelism): Source[AssociatePackageResponse, NotUsed]

    Permalink
  11. def cancelElasticsearchServiceSoftwareUpdateFlow(parallelism: Int = DefaultParallelism): Flow[CancelElasticsearchServiceSoftwareUpdateRequest, CancelElasticsearchServiceSoftwareUpdateResponse, NotUsed]

    Permalink
  12. def cancelElasticsearchServiceSoftwareUpdateSource(cancelElasticsearchServiceSoftwareUpdateRequest: CancelElasticsearchServiceSoftwareUpdateRequest, parallelism: Int = DefaultParallelism): Source[CancelElasticsearchServiceSoftwareUpdateResponse, NotUsed]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  14. def createElasticsearchDomainFlow(parallelism: Int = DefaultParallelism): Flow[CreateElasticsearchDomainRequest, CreateElasticsearchDomainResponse, NotUsed]

    Permalink
  15. def createElasticsearchDomainSource(createElasticsearchDomainRequest: CreateElasticsearchDomainRequest, parallelism: Int = DefaultParallelism): Source[CreateElasticsearchDomainResponse, NotUsed]

    Permalink
  16. def createOutboundCrossClusterSearchConnectionFlow(parallelism: Int = DefaultParallelism): Flow[CreateOutboundCrossClusterSearchConnectionRequest, CreateOutboundCrossClusterSearchConnectionResponse, NotUsed]

    Permalink
  17. def createOutboundCrossClusterSearchConnectionSource(createOutboundCrossClusterSearchConnectionRequest: CreateOutboundCrossClusterSearchConnectionRequest, parallelism: Int = DefaultParallelism): Source[CreateOutboundCrossClusterSearchConnectionResponse, NotUsed]

    Permalink
  18. def createPackageFlow(parallelism: Int = DefaultParallelism): Flow[CreatePackageRequest, CreatePackageResponse, NotUsed]

    Permalink
  19. def createPackageSource(createPackageRequest: CreatePackageRequest, parallelism: Int = DefaultParallelism): Source[CreatePackageResponse, NotUsed]

    Permalink
  20. def deleteElasticsearchDomainFlow(parallelism: Int = DefaultParallelism): Flow[DeleteElasticsearchDomainRequest, DeleteElasticsearchDomainResponse, NotUsed]

    Permalink
  21. def deleteElasticsearchDomainSource(deleteElasticsearchDomainRequest: DeleteElasticsearchDomainRequest, parallelism: Int = DefaultParallelism): Source[DeleteElasticsearchDomainResponse, NotUsed]

    Permalink
  22. def deleteElasticsearchServiceRoleFlow(parallelism: Int = DefaultParallelism): Flow[DeleteElasticsearchServiceRoleRequest, DeleteElasticsearchServiceRoleResponse, NotUsed]

    Permalink
  23. def deleteElasticsearchServiceRoleSource(): Source[DeleteElasticsearchServiceRoleResponse, NotUsed]

    Permalink
  24. def deleteElasticsearchServiceRoleSource(deleteElasticsearchServiceRoleRequest: DeleteElasticsearchServiceRoleRequest, parallelism: Int = DefaultParallelism): Source[DeleteElasticsearchServiceRoleResponse, NotUsed]

    Permalink
  25. def deleteInboundCrossClusterSearchConnectionFlow(parallelism: Int = DefaultParallelism): Flow[DeleteInboundCrossClusterSearchConnectionRequest, DeleteInboundCrossClusterSearchConnectionResponse, NotUsed]

    Permalink
  26. def deleteInboundCrossClusterSearchConnectionSource(deleteInboundCrossClusterSearchConnectionRequest: DeleteInboundCrossClusterSearchConnectionRequest, parallelism: Int = DefaultParallelism): Source[DeleteInboundCrossClusterSearchConnectionResponse, NotUsed]

    Permalink
  27. def deleteOutboundCrossClusterSearchConnectionFlow(parallelism: Int = DefaultParallelism): Flow[DeleteOutboundCrossClusterSearchConnectionRequest, DeleteOutboundCrossClusterSearchConnectionResponse, NotUsed]

    Permalink
  28. def deleteOutboundCrossClusterSearchConnectionSource(deleteOutboundCrossClusterSearchConnectionRequest: DeleteOutboundCrossClusterSearchConnectionRequest, parallelism: Int = DefaultParallelism): Source[DeleteOutboundCrossClusterSearchConnectionResponse, NotUsed]

    Permalink
  29. def deletePackageFlow(parallelism: Int = DefaultParallelism): Flow[DeletePackageRequest, DeletePackageResponse, NotUsed]

    Permalink
  30. def deletePackageSource(deletePackageRequest: DeletePackageRequest, parallelism: Int = DefaultParallelism): Source[DeletePackageResponse, NotUsed]

    Permalink
  31. def describeElasticsearchDomainConfigFlow(parallelism: Int = DefaultParallelism): Flow[DescribeElasticsearchDomainConfigRequest, DescribeElasticsearchDomainConfigResponse, NotUsed]

    Permalink
  32. def describeElasticsearchDomainConfigSource(describeElasticsearchDomainConfigRequest: DescribeElasticsearchDomainConfigRequest, parallelism: Int = DefaultParallelism): Source[DescribeElasticsearchDomainConfigResponse, NotUsed]

    Permalink
  33. def describeElasticsearchDomainFlow(parallelism: Int = DefaultParallelism): Flow[DescribeElasticsearchDomainRequest, DescribeElasticsearchDomainResponse, NotUsed]

    Permalink
  34. def describeElasticsearchDomainSource(describeElasticsearchDomainRequest: DescribeElasticsearchDomainRequest, parallelism: Int = DefaultParallelism): Source[DescribeElasticsearchDomainResponse, NotUsed]

    Permalink
  35. def describeElasticsearchDomainsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeElasticsearchDomainsRequest, DescribeElasticsearchDomainsResponse, NotUsed]

    Permalink
  36. def describeElasticsearchDomainsSource(describeElasticsearchDomainsRequest: DescribeElasticsearchDomainsRequest, parallelism: Int = DefaultParallelism): Source[DescribeElasticsearchDomainsResponse, NotUsed]

    Permalink
  37. def describeElasticsearchInstanceTypeLimitsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeElasticsearchInstanceTypeLimitsRequest, DescribeElasticsearchInstanceTypeLimitsResponse, NotUsed]

    Permalink
  38. def describeElasticsearchInstanceTypeLimitsSource(describeElasticsearchInstanceTypeLimitsRequest: DescribeElasticsearchInstanceTypeLimitsRequest, parallelism: Int = DefaultParallelism): Source[DescribeElasticsearchInstanceTypeLimitsResponse, NotUsed]

    Permalink
  39. def describeInboundCrossClusterSearchConnectionsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeInboundCrossClusterSearchConnectionsRequest, DescribeInboundCrossClusterSearchConnectionsResponse, NotUsed]

    Permalink
  40. def describeInboundCrossClusterSearchConnectionsPaginatorFlow: Flow[DescribeInboundCrossClusterSearchConnectionsRequest, DescribeInboundCrossClusterSearchConnectionsResponse, NotUsed]

    Permalink
  41. def describeInboundCrossClusterSearchConnectionsSource(describeInboundCrossClusterSearchConnectionsRequest: DescribeInboundCrossClusterSearchConnectionsRequest, parallelism: Int = DefaultParallelism): Source[DescribeInboundCrossClusterSearchConnectionsResponse, NotUsed]

    Permalink
  42. def describeOutboundCrossClusterSearchConnectionsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeOutboundCrossClusterSearchConnectionsRequest, DescribeOutboundCrossClusterSearchConnectionsResponse, NotUsed]

    Permalink
  43. def describeOutboundCrossClusterSearchConnectionsPaginatorFlow: Flow[DescribeOutboundCrossClusterSearchConnectionsRequest, DescribeOutboundCrossClusterSearchConnectionsResponse, NotUsed]

    Permalink
  44. def describeOutboundCrossClusterSearchConnectionsSource(describeOutboundCrossClusterSearchConnectionsRequest: DescribeOutboundCrossClusterSearchConnectionsRequest, parallelism: Int = DefaultParallelism): Source[DescribeOutboundCrossClusterSearchConnectionsResponse, NotUsed]

    Permalink
  45. def describePackagesFlow(parallelism: Int = DefaultParallelism): Flow[DescribePackagesRequest, DescribePackagesResponse, NotUsed]

    Permalink
  46. def describePackagesPaginatorFlow: Flow[DescribePackagesRequest, DescribePackagesResponse, NotUsed]

    Permalink
  47. def describePackagesSource(describePackagesRequest: DescribePackagesRequest, parallelism: Int = DefaultParallelism): Source[DescribePackagesResponse, NotUsed]

    Permalink
  48. def describeReservedElasticsearchInstanceOfferingsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeReservedElasticsearchInstanceOfferingsRequest, DescribeReservedElasticsearchInstanceOfferingsResponse, NotUsed]

    Permalink
  49. def describeReservedElasticsearchInstanceOfferingsPaginatorFlow: Flow[DescribeReservedElasticsearchInstanceOfferingsRequest, DescribeReservedElasticsearchInstanceOfferingsResponse, NotUsed]

    Permalink
  50. def describeReservedElasticsearchInstanceOfferingsPaginatorSource: Source[DescribeReservedElasticsearchInstanceOfferingsResponse, NotUsed]

    Permalink
  51. def describeReservedElasticsearchInstanceOfferingsSource(): Source[DescribeReservedElasticsearchInstanceOfferingsResponse, NotUsed]

    Permalink
  52. def describeReservedElasticsearchInstanceOfferingsSource(describeReservedElasticsearchInstanceOfferingsRequest: DescribeReservedElasticsearchInstanceOfferingsRequest, parallelism: Int = DefaultParallelism): Source[DescribeReservedElasticsearchInstanceOfferingsResponse, NotUsed]

    Permalink
  53. def describeReservedElasticsearchInstancesFlow(parallelism: Int = DefaultParallelism): Flow[DescribeReservedElasticsearchInstancesRequest, DescribeReservedElasticsearchInstancesResponse, NotUsed]

    Permalink
  54. def describeReservedElasticsearchInstancesPaginatorFlow: Flow[DescribeReservedElasticsearchInstancesRequest, DescribeReservedElasticsearchInstancesResponse, NotUsed]

    Permalink
  55. def describeReservedElasticsearchInstancesPaginatorSource: Source[DescribeReservedElasticsearchInstancesResponse, NotUsed]

    Permalink
  56. def describeReservedElasticsearchInstancesSource(): Source[DescribeReservedElasticsearchInstancesResponse, NotUsed]

    Permalink
  57. def describeReservedElasticsearchInstancesSource(describeReservedElasticsearchInstancesRequest: DescribeReservedElasticsearchInstancesRequest, parallelism: Int = DefaultParallelism): Source[DescribeReservedElasticsearchInstancesResponse, NotUsed]

    Permalink
  58. def dissociatePackageFlow(parallelism: Int = DefaultParallelism): Flow[DissociatePackageRequest, DissociatePackageResponse, NotUsed]

    Permalink
  59. def dissociatePackageSource(dissociatePackageRequest: DissociatePackageRequest, parallelism: Int = DefaultParallelism): Source[DissociatePackageResponse, NotUsed]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  62. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  63. def getCompatibleElasticsearchVersionsFlow(parallelism: Int = DefaultParallelism): Flow[GetCompatibleElasticsearchVersionsRequest, GetCompatibleElasticsearchVersionsResponse, NotUsed]

    Permalink
  64. def getCompatibleElasticsearchVersionsSource(): Source[GetCompatibleElasticsearchVersionsResponse, NotUsed]

    Permalink
  65. def getCompatibleElasticsearchVersionsSource(getCompatibleElasticsearchVersionsRequest: GetCompatibleElasticsearchVersionsRequest, parallelism: Int = DefaultParallelism): Source[GetCompatibleElasticsearchVersionsResponse, NotUsed]

    Permalink
  66. def getUpgradeHistoryFlow(parallelism: Int = DefaultParallelism): Flow[GetUpgradeHistoryRequest, GetUpgradeHistoryResponse, NotUsed]

    Permalink
  67. def getUpgradeHistoryPaginatorFlow: Flow[GetUpgradeHistoryRequest, GetUpgradeHistoryResponse, NotUsed]

    Permalink
  68. def getUpgradeHistorySource(getUpgradeHistoryRequest: GetUpgradeHistoryRequest, parallelism: Int = DefaultParallelism): Source[GetUpgradeHistoryResponse, NotUsed]

    Permalink
  69. def getUpgradeStatusFlow(parallelism: Int = DefaultParallelism): Flow[GetUpgradeStatusRequest, GetUpgradeStatusResponse, NotUsed]

    Permalink
  70. def getUpgradeStatusSource(getUpgradeStatusRequest: GetUpgradeStatusRequest, parallelism: Int = DefaultParallelism): Source[GetUpgradeStatusResponse, NotUsed]

    Permalink
  71. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  72. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  73. def listDomainNamesFlow(parallelism: Int = DefaultParallelism): Flow[ListDomainNamesRequest, ListDomainNamesResponse, NotUsed]

    Permalink
  74. def listDomainNamesSource(): Source[ListDomainNamesResponse, NotUsed]

    Permalink
  75. def listDomainNamesSource(listDomainNamesRequest: ListDomainNamesRequest, parallelism: Int = DefaultParallelism): Source[ListDomainNamesResponse, NotUsed]

    Permalink
  76. def listDomainsForPackageFlow(parallelism: Int = DefaultParallelism): Flow[ListDomainsForPackageRequest, ListDomainsForPackageResponse, NotUsed]

    Permalink
  77. def listDomainsForPackagePaginatorFlow: Flow[ListDomainsForPackageRequest, ListDomainsForPackageResponse, NotUsed]

    Permalink
  78. def listDomainsForPackageSource(listDomainsForPackageRequest: ListDomainsForPackageRequest, parallelism: Int = DefaultParallelism): Source[ListDomainsForPackageResponse, NotUsed]

    Permalink
  79. def listElasticsearchInstanceTypesFlow(parallelism: Int = DefaultParallelism): Flow[ListElasticsearchInstanceTypesRequest, ListElasticsearchInstanceTypesResponse, NotUsed]

    Permalink
  80. def listElasticsearchInstanceTypesPaginatorFlow: Flow[ListElasticsearchInstanceTypesRequest, ListElasticsearchInstanceTypesResponse, NotUsed]

    Permalink
  81. def listElasticsearchInstanceTypesSource(listElasticsearchInstanceTypesRequest: ListElasticsearchInstanceTypesRequest, parallelism: Int = DefaultParallelism): Source[ListElasticsearchInstanceTypesResponse, NotUsed]

    Permalink
  82. def listElasticsearchVersionsFlow(parallelism: Int = DefaultParallelism): Flow[ListElasticsearchVersionsRequest, ListElasticsearchVersionsResponse, NotUsed]

    Permalink
  83. def listElasticsearchVersionsPaginatorFlow: Flow[ListElasticsearchVersionsRequest, ListElasticsearchVersionsResponse, NotUsed]

    Permalink
  84. def listElasticsearchVersionsPaginatorSource: Source[ListElasticsearchVersionsResponse, NotUsed]

    Permalink
  85. def listElasticsearchVersionsSource(): Source[ListElasticsearchVersionsResponse, NotUsed]

    Permalink
  86. def listElasticsearchVersionsSource(listElasticsearchVersionsRequest: ListElasticsearchVersionsRequest, parallelism: Int = DefaultParallelism): Source[ListElasticsearchVersionsResponse, NotUsed]

    Permalink
  87. def listPackagesForDomainFlow(parallelism: Int = DefaultParallelism): Flow[ListPackagesForDomainRequest, ListPackagesForDomainResponse, NotUsed]

    Permalink
  88. def listPackagesForDomainPaginatorFlow: Flow[ListPackagesForDomainRequest, ListPackagesForDomainResponse, NotUsed]

    Permalink
  89. def listPackagesForDomainSource(listPackagesForDomainRequest: ListPackagesForDomainRequest, parallelism: Int = DefaultParallelism): Source[ListPackagesForDomainResponse, NotUsed]

    Permalink
  90. def listTagsFlow(parallelism: Int = DefaultParallelism): Flow[ListTagsRequest, ListTagsResponse, NotUsed]

    Permalink
  91. def listTagsSource(listTagsRequest: ListTagsRequest, parallelism: Int = DefaultParallelism): Source[ListTagsResponse, NotUsed]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  95. def purchaseReservedElasticsearchInstanceOfferingFlow(parallelism: Int = DefaultParallelism): Flow[PurchaseReservedElasticsearchInstanceOfferingRequest, PurchaseReservedElasticsearchInstanceOfferingResponse, NotUsed]

    Permalink
  96. def purchaseReservedElasticsearchInstanceOfferingSource(purchaseReservedElasticsearchInstanceOfferingRequest: PurchaseReservedElasticsearchInstanceOfferingRequest, parallelism: Int = DefaultParallelism): Source[PurchaseReservedElasticsearchInstanceOfferingResponse, NotUsed]

    Permalink
  97. def rejectInboundCrossClusterSearchConnectionFlow(parallelism: Int = DefaultParallelism): Flow[RejectInboundCrossClusterSearchConnectionRequest, RejectInboundCrossClusterSearchConnectionResponse, NotUsed]

    Permalink
  98. def rejectInboundCrossClusterSearchConnectionSource(rejectInboundCrossClusterSearchConnectionRequest: RejectInboundCrossClusterSearchConnectionRequest, parallelism: Int = DefaultParallelism): Source[RejectInboundCrossClusterSearchConnectionResponse, NotUsed]

    Permalink
  99. def removeTagsFlow(parallelism: Int = DefaultParallelism): Flow[RemoveTagsRequest, RemoveTagsResponse, NotUsed]

    Permalink
  100. def removeTagsSource(removeTagsRequest: RemoveTagsRequest, parallelism: Int = DefaultParallelism): Source[RemoveTagsResponse, NotUsed]

    Permalink
  101. def startElasticsearchServiceSoftwareUpdateFlow(parallelism: Int = DefaultParallelism): Flow[StartElasticsearchServiceSoftwareUpdateRequest, StartElasticsearchServiceSoftwareUpdateResponse, NotUsed]

    Permalink
  102. def startElasticsearchServiceSoftwareUpdateSource(startElasticsearchServiceSoftwareUpdateRequest: StartElasticsearchServiceSoftwareUpdateRequest, parallelism: Int = DefaultParallelism): Source[StartElasticsearchServiceSoftwareUpdateResponse, NotUsed]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  105. def updateElasticsearchDomainConfigFlow(parallelism: Int = DefaultParallelism): Flow[UpdateElasticsearchDomainConfigRequest, UpdateElasticsearchDomainConfigResponse, NotUsed]

    Permalink
  106. def updateElasticsearchDomainConfigSource(updateElasticsearchDomainConfigRequest: UpdateElasticsearchDomainConfigRequest, parallelism: Int = DefaultParallelism): Source[UpdateElasticsearchDomainConfigResponse, NotUsed]

    Permalink
  107. def upgradeElasticsearchDomainFlow(parallelism: Int = DefaultParallelism): Flow[UpgradeElasticsearchDomainRequest, UpgradeElasticsearchDomainResponse, NotUsed]

    Permalink
  108. def upgradeElasticsearchDomainSource(upgradeElasticsearchDomainRequest: UpgradeElasticsearchDomainRequest, parallelism: Int = DefaultParallelism): Source[UpgradeElasticsearchDomainResponse, NotUsed]

    Permalink
  109. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

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 AnyRef

Inherited from Any

Ungrouped