Trait/Object

com.github.j5ik2o.reactive.aws.rekognition.akka

RekognitionAkkaClient

Related Docs: object RekognitionAkkaClient | package akka

Permalink

trait RekognitionAkkaClient extends AnyRef

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

Abstract Value Members

  1. abstract val underlying: RekognitionAsyncClient

    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 compareFacesFlow(parallelism: Int = DefaultParallelism): Flow[CompareFacesRequest, CompareFacesResponse, NotUsed]

    Permalink
  7. def compareFacesSource(compareFacesRequest: CompareFacesRequest, parallelism: Int = DefaultParallelism): Source[CompareFacesResponse, NotUsed]

    Permalink
  8. def createCollectionFlow(parallelism: Int = DefaultParallelism): Flow[CreateCollectionRequest, CreateCollectionResponse, NotUsed]

    Permalink
  9. def createCollectionSource(createCollectionRequest: CreateCollectionRequest, parallelism: Int = DefaultParallelism): Source[CreateCollectionResponse, NotUsed]

    Permalink
  10. def createProjectFlow(parallelism: Int = DefaultParallelism): Flow[CreateProjectRequest, CreateProjectResponse, NotUsed]

    Permalink
  11. def createProjectSource(createProjectRequest: CreateProjectRequest, parallelism: Int = DefaultParallelism): Source[CreateProjectResponse, NotUsed]

    Permalink
  12. def createProjectVersionFlow(parallelism: Int = DefaultParallelism): Flow[CreateProjectVersionRequest, CreateProjectVersionResponse, NotUsed]

    Permalink
  13. def createProjectVersionSource(createProjectVersionRequest: CreateProjectVersionRequest, parallelism: Int = DefaultParallelism): Source[CreateProjectVersionResponse, NotUsed]

    Permalink
  14. def createStreamProcessorFlow(parallelism: Int = DefaultParallelism): Flow[CreateStreamProcessorRequest, CreateStreamProcessorResponse, NotUsed]

    Permalink
  15. def createStreamProcessorSource(createStreamProcessorRequest: CreateStreamProcessorRequest, parallelism: Int = DefaultParallelism): Source[CreateStreamProcessorResponse, NotUsed]

    Permalink
  16. def deleteCollectionFlow(parallelism: Int = DefaultParallelism): Flow[DeleteCollectionRequest, DeleteCollectionResponse, NotUsed]

    Permalink
  17. def deleteCollectionSource(deleteCollectionRequest: DeleteCollectionRequest, parallelism: Int = DefaultParallelism): Source[DeleteCollectionResponse, NotUsed]

    Permalink
  18. def deleteFacesFlow(parallelism: Int = DefaultParallelism): Flow[DeleteFacesRequest, DeleteFacesResponse, NotUsed]

    Permalink
  19. def deleteFacesSource(deleteFacesRequest: DeleteFacesRequest, parallelism: Int = DefaultParallelism): Source[DeleteFacesResponse, NotUsed]

    Permalink
  20. def deleteProjectFlow(parallelism: Int = DefaultParallelism): Flow[DeleteProjectRequest, DeleteProjectResponse, NotUsed]

    Permalink
  21. def deleteProjectSource(deleteProjectRequest: DeleteProjectRequest, parallelism: Int = DefaultParallelism): Source[DeleteProjectResponse, NotUsed]

    Permalink
  22. def deleteProjectVersionFlow(parallelism: Int = DefaultParallelism): Flow[DeleteProjectVersionRequest, DeleteProjectVersionResponse, NotUsed]

    Permalink
  23. def deleteProjectVersionSource(deleteProjectVersionRequest: DeleteProjectVersionRequest, parallelism: Int = DefaultParallelism): Source[DeleteProjectVersionResponse, NotUsed]

    Permalink
  24. def deleteStreamProcessorFlow(parallelism: Int = DefaultParallelism): Flow[DeleteStreamProcessorRequest, DeleteStreamProcessorResponse, NotUsed]

    Permalink
  25. def deleteStreamProcessorSource(deleteStreamProcessorRequest: DeleteStreamProcessorRequest, parallelism: Int = DefaultParallelism): Source[DeleteStreamProcessorResponse, NotUsed]

    Permalink
  26. def describeCollectionFlow(parallelism: Int = DefaultParallelism): Flow[DescribeCollectionRequest, DescribeCollectionResponse, NotUsed]

    Permalink
  27. def describeCollectionSource(describeCollectionRequest: DescribeCollectionRequest, parallelism: Int = DefaultParallelism): Source[DescribeCollectionResponse, NotUsed]

    Permalink
  28. def describeProjectVersionsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeProjectVersionsRequest, DescribeProjectVersionsResponse, NotUsed]

    Permalink
  29. def describeProjectVersionsPaginatorFlow: Flow[DescribeProjectVersionsRequest, DescribeProjectVersionsResponse, NotUsed]

    Permalink
  30. def describeProjectVersionsSource(describeProjectVersionsRequest: DescribeProjectVersionsRequest, parallelism: Int = DefaultParallelism): Source[DescribeProjectVersionsResponse, NotUsed]

    Permalink
  31. def describeProjectsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeProjectsRequest, DescribeProjectsResponse, NotUsed]

    Permalink
  32. def describeProjectsPaginatorFlow: Flow[DescribeProjectsRequest, DescribeProjectsResponse, NotUsed]

    Permalink
  33. def describeProjectsSource(describeProjectsRequest: DescribeProjectsRequest, parallelism: Int = DefaultParallelism): Source[DescribeProjectsResponse, NotUsed]

    Permalink
  34. def describeStreamProcessorFlow(parallelism: Int = DefaultParallelism): Flow[DescribeStreamProcessorRequest, DescribeStreamProcessorResponse, NotUsed]

    Permalink
  35. def describeStreamProcessorSource(describeStreamProcessorRequest: DescribeStreamProcessorRequest, parallelism: Int = DefaultParallelism): Source[DescribeStreamProcessorResponse, NotUsed]

    Permalink
  36. def detectCustomLabelsFlow(parallelism: Int = DefaultParallelism): Flow[DetectCustomLabelsRequest, DetectCustomLabelsResponse, NotUsed]

    Permalink
  37. def detectCustomLabelsSource(detectCustomLabelsRequest: DetectCustomLabelsRequest, parallelism: Int = DefaultParallelism): Source[DetectCustomLabelsResponse, NotUsed]

    Permalink
  38. def detectFacesFlow(parallelism: Int = DefaultParallelism): Flow[DetectFacesRequest, DetectFacesResponse, NotUsed]

    Permalink
  39. def detectFacesSource(detectFacesRequest: DetectFacesRequest, parallelism: Int = DefaultParallelism): Source[DetectFacesResponse, NotUsed]

    Permalink
  40. def detectLabelsFlow(parallelism: Int = DefaultParallelism): Flow[DetectLabelsRequest, DetectLabelsResponse, NotUsed]

    Permalink
  41. def detectLabelsSource(detectLabelsRequest: DetectLabelsRequest, parallelism: Int = DefaultParallelism): Source[DetectLabelsResponse, NotUsed]

    Permalink
  42. def detectModerationLabelsFlow(parallelism: Int = DefaultParallelism): Flow[DetectModerationLabelsRequest, DetectModerationLabelsResponse, NotUsed]

    Permalink
  43. def detectModerationLabelsSource(detectModerationLabelsRequest: DetectModerationLabelsRequest, parallelism: Int = DefaultParallelism): Source[DetectModerationLabelsResponse, NotUsed]

    Permalink
  44. def detectTextFlow(parallelism: Int = DefaultParallelism): Flow[DetectTextRequest, DetectTextResponse, NotUsed]

    Permalink
  45. def detectTextSource(detectTextRequest: DetectTextRequest, parallelism: Int = DefaultParallelism): Source[DetectTextResponse, NotUsed]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  48. def getCelebrityInfoFlow(parallelism: Int = DefaultParallelism): Flow[GetCelebrityInfoRequest, GetCelebrityInfoResponse, NotUsed]

    Permalink
  49. def getCelebrityInfoSource(getCelebrityInfoRequest: GetCelebrityInfoRequest, parallelism: Int = DefaultParallelism): Source[GetCelebrityInfoResponse, NotUsed]

    Permalink
  50. def getCelebrityRecognitionFlow(parallelism: Int = DefaultParallelism): Flow[GetCelebrityRecognitionRequest, GetCelebrityRecognitionResponse, NotUsed]

    Permalink
  51. def getCelebrityRecognitionPaginatorFlow: Flow[GetCelebrityRecognitionRequest, GetCelebrityRecognitionResponse, NotUsed]

    Permalink
  52. def getCelebrityRecognitionSource(getCelebrityRecognitionRequest: GetCelebrityRecognitionRequest, parallelism: Int = DefaultParallelism): Source[GetCelebrityRecognitionResponse, NotUsed]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  54. def getContentModerationFlow(parallelism: Int = DefaultParallelism): Flow[GetContentModerationRequest, GetContentModerationResponse, NotUsed]

    Permalink
  55. def getContentModerationPaginatorFlow: Flow[GetContentModerationRequest, GetContentModerationResponse, NotUsed]

    Permalink
  56. def getContentModerationSource(getContentModerationRequest: GetContentModerationRequest, parallelism: Int = DefaultParallelism): Source[GetContentModerationResponse, NotUsed]

    Permalink
  57. def getFaceDetectionFlow(parallelism: Int = DefaultParallelism): Flow[GetFaceDetectionRequest, GetFaceDetectionResponse, NotUsed]

    Permalink
  58. def getFaceDetectionPaginatorFlow: Flow[GetFaceDetectionRequest, GetFaceDetectionResponse, NotUsed]

    Permalink
  59. def getFaceDetectionSource(getFaceDetectionRequest: GetFaceDetectionRequest, parallelism: Int = DefaultParallelism): Source[GetFaceDetectionResponse, NotUsed]

    Permalink
  60. def getFaceSearchFlow(parallelism: Int = DefaultParallelism): Flow[GetFaceSearchRequest, GetFaceSearchResponse, NotUsed]

    Permalink
  61. def getFaceSearchPaginatorFlow: Flow[GetFaceSearchRequest, GetFaceSearchResponse, NotUsed]

    Permalink
  62. def getFaceSearchSource(getFaceSearchRequest: GetFaceSearchRequest, parallelism: Int = DefaultParallelism): Source[GetFaceSearchResponse, NotUsed]

    Permalink
  63. def getLabelDetectionFlow(parallelism: Int = DefaultParallelism): Flow[GetLabelDetectionRequest, GetLabelDetectionResponse, NotUsed]

    Permalink
  64. def getLabelDetectionPaginatorFlow: Flow[GetLabelDetectionRequest, GetLabelDetectionResponse, NotUsed]

    Permalink
  65. def getLabelDetectionSource(getLabelDetectionRequest: GetLabelDetectionRequest, parallelism: Int = DefaultParallelism): Source[GetLabelDetectionResponse, NotUsed]

    Permalink
  66. def getPersonTrackingFlow(parallelism: Int = DefaultParallelism): Flow[GetPersonTrackingRequest, GetPersonTrackingResponse, NotUsed]

    Permalink
  67. def getPersonTrackingPaginatorFlow: Flow[GetPersonTrackingRequest, GetPersonTrackingResponse, NotUsed]

    Permalink
  68. def getPersonTrackingSource(getPersonTrackingRequest: GetPersonTrackingRequest, parallelism: Int = DefaultParallelism): Source[GetPersonTrackingResponse, NotUsed]

    Permalink
  69. def getSegmentDetectionFlow(parallelism: Int = DefaultParallelism): Flow[GetSegmentDetectionRequest, GetSegmentDetectionResponse, NotUsed]

    Permalink
  70. def getSegmentDetectionPaginatorFlow: Flow[GetSegmentDetectionRequest, GetSegmentDetectionResponse, NotUsed]

    Permalink
  71. def getSegmentDetectionSource(getSegmentDetectionRequest: GetSegmentDetectionRequest, parallelism: Int = DefaultParallelism): Source[GetSegmentDetectionResponse, NotUsed]

    Permalink
  72. def getTextDetectionFlow(parallelism: Int = DefaultParallelism): Flow[GetTextDetectionRequest, GetTextDetectionResponse, NotUsed]

    Permalink
  73. def getTextDetectionPaginatorFlow: Flow[GetTextDetectionRequest, GetTextDetectionResponse, NotUsed]

    Permalink
  74. def getTextDetectionSource(getTextDetectionRequest: GetTextDetectionRequest, parallelism: Int = DefaultParallelism): Source[GetTextDetectionResponse, NotUsed]

    Permalink
  75. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  76. def indexFacesFlow(parallelism: Int = DefaultParallelism): Flow[IndexFacesRequest, IndexFacesResponse, NotUsed]

    Permalink
  77. def indexFacesSource(indexFacesRequest: IndexFacesRequest, parallelism: Int = DefaultParallelism): Source[IndexFacesResponse, NotUsed]

    Permalink
  78. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  79. def listCollectionsFlow(parallelism: Int = DefaultParallelism): Flow[ListCollectionsRequest, ListCollectionsResponse, NotUsed]

    Permalink
  80. def listCollectionsPaginatorFlow: Flow[ListCollectionsRequest, ListCollectionsResponse, NotUsed]

    Permalink
  81. def listCollectionsPaginatorSource: Source[ListCollectionsResponse, NotUsed]

    Permalink
  82. def listCollectionsSource(): Source[ListCollectionsResponse, NotUsed]

    Permalink
  83. def listCollectionsSource(listCollectionsRequest: ListCollectionsRequest, parallelism: Int = DefaultParallelism): Source[ListCollectionsResponse, NotUsed]

    Permalink
  84. def listFacesFlow(parallelism: Int = DefaultParallelism): Flow[ListFacesRequest, ListFacesResponse, NotUsed]

    Permalink
  85. def listFacesPaginatorFlow: Flow[ListFacesRequest, ListFacesResponse, NotUsed]

    Permalink
  86. def listFacesSource(listFacesRequest: ListFacesRequest, parallelism: Int = DefaultParallelism): Source[ListFacesResponse, NotUsed]

    Permalink
  87. def listStreamProcessorsFlow(parallelism: Int = DefaultParallelism): Flow[ListStreamProcessorsRequest, ListStreamProcessorsResponse, NotUsed]

    Permalink
  88. def listStreamProcessorsPaginatorFlow: Flow[ListStreamProcessorsRequest, ListStreamProcessorsResponse, NotUsed]

    Permalink
  89. def listStreamProcessorsPaginatorSource: Source[ListStreamProcessorsResponse, NotUsed]

    Permalink
  90. def listStreamProcessorsSource(): Source[ListStreamProcessorsResponse, NotUsed]

    Permalink
  91. def listStreamProcessorsSource(listStreamProcessorsRequest: ListStreamProcessorsRequest, parallelism: Int = DefaultParallelism): Source[ListStreamProcessorsResponse, 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 recognizeCelebritiesFlow(parallelism: Int = DefaultParallelism): Flow[RecognizeCelebritiesRequest, RecognizeCelebritiesResponse, NotUsed]

    Permalink
  96. def recognizeCelebritiesSource(recognizeCelebritiesRequest: RecognizeCelebritiesRequest, parallelism: Int = DefaultParallelism): Source[RecognizeCelebritiesResponse, NotUsed]

    Permalink
  97. def searchFacesByImageFlow(parallelism: Int = DefaultParallelism): Flow[SearchFacesByImageRequest, SearchFacesByImageResponse, NotUsed]

    Permalink
  98. def searchFacesByImageSource(searchFacesByImageRequest: SearchFacesByImageRequest, parallelism: Int = DefaultParallelism): Source[SearchFacesByImageResponse, NotUsed]

    Permalink
  99. def searchFacesFlow(parallelism: Int = DefaultParallelism): Flow[SearchFacesRequest, SearchFacesResponse, NotUsed]

    Permalink
  100. def searchFacesSource(searchFacesRequest: SearchFacesRequest, parallelism: Int = DefaultParallelism): Source[SearchFacesResponse, NotUsed]

    Permalink
  101. def startCelebrityRecognitionFlow(parallelism: Int = DefaultParallelism): Flow[StartCelebrityRecognitionRequest, StartCelebrityRecognitionResponse, NotUsed]

    Permalink
  102. def startCelebrityRecognitionSource(startCelebrityRecognitionRequest: StartCelebrityRecognitionRequest, parallelism: Int = DefaultParallelism): Source[StartCelebrityRecognitionResponse, NotUsed]

    Permalink
  103. def startContentModerationFlow(parallelism: Int = DefaultParallelism): Flow[StartContentModerationRequest, StartContentModerationResponse, NotUsed]

    Permalink
  104. def startContentModerationSource(startContentModerationRequest: StartContentModerationRequest, parallelism: Int = DefaultParallelism): Source[StartContentModerationResponse, NotUsed]

    Permalink
  105. def startFaceDetectionFlow(parallelism: Int = DefaultParallelism): Flow[StartFaceDetectionRequest, StartFaceDetectionResponse, NotUsed]

    Permalink
  106. def startFaceDetectionSource(startFaceDetectionRequest: StartFaceDetectionRequest, parallelism: Int = DefaultParallelism): Source[StartFaceDetectionResponse, NotUsed]

    Permalink
  107. def startFaceSearchFlow(parallelism: Int = DefaultParallelism): Flow[StartFaceSearchRequest, StartFaceSearchResponse, NotUsed]

    Permalink
  108. def startFaceSearchSource(startFaceSearchRequest: StartFaceSearchRequest, parallelism: Int = DefaultParallelism): Source[StartFaceSearchResponse, NotUsed]

    Permalink
  109. def startLabelDetectionFlow(parallelism: Int = DefaultParallelism): Flow[StartLabelDetectionRequest, StartLabelDetectionResponse, NotUsed]

    Permalink
  110. def startLabelDetectionSource(startLabelDetectionRequest: StartLabelDetectionRequest, parallelism: Int = DefaultParallelism): Source[StartLabelDetectionResponse, NotUsed]

    Permalink
  111. def startPersonTrackingFlow(parallelism: Int = DefaultParallelism): Flow[StartPersonTrackingRequest, StartPersonTrackingResponse, NotUsed]

    Permalink
  112. def startPersonTrackingSource(startPersonTrackingRequest: StartPersonTrackingRequest, parallelism: Int = DefaultParallelism): Source[StartPersonTrackingResponse, NotUsed]

    Permalink
  113. def startProjectVersionFlow(parallelism: Int = DefaultParallelism): Flow[StartProjectVersionRequest, StartProjectVersionResponse, NotUsed]

    Permalink
  114. def startProjectVersionSource(startProjectVersionRequest: StartProjectVersionRequest, parallelism: Int = DefaultParallelism): Source[StartProjectVersionResponse, NotUsed]

    Permalink
  115. def startSegmentDetectionFlow(parallelism: Int = DefaultParallelism): Flow[StartSegmentDetectionRequest, StartSegmentDetectionResponse, NotUsed]

    Permalink
  116. def startSegmentDetectionSource(startSegmentDetectionRequest: StartSegmentDetectionRequest, parallelism: Int = DefaultParallelism): Source[StartSegmentDetectionResponse, NotUsed]

    Permalink
  117. def startStreamProcessorFlow(parallelism: Int = DefaultParallelism): Flow[StartStreamProcessorRequest, StartStreamProcessorResponse, NotUsed]

    Permalink
  118. def startStreamProcessorSource(startStreamProcessorRequest: StartStreamProcessorRequest, parallelism: Int = DefaultParallelism): Source[StartStreamProcessorResponse, NotUsed]

    Permalink
  119. def startTextDetectionFlow(parallelism: Int = DefaultParallelism): Flow[StartTextDetectionRequest, StartTextDetectionResponse, NotUsed]

    Permalink
  120. def startTextDetectionSource(startTextDetectionRequest: StartTextDetectionRequest, parallelism: Int = DefaultParallelism): Source[StartTextDetectionResponse, NotUsed]

    Permalink
  121. def stopProjectVersionFlow(parallelism: Int = DefaultParallelism): Flow[StopProjectVersionRequest, StopProjectVersionResponse, NotUsed]

    Permalink
  122. def stopProjectVersionSource(stopProjectVersionRequest: StopProjectVersionRequest, parallelism: Int = DefaultParallelism): Source[StopProjectVersionResponse, NotUsed]

    Permalink
  123. def stopStreamProcessorFlow(parallelism: Int = DefaultParallelism): Flow[StopStreamProcessorRequest, StopStreamProcessorResponse, NotUsed]

    Permalink
  124. def stopStreamProcessorSource(stopStreamProcessorRequest: StopStreamProcessorRequest, parallelism: Int = DefaultParallelism): Source[StopStreamProcessorResponse, NotUsed]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  127. final def wait(arg0: Long, arg1: Int): Unit

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

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