public interface Users
Mono<AssociateUserAuditedOrganizationResponse> associateAuditedOrganization(AssociateUserAuditedOrganizationRequest request)
request - the Associate Audited Organization with the User requestMono<AssociateUserAuditedSpaceResponse> associateAuditedSpace(AssociateUserAuditedSpaceRequest request)
request - the Associate Audited Space with the User requestMono<AssociateUserBillingManagedOrganizationResponse> associateBillingManagedOrganization(AssociateUserBillingManagedOrganizationRequest request)
request - the Associate Billing Managed Organization with the User requestMono<AssociateUserManagedOrganizationResponse> associateManagedOrganization(AssociateUserManagedOrganizationRequest request)
request - the Associate Managed Organization with the User requestMono<AssociateUserManagedSpaceResponse> associateManagedSpace(AssociateUserManagedSpaceRequest request)
request - the Associate Managed Space with the User requestMono<AssociateUserOrganizationResponse> associateOrganization(AssociateUserOrganizationRequest request)
request - the Associate Organization with the User requestMono<AssociateUserSpaceResponse> associateSpace(AssociateUserSpaceRequest request)
request - the Associate Space with the User requestMono<CreateUserResponse> create(CreateUserRequest request)
request - the Creating a User requestMono<DeleteUserResponse> delete(DeleteUserRequest request)
request - the Delete a Particular User requestMono<GetUserResponse> get(GetUserRequest request)
request - the Retrieve a Particular User requestMono<ListUsersResponse> list(ListUsersRequest request)
request - the List all Users requestMono<ListUserAuditedOrganizationsResponse> listAuditedOrganizations(ListUserAuditedOrganizationsRequest request)
request - the List all Audited Organizations for the User requestMono<ListUserAuditedSpacesResponse> listAuditedSpaces(ListUserAuditedSpacesRequest request)
request - the List all Audited Spaces for the User requestMono<ListUserBillingManagedOrganizationsResponse> listBillingManagedOrganizations(ListUserBillingManagedOrganizationsRequest request)
request - the List all Billing Managed Organizations for the User requestMono<ListUserManagedOrganizationsResponse> listManagedOrganizations(ListUserManagedOrganizationsRequest request)
request - the List all Managed Organizations for the User requestMono<ListUserManagedSpacesResponse> listManagedSpaces(ListUserManagedSpacesRequest request)
request - the List all Managed Spaces for the User requestMono<ListUserOrganizationsResponse> listOrganizations(ListUserOrganizationsRequest request)
request - the List all Organizations for the User requestMono<ListUserSpacesResponse> listSpaces(ListUserSpacesRequest request)
request - the List all Spaces for the User requestMono<Void> removeAuditedOrganization(RemoveUserAuditedOrganizationRequest request)
request - the Remove Audited Organization from the User requestMono<Void> removeAuditedSpace(RemoveUserAuditedSpaceRequest request)
request - the Remove Audited Space from the User requestMono<Void> removeBillingManagedOrganization(RemoveUserBillingManagedOrganizationRequest request)
request - the Remove Billing Managed Organization from the User requestMono<Void> removeManagedOrganization(RemoveUserManagedOrganizationRequest request)
request - the Remove Managed Organization from the User requestMono<Void> removeManagedSpace(RemoveUserManagedSpaceRequest request)
request - the Remove Managed Space from the User requestMono<Void> removeOrganization(RemoveUserOrganizationRequest request)
request - the Remove Organization from the User requestMono<Void> removeSpace(RemoveUserSpaceRequest request)
request - the Remove Space from the User requestMono<SummaryUserResponse> summary(SummaryUserRequest request)
request - the Get User summary requestMono<UpdateUserResponse> update(UpdateUserRequest request)
request - the Updating a User requestCopyright © 2020. All rights reserved.