Trait/Object

com.github.j5ik2o.reactive.aws.eks.akka

EksAkkaClient

Related Docs: object EksAkkaClient | package akka

Permalink

trait EksAkkaClient extends AnyRef

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

Abstract Value Members

  1. abstract val underlying: EksAsyncClient

    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 createFargateProfileFlow(parallelism: Int = DefaultParallelism): Flow[CreateFargateProfileRequest, CreateFargateProfileResponse, NotUsed]

    Permalink
  9. def createFargateProfileSource(createFargateProfileRequest: CreateFargateProfileRequest, parallelism: Int = DefaultParallelism): Source[CreateFargateProfileResponse, NotUsed]

    Permalink
  10. def createNodegroupFlow(parallelism: Int = DefaultParallelism): Flow[CreateNodegroupRequest, CreateNodegroupResponse, NotUsed]

    Permalink
  11. def createNodegroupSource(createNodegroupRequest: CreateNodegroupRequest, parallelism: Int = DefaultParallelism): Source[CreateNodegroupResponse, NotUsed]

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

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

    Permalink
  14. def deleteFargateProfileFlow(parallelism: Int = DefaultParallelism): Flow[DeleteFargateProfileRequest, DeleteFargateProfileResponse, NotUsed]

    Permalink
  15. def deleteFargateProfileSource(deleteFargateProfileRequest: DeleteFargateProfileRequest, parallelism: Int = DefaultParallelism): Source[DeleteFargateProfileResponse, NotUsed]

    Permalink
  16. def deleteNodegroupFlow(parallelism: Int = DefaultParallelism): Flow[DeleteNodegroupRequest, DeleteNodegroupResponse, NotUsed]

    Permalink
  17. def deleteNodegroupSource(deleteNodegroupRequest: DeleteNodegroupRequest, parallelism: Int = DefaultParallelism): Source[DeleteNodegroupResponse, NotUsed]

    Permalink
  18. def describeClusterFlow(parallelism: Int = DefaultParallelism): Flow[DescribeClusterRequest, DescribeClusterResponse, NotUsed]

    Permalink
  19. def describeClusterSource(describeClusterRequest: DescribeClusterRequest, parallelism: Int = DefaultParallelism): Source[DescribeClusterResponse, NotUsed]

    Permalink
  20. def describeFargateProfileFlow(parallelism: Int = DefaultParallelism): Flow[DescribeFargateProfileRequest, DescribeFargateProfileResponse, NotUsed]

    Permalink
  21. def describeFargateProfileSource(describeFargateProfileRequest: DescribeFargateProfileRequest, parallelism: Int = DefaultParallelism): Source[DescribeFargateProfileResponse, NotUsed]

    Permalink
  22. def describeNodegroupFlow(parallelism: Int = DefaultParallelism): Flow[DescribeNodegroupRequest, DescribeNodegroupResponse, NotUsed]

    Permalink
  23. def describeNodegroupSource(describeNodegroupRequest: DescribeNodegroupRequest, parallelism: Int = DefaultParallelism): Source[DescribeNodegroupResponse, NotUsed]

    Permalink
  24. def describeUpdateFlow(parallelism: Int = DefaultParallelism): Flow[DescribeUpdateRequest, DescribeUpdateResponse, NotUsed]

    Permalink
  25. def describeUpdateSource(describeUpdateRequest: DescribeUpdateRequest, parallelism: Int = DefaultParallelism): Source[DescribeUpdateResponse, NotUsed]

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  31. def listClustersFlow(parallelism: Int = DefaultParallelism): Flow[ListClustersRequest, ListClustersResponse, NotUsed]

    Permalink
  32. def listClustersPaginatorFlow: Flow[ListClustersRequest, ListClustersResponse, NotUsed]

    Permalink
  33. def listClustersPaginatorSource: Source[ListClustersResponse, NotUsed]

    Permalink
  34. def listClustersSource(): Source[ListClustersResponse, NotUsed]

    Permalink
  35. def listClustersSource(listClustersRequest: ListClustersRequest, parallelism: Int = DefaultParallelism): Source[ListClustersResponse, NotUsed]

    Permalink
  36. def listFargateProfilesFlow(parallelism: Int = DefaultParallelism): Flow[ListFargateProfilesRequest, ListFargateProfilesResponse, NotUsed]

    Permalink
  37. def listFargateProfilesPaginatorFlow: Flow[ListFargateProfilesRequest, ListFargateProfilesResponse, NotUsed]

    Permalink
  38. def listFargateProfilesSource(listFargateProfilesRequest: ListFargateProfilesRequest, parallelism: Int = DefaultParallelism): Source[ListFargateProfilesResponse, NotUsed]

    Permalink
  39. def listNodegroupsFlow(parallelism: Int = DefaultParallelism): Flow[ListNodegroupsRequest, ListNodegroupsResponse, NotUsed]

    Permalink
  40. def listNodegroupsPaginatorFlow: Flow[ListNodegroupsRequest, ListNodegroupsResponse, NotUsed]

    Permalink
  41. def listNodegroupsSource(listNodegroupsRequest: ListNodegroupsRequest, parallelism: Int = DefaultParallelism): Source[ListNodegroupsResponse, NotUsed]

    Permalink
  42. def listTagsForResourceFlow(parallelism: Int = DefaultParallelism): Flow[ListTagsForResourceRequest, ListTagsForResourceResponse, NotUsed]

    Permalink
  43. def listTagsForResourceSource(listTagsForResourceRequest: ListTagsForResourceRequest, parallelism: Int = DefaultParallelism): Source[ListTagsForResourceResponse, NotUsed]

    Permalink
  44. def listUpdatesFlow(parallelism: Int = DefaultParallelism): Flow[ListUpdatesRequest, ListUpdatesResponse, NotUsed]

    Permalink
  45. def listUpdatesPaginatorFlow: Flow[ListUpdatesRequest, ListUpdatesResponse, NotUsed]

    Permalink
  46. def listUpdatesSource(listUpdatesRequest: ListUpdatesRequest, parallelism: Int = DefaultParallelism): Source[ListUpdatesResponse, NotUsed]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  50. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
  53. def toString(): String

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

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

    Permalink
  56. def updateClusterConfigFlow(parallelism: Int = DefaultParallelism): Flow[UpdateClusterConfigRequest, UpdateClusterConfigResponse, NotUsed]

    Permalink
  57. def updateClusterConfigSource(updateClusterConfigRequest: UpdateClusterConfigRequest, parallelism: Int = DefaultParallelism): Source[UpdateClusterConfigResponse, NotUsed]

    Permalink
  58. def updateClusterVersionFlow(parallelism: Int = DefaultParallelism): Flow[UpdateClusterVersionRequest, UpdateClusterVersionResponse, NotUsed]

    Permalink
  59. def updateClusterVersionSource(updateClusterVersionRequest: UpdateClusterVersionRequest, parallelism: Int = DefaultParallelism): Source[UpdateClusterVersionResponse, NotUsed]

    Permalink
  60. def updateNodegroupConfigFlow(parallelism: Int = DefaultParallelism): Flow[UpdateNodegroupConfigRequest, UpdateNodegroupConfigResponse, NotUsed]

    Permalink
  61. def updateNodegroupConfigSource(updateNodegroupConfigRequest: UpdateNodegroupConfigRequest, parallelism: Int = DefaultParallelism): Source[UpdateNodegroupConfigResponse, NotUsed]

    Permalink
  62. def updateNodegroupVersionFlow(parallelism: Int = DefaultParallelism): Flow[UpdateNodegroupVersionRequest, UpdateNodegroupVersionResponse, NotUsed]

    Permalink
  63. def updateNodegroupVersionSource(updateNodegroupVersionRequest: UpdateNodegroupVersionRequest, parallelism: Int = DefaultParallelism): Source[UpdateNodegroupVersionResponse, NotUsed]

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

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

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