Class Iam

    • Method Detail

      • listUsers

        public IamListUsersResponse listUsers​(IamListUsersRequest request)
                                       throws java.lang.Exception
        List Users
        Parameters:
        request - The request object containing all of the parameters for the API call.
        Returns:
        The response from the API call
        Throws:
        java.lang.Exception - if the API call fails
      • getUser

        public IamGetUserResponse getUser​(IamGetUserRequest request)
                                   throws java.lang.Exception
        Get User
        Parameters:
        request - The request object containing all of the parameters for the API call.
        Returns:
        The response from the API call
        Throws:
        java.lang.Exception - if the API call fails
      • listRoles

        public IamListRolesResponse listRoles​(IamListRolesRequest request)
                                       throws java.lang.Exception
        List Roles
        Parameters:
        request - The request object containing all of the parameters for the API call.
        Returns:
        The response from the API call
        Throws:
        java.lang.Exception - if the API call fails
      • getRole

        public IamGetRoleResponse getRole​(IamGetRoleRequest request)
                                   throws java.lang.Exception
        Get Role
        Parameters:
        request - The request object containing all of the parameters for the API call.
        Returns:
        The response from the API call
        Throws:
        java.lang.Exception - if the API call fails
      • listGroups

        public IamListGroupsResponse listGroups​(IamListGroupsRequest request)
                                         throws java.lang.Exception
        List Groups
        Parameters:
        request - The request object containing all of the parameters for the API call.
        Returns:
        The response from the API call
        Throws:
        java.lang.Exception - if the API call fails
      • getGroup

        public IamGetGroupResponse getGroup​(IamGetGroupRequest request)
                                     throws java.lang.Exception
        Get Group
        Parameters:
        request - The request object containing all of the parameters for the API call.
        Returns:
        The response from the API call
        Throws:
        java.lang.Exception - if the API call fails
      • listPolicies

        public IamListPoliciesResponse listPolicies​(IamListPoliciesRequest request)
                                             throws java.lang.Exception
        List Policies
        Parameters:
        request - The request object containing all of the parameters for the API call.
        Returns:
        The response from the API call
        Throws:
        java.lang.Exception - if the API call fails
      • getPolicy

        public IamGetPolicyResponse getPolicy​(IamGetPolicyRequest request)
                                       throws java.lang.Exception
        Get Policy
        Parameters:
        request - The request object containing all of the parameters for the API call.
        Returns:
        The response from the API call
        Throws:
        java.lang.Exception - if the API call fails