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