public interface Domains
| Modifier and Type | Method and Description |
|---|---|
Mono<CreateDomainResponse> |
create(CreateDomainRequest request)
Makes the deprecated Create a Domain
owned by the given Organization request and the deprecated
Create a Shared Domain request
|
Mono<DeleteDomainResponse> |
delete(DeleteDomainRequest request)
Makes the deprecated Delete a Particular Domain request
|
Mono<GetDomainResponse> |
get(GetDomainRequest request)
Makes the deprecated Get Domain request
|
Mono<ListDomainsResponse> |
list(ListDomainsRequest request)
Makes the deprecated List all Domains request
|
Mono<ListDomainSpacesResponse> |
listSpaces(ListDomainSpacesRequest request)
Makes the deprecated List all Spaces for the Domain
request
|
Mono<CreateDomainResponse> create(CreateDomainRequest request)
request - the Create a Domain requestMono<DeleteDomainResponse> delete(DeleteDomainRequest request)
request - the Delete a Particular Domain requestMono<GetDomainResponse> get(GetDomainRequest request)
request - The Get Domain requestMono<ListDomainsResponse> list(ListDomainsRequest request)
request - the List all Domains requestMono<ListDomainSpacesResponse> listSpaces(ListDomainSpacesRequest request)
request - the List all Spaces for the Domain requestCopyright © 2016 Pivotal Software, Inc.. All rights reserved.