Trait/Object

com.github.j5ik2o.reactive.aws.rekognition

RekognitionSyncClient

Related Docs: object RekognitionSyncClient | package rekognition

Permalink

trait RekognitionSyncClient extends RekognitionClient[[β$0$]Either[Throwable, β$0$]]

See also

https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/rekognition/RekognitionClient.html

Linear Supertypes
RekognitionClient[[β$0$]Either[Throwable, β$0$]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RekognitionSyncClient
  2. RekognitionClient
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val underlying: software.amazon.awssdk.services.rekognition.RekognitionClient

    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 compareFaces(compareFacesRequest: CompareFacesRequest): Either[Throwable, CompareFacesResponse]

    Permalink
  7. def createCollection(createCollectionRequest: CreateCollectionRequest): Either[Throwable, CreateCollectionResponse]

    Permalink
  8. def createProject(createProjectRequest: CreateProjectRequest): Either[Throwable, CreateProjectResponse]

    Permalink
  9. def createProjectVersion(createProjectVersionRequest: CreateProjectVersionRequest): Either[Throwable, CreateProjectVersionResponse]

    Permalink
  10. def createStreamProcessor(createStreamProcessorRequest: CreateStreamProcessorRequest): Either[Throwable, CreateStreamProcessorResponse]

    Permalink
  11. def deleteCollection(deleteCollectionRequest: DeleteCollectionRequest): Either[Throwable, DeleteCollectionResponse]

    Permalink
  12. def deleteFaces(deleteFacesRequest: DeleteFacesRequest): Either[Throwable, DeleteFacesResponse]

    Permalink
  13. def deleteStreamProcessor(deleteStreamProcessorRequest: DeleteStreamProcessorRequest): Either[Throwable, DeleteStreamProcessorResponse]

    Permalink
  14. def describeCollection(describeCollectionRequest: DescribeCollectionRequest): Either[Throwable, DescribeCollectionResponse]

    Permalink
  15. def describeProjectVersions(describeProjectVersionsRequest: DescribeProjectVersionsRequest): Either[Throwable, DescribeProjectVersionsResponse]

    Permalink
  16. def describeProjectVersionsPaginator(describeProjectVersionsRequest: DescribeProjectVersionsRequest): DescribeProjectVersionsIterable

    Permalink
  17. def describeProjects(describeProjectsRequest: DescribeProjectsRequest): Either[Throwable, DescribeProjectsResponse]

    Permalink
  18. def describeProjectsPaginator(describeProjectsRequest: DescribeProjectsRequest): DescribeProjectsIterable

    Permalink
  19. def describeStreamProcessor(describeStreamProcessorRequest: DescribeStreamProcessorRequest): Either[Throwable, DescribeStreamProcessorResponse]

    Permalink
  20. def detectCustomLabels(detectCustomLabelsRequest: DetectCustomLabelsRequest): Either[Throwable, DetectCustomLabelsResponse]

    Permalink
  21. def detectFaces(detectFacesRequest: DetectFacesRequest): Either[Throwable, DetectFacesResponse]

    Permalink
  22. def detectLabels(detectLabelsRequest: DetectLabelsRequest): Either[Throwable, DetectLabelsResponse]

    Permalink
  23. def detectModerationLabels(detectModerationLabelsRequest: DetectModerationLabelsRequest): Either[Throwable, DetectModerationLabelsResponse]

    Permalink
  24. def detectText(detectTextRequest: DetectTextRequest): Either[Throwable, DetectTextResponse]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def getCelebrityInfo(getCelebrityInfoRequest: GetCelebrityInfoRequest): Either[Throwable, GetCelebrityInfoResponse]

    Permalink
  28. def getCelebrityRecognition(getCelebrityRecognitionRequest: GetCelebrityRecognitionRequest): Either[Throwable, GetCelebrityRecognitionResponse]

    Permalink
  29. def getCelebrityRecognitionPaginator(getCelebrityRecognitionRequest: GetCelebrityRecognitionRequest): GetCelebrityRecognitionIterable

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  31. def getContentModeration(getContentModerationRequest: GetContentModerationRequest): Either[Throwable, GetContentModerationResponse]

    Permalink
  32. def getContentModerationPaginator(getContentModerationRequest: GetContentModerationRequest): GetContentModerationIterable

    Permalink
  33. def getFaceDetection(getFaceDetectionRequest: GetFaceDetectionRequest): Either[Throwable, GetFaceDetectionResponse]

    Permalink
  34. def getFaceDetectionPaginator(getFaceDetectionRequest: GetFaceDetectionRequest): GetFaceDetectionIterable

    Permalink
  35. def getFaceSearch(getFaceSearchRequest: GetFaceSearchRequest): Either[Throwable, GetFaceSearchResponse]

    Permalink
  36. def getFaceSearchPaginator(getFaceSearchRequest: GetFaceSearchRequest): GetFaceSearchIterable

    Permalink
  37. def getLabelDetection(getLabelDetectionRequest: GetLabelDetectionRequest): Either[Throwable, GetLabelDetectionResponse]

    Permalink
  38. def getLabelDetectionPaginator(getLabelDetectionRequest: GetLabelDetectionRequest): GetLabelDetectionIterable

    Permalink
  39. def getPersonTracking(getPersonTrackingRequest: GetPersonTrackingRequest): Either[Throwable, GetPersonTrackingResponse]

    Permalink
  40. def getPersonTrackingPaginator(getPersonTrackingRequest: GetPersonTrackingRequest): GetPersonTrackingIterable

    Permalink
  41. def getTextDetection(getTextDetectionRequest: GetTextDetectionRequest): Either[Throwable, GetTextDetectionResponse]

    Permalink
  42. def getTextDetectionPaginator(getTextDetectionRequest: GetTextDetectionRequest): GetTextDetectionIterable

    Permalink
  43. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  44. def indexFaces(indexFacesRequest: IndexFacesRequest): Either[Throwable, IndexFacesResponse]

    Permalink
  45. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  46. def listCollections(listCollectionsRequest: ListCollectionsRequest): Either[Throwable, ListCollectionsResponse]

    Permalink
  47. def listCollections(): Either[Throwable, ListCollectionsResponse]

    Permalink
  48. def listCollectionsPaginator(listCollectionsRequest: ListCollectionsRequest): ListCollectionsIterable

    Permalink
  49. def listCollectionsPaginator(): ListCollectionsIterable

    Permalink
  50. def listFaces(listFacesRequest: ListFacesRequest): Either[Throwable, ListFacesResponse]

    Permalink
  51. def listFacesPaginator(listFacesRequest: ListFacesRequest): ListFacesIterable

    Permalink
  52. def listStreamProcessors(listStreamProcessorsRequest: ListStreamProcessorsRequest): Either[Throwable, ListStreamProcessorsResponse]

    Permalink
  53. def listStreamProcessors(): Either[Throwable, ListStreamProcessorsResponse]

    Permalink
  54. def listStreamProcessorsPaginator(listStreamProcessorsRequest: ListStreamProcessorsRequest): ListStreamProcessorsIterable

    Permalink
  55. def listStreamProcessorsPaginator(): ListStreamProcessorsIterable

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  59. def recognizeCelebrities(recognizeCelebritiesRequest: RecognizeCelebritiesRequest): Either[Throwable, RecognizeCelebritiesResponse]

    Permalink
  60. def searchFaces(searchFacesRequest: SearchFacesRequest): Either[Throwable, SearchFacesResponse]

    Permalink
  61. def searchFacesByImage(searchFacesByImageRequest: SearchFacesByImageRequest): Either[Throwable, SearchFacesByImageResponse]

    Permalink
  62. def startCelebrityRecognition(startCelebrityRecognitionRequest: StartCelebrityRecognitionRequest): Either[Throwable, StartCelebrityRecognitionResponse]

    Permalink
  63. def startContentModeration(startContentModerationRequest: StartContentModerationRequest): Either[Throwable, StartContentModerationResponse]

    Permalink
  64. def startFaceDetection(startFaceDetectionRequest: StartFaceDetectionRequest): Either[Throwable, StartFaceDetectionResponse]

    Permalink
  65. def startFaceSearch(startFaceSearchRequest: StartFaceSearchRequest): Either[Throwable, StartFaceSearchResponse]

    Permalink
  66. def startLabelDetection(startLabelDetectionRequest: StartLabelDetectionRequest): Either[Throwable, StartLabelDetectionResponse]

    Permalink
  67. def startPersonTracking(startPersonTrackingRequest: StartPersonTrackingRequest): Either[Throwable, StartPersonTrackingResponse]

    Permalink
  68. def startProjectVersion(startProjectVersionRequest: StartProjectVersionRequest): Either[Throwable, StartProjectVersionResponse]

    Permalink
  69. def startStreamProcessor(startStreamProcessorRequest: StartStreamProcessorRequest): Either[Throwable, StartStreamProcessorResponse]

    Permalink
  70. def startTextDetection(startTextDetectionRequest: StartTextDetectionRequest): Either[Throwable, StartTextDetectionResponse]

    Permalink
  71. def stopProjectVersion(stopProjectVersionRequest: StopProjectVersionRequest): Either[Throwable, StopProjectVersionResponse]

    Permalink
  72. def stopStreamProcessor(stopStreamProcessorRequest: StopStreamProcessorRequest): Either[Throwable, StopStreamProcessorResponse]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. 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 RekognitionClient[[β$0$]Either[Throwable, β$0$]]

Inherited from AnyRef

Inherited from Any

Ungrouped