Class ListIdentitiesRequest

    • Method Detail

      • identityType

        public final IdentityType identityType()

        The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.

        If the service returns an enum value that is not available in the current SDK version, identityType will return IdentityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from identityTypeAsString().

        Returns:
        The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.
        See Also:
        IdentityType
      • identityTypeAsString

        public final String identityTypeAsString()

        The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.

        If the service returns an enum value that is not available in the current SDK version, identityType will return IdentityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from identityTypeAsString().

        Returns:
        The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities are listed.
        See Also:
        IdentityType
      • nextToken

        public final String nextToken()

        The token to use for pagination.

        Returns:
        The token to use for pagination.
      • maxItems

        public final Integer maxItems()

        The maximum number of identities per page. Possible values are 1-1000 inclusive.

        Returns:
        The maximum number of identities per page. Possible values are 1-1000 inclusive.
      • 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