public interface ServicePlans
| Modifier and Type | Method and Description |
|---|---|
Mono<DeleteServicePlanResponse> |
delete(DeleteServicePlanRequest request)
Makes the Delete the Service Plan request
|
Mono<GetServicePlanResponse> |
get(GetServicePlanRequest request)
Makes the Retrieve a Particular Service Plan request
|
Mono<ListServicePlansResponse> |
list(ListServicePlansRequest request)
Makes the List Service Plans request
|
Mono<ListServicePlanServiceInstancesResponse> |
listServiceInstances(ListServicePlanServiceInstancesRequest request)
Makes the List all Service Instances for the Service Plan
request
|
Mono<UpdateServicePlanResponse> |
update(UpdateServicePlanRequest request)
Makes the Updating a Service Plan request
|
Mono<DeleteServicePlanResponse> 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<ListServicePlanServiceInstancesResponse> listServiceInstances(ListServicePlanServiceInstancesRequest request)
request - the List Service Instances requestMono<UpdateServicePlanResponse> update(UpdateServicePlanRequest request)
request - the Update Service Plan requestCopyright © 2017 Pivotal Software, Inc.. All rights reserved.