public interface Services
| Modifier and Type | Method and Description |
|---|---|
Mono<DeleteServiceResponse> |
delete(DeleteServiceRequest request)
Makes the Delete the Service request
|
Mono<GetServiceResponse> |
get(GetServiceRequest request)
Makes the Retrieve a Particular Service request
|
Mono<ListServicesResponse> |
list(ListServicesRequest request)
Makes the List Services request
|
Mono<ListServiceServicePlansResponse> |
listServicePlans(ListServiceServicePlansRequest request)
Makes the List all Service Plans for the Service request
|
Mono<DeleteServiceResponse> delete(DeleteServiceRequest request)
request - the Delete Service requestMono<GetServiceResponse> get(GetServiceRequest request)
request - the Get Service requestMono<ListServicesResponse> list(ListServicesRequest request)
request - the List Services requestMono<ListServiceServicePlansResponse> listServicePlans(ListServiceServicePlansRequest request)
request - the List Service Plans requestCopyright © 2020. All rights reserved.