Class MergeDeveloperIdentitiesRequest

    • Method Detail

      • sourceUserIdentifier

        public final String sourceUserIdentifier()

        User identifier for the source user. The value should be a DeveloperUserIdentifier.

        Returns:
        User identifier for the source user. The value should be a DeveloperUserIdentifier.
      • destinationUserIdentifier

        public final String destinationUserIdentifier()

        User identifier for the destination user. The value should be a DeveloperUserIdentifier.

        Returns:
        User identifier for the destination user. The value should be a DeveloperUserIdentifier.
      • developerProviderName

        public final String developerProviderName()

        The "domain" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

        Returns:
        The "domain" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).
      • identityPoolId

        public final String identityPoolId()

        An identity pool ID in the format REGION:GUID.

        Returns:
        An identity pool ID in the format REGION:GUID.
      • 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