public interface ServicePlansV3
| Modifier and Type | Method and Description |
|---|---|
Mono<Void> |
delete(DeleteServicePlanRequest request)
Makes the Delete Service Plan request
|
Mono<GetServicePlanResponse> |
get(GetServicePlanRequest request)
Makes the Get Service Plan request
|
Mono<ListServicePlansResponse> |
list(ListServicePlansRequest request)
Makes the List Service Plan request
|
Mono<UpdateServicePlanResponse> |
update(UpdateServicePlanRequest request)
Makes the Upload Service Plan request
|
Mono<Void> delete(DeleteServicePlanRequest request)
request - the Delete Service Plan requestMono<GetServicePlanResponse> get(GetServicePlanRequest request)
request - the Get Service Plan requestMono<ListServicePlansResponse> list(ListServicePlansRequest request)
request - the List Service Plans requestMono<UpdateServicePlanResponse> update(UpdateServicePlanRequest request)
request - the Update Service Plan requestCopyright © 2020. All rights reserved.