public interface Stacks
| Modifier and Type | Method and Description |
|---|---|
Mono<GetStackResponse> |
get(GetStackRequest request)
Makes the Get Stack request
|
Mono<ListStacksResponse> |
list(ListStacksRequest request)
Makes the List Stacks request
|
Mono<GetStackResponse> get(GetStackRequest request)
request - the Get Stack requestMono<ListStacksResponse> list(ListStacksRequest request)
request - the List Stacks requestCopyright © 2017 Pivotal Software, Inc.. All rights reserved.