public interface Domains
| Modifier and Type | Method and Description |
|---|---|
Mono<CreateDomainResponse> |
create(CreateDomainRequest request)
Deprecated.
|
Mono<DeleteDomainResponse> |
delete(DeleteDomainRequest request)
Deprecated.
|
Mono<GetDomainResponse> |
get(GetDomainRequest request)
Deprecated.
|
Mono<ListDomainsResponse> |
list(ListDomainsRequest request)
Deprecated.
|
Mono<ListDomainSpacesResponse> |
listSpaces(ListDomainSpacesRequest request)
Deprecated.
|
@Deprecated Mono<CreateDomainResponse> create(CreateDomainRequest request)
request - the Create a Domain request@Deprecated Mono<DeleteDomainResponse> delete(DeleteDomainRequest request)
request - the Delete a Particular Domain request@Deprecated Mono<GetDomainResponse> get(GetDomainRequest request)
request - The Get Domain request@Deprecated Mono<ListDomainsResponse> list(ListDomainsRequest request)
request - the List all Domains request@Deprecated Mono<ListDomainSpacesResponse> listSpaces(ListDomainSpacesRequest request)
request - the List all Spaces for the Domain requestCopyright © 2020. All rights reserved.