public interface Events
| Modifier and Type | Method and Description |
|---|---|
Mono<GetEventResponse> |
get(GetEventRequest request)
Makes the Get Event request
|
Mono<ListEventsResponse> |
list(ListEventsRequest request)
Makes the List Events request
|
Mono<GetEventResponse> get(GetEventRequest request)
request - the Get Event requestMono<ListEventsResponse> list(ListEventsRequest request)
request - the List Events requestCopyright © 2020. All rights reserved.