Class GetUserResult


  • public final class GetUserResult
    extends java.lang.Object
    • Method Detail

      • arn

        public java.lang.String arn()
        Returns:
        The Amazon Resource Name (ARN) of the User.
      • directoryUserId

        public java.lang.String directoryUserId()
        Returns:
        The identifier of the user account in the directory used for identity management.
      • hierarchyGroupId

        public java.lang.String hierarchyGroupId()
        Returns:
        The identifier of the hierarchy group for the user.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • identityInfos

        public java.util.List<GetUserIdentityInfo> identityInfos()
        Returns:
        A block that contains information about the identity of the user. Documented below.
      • instanceId

        public java.lang.String instanceId()
        Returns:
        Specifies the identifier of the hosting Amazon Connect Instance.
      • name

        public java.lang.String name()
      • phoneConfigs

        public java.util.List<GetUserPhoneConfig> phoneConfigs()
        Returns:
        A block that contains information about the phone settings for the user. Documented below.
      • routingProfileId

        public java.lang.String routingProfileId()
        Returns:
        The identifier of the routing profile for the user.
      • securityProfileIds

        public java.util.List<java.lang.String> securityProfileIds()
        Returns:
        A list of identifiers for the security profiles for the user.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        A map of tags to assign to the User.
      • userId

        public java.lang.String userId()