Class CreateFaceLivenessSessionRequest

    • Method Detail

      • kmsKeyId

        public final String kmsKeyId()

        The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt audit images and reference images.

        Returns:
        The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt audit images and reference images.
      • settings

        public final CreateFaceLivenessSessionRequestSettings settings()

        A session settings object. It contains settings for the operation to be performed. For Face Liveness, it accepts OutputConfig and AuditImagesLimit.

        Returns:
        A session settings object. It contains settings for the operation to be performed. For Face Liveness, it accepts OutputConfig and AuditImagesLimit.
      • clientRequestToken

        public final String clientRequestToken()

        Idempotent token is used to recognize the Face Liveness request. If the same token is used with multiple CreateFaceLivenessSession requests, the same session is returned. This token is employed to avoid unintentionally creating the same session multiple times.

        Returns:
        Idempotent token is used to recognize the Face Liveness request. If the same token is used with multiple CreateFaceLivenessSession requests, the same session is returned. This token is employed to avoid unintentionally creating the same session multiple times.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object