public interface Droplets
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
delete(DeleteDropletRequest request)
Makes the Delete Droplet request
|
reactor.core.publisher.Mono<GetDropletResponse> |
get(GetDropletRequest request)
Makes the Get Droplet request
|
reactor.core.publisher.Mono<ListDropletsResponse> |
list(ListDropletsRequest request)
Makes the List Droplets request
|
reactor.core.publisher.Mono<Void> delete(DeleteDropletRequest request)
request - the Delete Droplet requestreactor.core.publisher.Mono<GetDropletResponse> get(GetDropletRequest request)
request - the Get Droplet requestreactor.core.publisher.Mono<ListDropletsResponse> list(ListDropletsRequest request)
request - the List Droplets requestCopyright © 2017 Pivotal Software, Inc.. All rights reserved.