Trait/Object

com.github.j5ik2o.reactive.aws.dax.akka

DaxAkkaClient

Related Docs: object DaxAkkaClient | package akka

Permalink

trait DaxAkkaClient extends AnyRef

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

Abstract Value Members

  1. abstract val underlying: DaxAsyncClient

    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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def createClusterFlow(parallelism: Int = DefaultParallelism): Flow[CreateClusterRequest, CreateClusterResponse, NotUsed]

    Permalink
  7. def createClusterSource(createClusterRequest: CreateClusterRequest, parallelism: Int = DefaultParallelism): Source[CreateClusterResponse, NotUsed]

    Permalink
  8. def createParameterGroupFlow(parallelism: Int = DefaultParallelism): Flow[CreateParameterGroupRequest, CreateParameterGroupResponse, NotUsed]

    Permalink
  9. def createParameterGroupSource(createParameterGroupRequest: CreateParameterGroupRequest, parallelism: Int = DefaultParallelism): Source[CreateParameterGroupResponse, NotUsed]

    Permalink
  10. def createSubnetGroupFlow(parallelism: Int = DefaultParallelism): Flow[CreateSubnetGroupRequest, CreateSubnetGroupResponse, NotUsed]

    Permalink
  11. def createSubnetGroupSource(createSubnetGroupRequest: CreateSubnetGroupRequest, parallelism: Int = DefaultParallelism): Source[CreateSubnetGroupResponse, NotUsed]

    Permalink
  12. def decreaseReplicationFactorFlow(parallelism: Int = DefaultParallelism): Flow[DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse, NotUsed]

    Permalink
  13. def decreaseReplicationFactorSource(decreaseReplicationFactorRequest: DecreaseReplicationFactorRequest, parallelism: Int = DefaultParallelism): Source[DecreaseReplicationFactorResponse, NotUsed]

    Permalink
  14. def deleteClusterFlow(parallelism: Int = DefaultParallelism): Flow[DeleteClusterRequest, DeleteClusterResponse, NotUsed]

    Permalink
  15. def deleteClusterSource(deleteClusterRequest: DeleteClusterRequest, parallelism: Int = DefaultParallelism): Source[DeleteClusterResponse, NotUsed]

    Permalink
  16. def deleteParameterGroupFlow(parallelism: Int = DefaultParallelism): Flow[DeleteParameterGroupRequest, DeleteParameterGroupResponse, NotUsed]

    Permalink
  17. def deleteParameterGroupSource(deleteParameterGroupRequest: DeleteParameterGroupRequest, parallelism: Int = DefaultParallelism): Source[DeleteParameterGroupResponse, NotUsed]

    Permalink
  18. def deleteSubnetGroupFlow(parallelism: Int = DefaultParallelism): Flow[DeleteSubnetGroupRequest, DeleteSubnetGroupResponse, NotUsed]

    Permalink
  19. def deleteSubnetGroupSource(deleteSubnetGroupRequest: DeleteSubnetGroupRequest, parallelism: Int = DefaultParallelism): Source[DeleteSubnetGroupResponse, NotUsed]

    Permalink
  20. def describeClustersFlow(parallelism: Int = DefaultParallelism): Flow[DescribeClustersRequest, DescribeClustersResponse, NotUsed]

    Permalink
  21. def describeClustersSource(): Source[DescribeClustersResponse, NotUsed]

    Permalink
  22. def describeClustersSource(describeClustersRequest: DescribeClustersRequest, parallelism: Int = DefaultParallelism): Source[DescribeClustersResponse, NotUsed]

    Permalink
  23. def describeDefaultParametersFlow(parallelism: Int = DefaultParallelism): Flow[DescribeDefaultParametersRequest, DescribeDefaultParametersResponse, NotUsed]

    Permalink
  24. def describeDefaultParametersSource(): Source[DescribeDefaultParametersResponse, NotUsed]

    Permalink
  25. def describeDefaultParametersSource(describeDefaultParametersRequest: DescribeDefaultParametersRequest, parallelism: Int = DefaultParallelism): Source[DescribeDefaultParametersResponse, NotUsed]

    Permalink
  26. def describeEventsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeEventsRequest, DescribeEventsResponse, NotUsed]

    Permalink
  27. def describeEventsSource(): Source[DescribeEventsResponse, NotUsed]

    Permalink
  28. def describeEventsSource(describeEventsRequest: DescribeEventsRequest, parallelism: Int = DefaultParallelism): Source[DescribeEventsResponse, NotUsed]

    Permalink
  29. def describeParameterGroupsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeParameterGroupsRequest, DescribeParameterGroupsResponse, NotUsed]

    Permalink
  30. def describeParameterGroupsSource(): Source[DescribeParameterGroupsResponse, NotUsed]

    Permalink
  31. def describeParameterGroupsSource(describeParameterGroupsRequest: DescribeParameterGroupsRequest, parallelism: Int = DefaultParallelism): Source[DescribeParameterGroupsResponse, NotUsed]

    Permalink
  32. def describeParametersFlow(parallelism: Int = DefaultParallelism): Flow[DescribeParametersRequest, DescribeParametersResponse, NotUsed]

    Permalink
  33. def describeParametersSource(describeParametersRequest: DescribeParametersRequest, parallelism: Int = DefaultParallelism): Source[DescribeParametersResponse, NotUsed]

    Permalink
  34. def describeSubnetGroupsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse, NotUsed]

    Permalink
  35. def describeSubnetGroupsSource(): Source[DescribeSubnetGroupsResponse, NotUsed]

    Permalink
  36. def describeSubnetGroupsSource(describeSubnetGroupsRequest: DescribeSubnetGroupsRequest, parallelism: Int = DefaultParallelism): Source[DescribeSubnetGroupsResponse, NotUsed]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  40. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  41. def increaseReplicationFactorFlow(parallelism: Int = DefaultParallelism): Flow[IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse, NotUsed]

    Permalink
  42. def increaseReplicationFactorSource(increaseReplicationFactorRequest: IncreaseReplicationFactorRequest, parallelism: Int = DefaultParallelism): Source[IncreaseReplicationFactorResponse, NotUsed]

    Permalink
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. def listTagsFlow(parallelism: Int = DefaultParallelism): Flow[ListTagsRequest, ListTagsResponse, NotUsed]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  49. def rebootNodeFlow(parallelism: Int = DefaultParallelism): Flow[RebootNodeRequest, RebootNodeResponse, NotUsed]

    Permalink
  50. def rebootNodeSource(rebootNodeRequest: RebootNodeRequest, parallelism: Int = DefaultParallelism): Source[RebootNodeResponse, NotUsed]

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

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

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

    Permalink
  54. def toString(): String

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

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

    Permalink
  57. def updateClusterFlow(parallelism: Int = DefaultParallelism): Flow[UpdateClusterRequest, UpdateClusterResponse, NotUsed]

    Permalink
  58. def updateClusterSource(updateClusterRequest: UpdateClusterRequest, parallelism: Int = DefaultParallelism): Source[UpdateClusterResponse, NotUsed]

    Permalink
  59. def updateParameterGroupFlow(parallelism: Int = DefaultParallelism): Flow[UpdateParameterGroupRequest, UpdateParameterGroupResponse, NotUsed]

    Permalink
  60. def updateParameterGroupSource(updateParameterGroupRequest: UpdateParameterGroupRequest, parallelism: Int = DefaultParallelism): Source[UpdateParameterGroupResponse, NotUsed]

    Permalink
  61. def updateSubnetGroupFlow(parallelism: Int = DefaultParallelism): Flow[UpdateSubnetGroupRequest, UpdateSubnetGroupResponse, NotUsed]

    Permalink
  62. def updateSubnetGroupSource(updateSubnetGroupRequest: UpdateSubnetGroupRequest, parallelism: Int = DefaultParallelism): Source[UpdateSubnetGroupResponse, NotUsed]

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. 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