public interface SpacesV3
| Modifier and Type | Method and Description |
|---|---|
Mono<AssignSpaceIsolationSegmentResponse> |
assignIsolationSegment(AssignSpaceIsolationSegmentRequest request)
Makes the Assign an Isolation Segment request
|
Mono<CreateSpaceResponse> |
create(CreateSpaceRequest request)
Makes the Get Space request
|
Mono<GetSpaceResponse> |
get(GetSpaceRequest request)
Makes the Get Space request
|
Mono<GetSpaceIsolationSegmentResponse> |
getIsolationSegment(GetSpaceIsolationSegmentRequest request)
Makes the Get Assigned Isolation Segment request
|
Mono<ListSpacesResponse> |
list(ListSpacesRequest request)
Makes the List Spaces request
|
Mono<AssignSpaceIsolationSegmentResponse> assignIsolationSegment(AssignSpaceIsolationSegmentRequest request)
request - the Assign an Isolation Segment requestMono<CreateSpaceResponse> create(CreateSpaceRequest request)
request - the Create Space requestMono<GetSpaceResponse> get(GetSpaceRequest request)
request - the Get Space requestMono<GetSpaceIsolationSegmentResponse> getIsolationSegment(GetSpaceIsolationSegmentRequest request)
request - the Get Assigned Isolation Segment requestMono<ListSpacesResponse> list(ListSpacesRequest request)
request - the List Spaces requestCopyright © 2018. All rights reserved.