public interface Spaces
Mono<AssociateSpaceAuditorResponse> associateAuditor(AssociateSpaceAuditorRequest request)
request - the Associate Auditor requestMono<AssociateSpaceAuditorByUsernameResponse> associateAuditorByUsername(AssociateSpaceAuditorByUsernameRequest request)
request - the Associate Auditor with the Space by Username requestMono<AssociateSpaceDeveloperResponse> associateDeveloper(AssociateSpaceDeveloperRequest request)
request - the Associate Developer requestMono<AssociateSpaceDeveloperByUsernameResponse> associateDeveloperByUsername(AssociateSpaceDeveloperByUsernameRequest request)
request - the Associate Developer with the Space by Username requestMono<AssociateSpaceManagerResponse> associateManager(AssociateSpaceManagerRequest request)
request - the Associate Manager requestMono<AssociateSpaceManagerByUsernameResponse> associateManagerByUsername(AssociateSpaceManagerByUsernameRequest request)
request - the Associate Manager with the Space by Username requestMono<AssociateSpaceSecurityGroupResponse> associateSecurityGroup(AssociateSpaceSecurityGroupRequest request)
request - the Associate Security Group requestMono<CreateSpaceResponse> create(CreateSpaceRequest request)
request - the Create Space requestMono<DeleteSpaceResponse> delete(DeleteSpaceRequest request)
request - the Delete a Space requestMono<GetSpaceResponse> get(GetSpaceRequest request)
request - the Get Space requestMono<GetSpaceSummaryResponse> getSummary(GetSpaceSummaryRequest request)
request - the Get Space Summary requestMono<ListSpacesResponse> list(ListSpacesRequest request)
request - the List Spaces requestMono<ListSpaceApplicationsResponse> listApplications(ListSpaceApplicationsRequest request)
request - the List all Apps for the Space requestMono<ListSpaceAuditorsResponse> listAuditors(ListSpaceAuditorsRequest request)
request - the List all Auditors for the Space requestMono<ListSpaceDevelopersResponse> listDevelopers(ListSpaceDevelopersRequest request)
request - the List all Developers for the Space request@Deprecated Mono<ListSpaceDomainsResponse> listDomains(ListSpaceDomainsRequest request)
request - the List all Domains for the Space requestMono<ListSpaceEventsResponse> listEvents(ListSpaceEventsRequest request)
request - the List all Events for the Space requestMono<ListSpaceManagersResponse> listManagers(ListSpaceManagersRequest request)
request - the List all Managers for the Space requestMono<ListSpaceRoutesResponse> listRoutes(ListSpaceRoutesRequest request)
request - the List all Routes for the Space requestMono<ListSpaceSecurityGroupsResponse> listSecurityGroups(ListSpaceSecurityGroupsRequest request)
request - the List all Security Groups for the Space requestMono<ListSpaceServiceInstancesResponse> listServiceInstances(ListSpaceServiceInstancesRequest request)
request - the List all Service Instances for the Space requestMono<ListSpaceServicesResponse> listServices(ListSpaceServicesRequest request)
request - the List all Services for the Space requestMono<ListSpaceUserRolesResponse> listUserRoles(ListSpaceUserRolesRequest request)
request - the Retrieving the roles of all Users in the Space requestMono<Void> removeAuditor(RemoveSpaceAuditorRequest request)
request - the Remove Auditor from the Space requestMono<RemoveSpaceAuditorByUsernameResponse> removeAuditorByUsername(RemoveSpaceAuditorByUsernameRequest request)
request - the Disassociate Auditor with the Space by Username requestMono<Void> removeDeveloper(RemoveSpaceDeveloperRequest request)
request - the Remove Developer from the Space requestMono<RemoveSpaceDeveloperByUsernameResponse> removeDeveloperByUsername(RemoveSpaceDeveloperByUsernameRequest request)
request - the Disassociate Developer with the Space by Username requestMono<Void> removeManager(RemoveSpaceManagerRequest request)
request - the Remove Manager from the Space requestMono<RemoveSpaceManagerByUsernameResponse> removeManagerByUsername(RemoveSpaceManagerByUsernameRequest request)
request - the Disassociate Manager with the Space by Username requestMono<Void> removeSecurityGroup(RemoveSpaceSecurityGroupRequest request)
request - the Remove Security Group from the Space requestMono<UpdateSpaceResponse> update(UpdateSpaceRequest request)
request - the Update a Space requestCopyright © 2020. All rights reserved.