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