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