Class DisassociateUserRequest

    • Method Detail

      • domain

        public final String domain()

        The domain name of the Active Directory that contains information for the user to disassociate.

        Returns:
        The domain name of the Active Directory that contains information for the user to disassociate.
      • identityProvider

        public final IdentityProvider identityProvider()

        An object that specifies details for the Active Directory identity provider.

        Returns:
        An object that specifies details for the Active Directory identity provider.
      • instanceId

        public final String instanceId()

        The ID of the EC2 instance which provides user-based subscriptions.

        Returns:
        The ID of the EC2 instance which provides user-based subscriptions.
      • instanceUserArn

        public final String instanceUserArn()

        The Amazon Resource Name (ARN) of the user to disassociate from the EC2 instance.

        Returns:
        The Amazon Resource Name (ARN) of the user to disassociate from the EC2 instance.
      • username

        public final String username()

        The user name from the Active Directory identity provider for the user.

        Returns:
        The user name from the Active Directory identity provider for the user.
      • 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