public interface Droplets
| Modifier and Type | Method and Description |
|---|---|
Mono<CopyDropletResponse> |
copy(CopyDropletRequest request)
Makes the Copy Droplet request
|
Mono<String> |
delete(DeleteDropletRequest request)
Makes the Delete Droplet request
|
Mono<GetDropletResponse> |
get(GetDropletRequest request)
Makes the Get Droplet request
|
Mono<ListDropletsResponse> |
list(ListDropletsRequest request)
Makes the List Droplets request
|
Mono<CopyDropletResponse> copy(CopyDropletRequest request)
request - the Copy Droplet requestMono<String> delete(DeleteDropletRequest request)
request - the Delete Droplet requestMono<GetDropletResponse> get(GetDropletRequest request)
request - the Get Droplet requestMono<ListDropletsResponse> list(ListDropletsRequest request)
request - the List Droplets requestCopyright © 2020. All rights reserved.