public interface Stacks
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Stack> |
get(GetStackRequest request)
Get a Stack
|
reactor.core.publisher.Flux<Stack> |
list()
List all Stacks in the system
|
reactor.core.publisher.Mono<Stack> get(GetStackRequest request)
request - the get stack requestStackCopyright © 2019. All rights reserved.