public interface Organizations
Mono<AssociateOrganizationAuditorResponse> associateAuditor(AssociateOrganizationAuditorRequest request)
request
- the Associate Auditor requestMono<AssociateOrganizationAuditorByUsernameResponse> associateAuditorByUsername(AssociateOrganizationAuditorByUsernameRequest request)
request
- the Associate Auditor with an Organization by Username requestMono<AssociateOrganizationBillingManagerResponse> associateBillingManager(AssociateOrganizationBillingManagerRequest request)
request
- the Associate Billing Manager with the Organization requestMono<AssociateOrganizationBillingManagerByUsernameResponse> associateBillingManagerByUsername(AssociateOrganizationBillingManagerByUsernameRequest request)
request
- the Associate Billing Manager with the Organization by Username requestMono<AssociateOrganizationManagerResponse> associateManager(AssociateOrganizationManagerRequest request)
request
- the Associate Manager with the Organization requestMono<AssociateOrganizationManagerByUsernameResponse> associateManagerByUsername(AssociateOrganizationManagerByUsernameRequest request)
request
- the Associate Manager with the Organization by Username requestMono<AssociateOrganizationPrivateDomainResponse> associatePrivateDomain(AssociateOrganizationPrivateDomainRequest request)
request
- the Associate Private Domain with the Organization requestMono<AssociateOrganizationUserResponse> associateUser(AssociateOrganizationUserRequest request)
request
- the Associate User with the Organization requestMono<AssociateOrganizationUserByUsernameResponse> associateUserByUsername(AssociateOrganizationUserByUsernameRequest request)
request
- the Associate User with the Organization by Username requestMono<CreateOrganizationResponse> create(CreateOrganizationRequest request)
request
- the Creating an Organization requestMono<DeleteOrganizationResponse> delete(DeleteOrganizationRequest request)
request
- the Delete a Particular Organization requestMono<GetOrganizationResponse> get(GetOrganizationRequest request)
request
- the Retrieve a Particular Organization requestMono<GetOrganizationInstanceUsageResponse> getInstanceUsage(GetOrganizationInstanceUsageRequest request)
request
- the Retrieving organization instance usage requestMono<GetOrganizationMemoryUsageResponse> getMemoryUsage(GetOrganizationMemoryUsageRequest request)
request
- the Retrieving organization memory usage requestMono<GetOrganizationUserRolesResponse> getUserRoles(GetOrganizationUserRolesRequest request)
request
- the Retrieving the roles of all Users in the Organization requestMono<ListOrganizationsResponse> list(ListOrganizationsRequest request)
request
- the List Organizations requestMono<ListOrganizationAuditorsResponse> listAuditors(ListOrganizationAuditorsRequest request)
request
- the List all Auditors for the Organization requestMono<ListOrganizationBillingManagersResponse> listBillingManagers(ListOrganizationBillingManagersRequest request)
request
- the List all Billing Managers for the Organization request@Deprecated Mono<ListOrganizationDomainsResponse> listDomains(ListOrganizationDomainsRequest request)
request
- the List all Domains for the Organization requestMono<ListOrganizationManagersResponse> listManagers(ListOrganizationManagersRequest request)
request
- the List all Managers for the Organization requestMono<ListOrganizationPrivateDomainsResponse> listPrivateDomains(ListOrganizationPrivateDomainsRequest request)
request
- the List all Private Domains for the Organization requestMono<ListOrganizationServicesResponse> listServices(ListOrganizationServicesRequest request)
request
- the List all Services for the Organization requestMono<ListOrganizationSpaceQuotaDefinitionsResponse> listSpaceQuotaDefinitions(ListOrganizationSpaceQuotaDefinitionsRequest request)
request
- the List all Space Quota Definitions for the Organization requestMono<ListOrganizationSpacesResponse> listSpaces(ListOrganizationSpacesRequest request)
request
- the List all Spaces for the Organization requestMono<ListOrganizationUsersResponse> listUsers(ListOrganizationUsersRequest request)
request
- the List all Users for the Organization requestMono<Void> removeAuditor(RemoveOrganizationAuditorRequest request)
request
- the Remove Auditor from the Organization requestMono<Void> removeAuditorByUsername(RemoveOrganizationAuditorByUsernameRequest request)
request
- the Remove Auditor with the Organization By Username requestMono<Void> removeBillingManager(RemoveOrganizationBillingManagerRequest request)
request
- the Remove Billing Manager from the Organization requestMono<Void> removeBillingManagerByUsername(RemoveOrganizationBillingManagerByUsernameRequest request)
request
- the Disassociate Billing Manager with the Organization by Username requestMono<Void> removeManager(RemoveOrganizationManagerRequest request)
request
- the Remove Manager from the Organization requestMono<Void> removeManagerByUsername(RemoveOrganizationManagerByUsernameRequest request)
request
- the Disassociate Manager with the Organization by Username requestMono<Void> removePrivateDomain(RemoveOrganizationPrivateDomainRequest request)
request
- the Remove Private Domain from the Organization requestMono<Void> removeUser(RemoveOrganizationUserRequest request)
request
- the Remove User from the Organization requestMono<Void> removeUserByUsername(RemoveOrganizationUserByUsernameRequest request)
request
- the Disassociate User with the Organization by Username requestMono<SummaryOrganizationResponse> summary(SummaryOrganizationRequest request)
request
- the Organization summary requestMono<UpdateOrganizationResponse> update(UpdateOrganizationRequest request)
request
- the Update an Organization requestCopyright © 2018 Pivotal Software, Inc.. All rights reserved.