public class ReactorTags extends AbstractNetworkingOperations implements Tags
TagsAPPLICATION_ZIP, connectionContext, requestTags, root, tokenProvider| Constructor and Description |
|---|
ReactorTags(ConnectionContext connectionContext,
Mono<String> root,
TokenProvider tokenProvider,
Map<String,String> requestTags)
Creates an instance
|
| Modifier and Type | Method and Description |
|---|---|
Mono<ListTagsResponse> |
list(ListTagsRequest request) |
get, get, post, putcreateOperatorpublic ReactorTags(ConnectionContext connectionContext, Mono<String> root, TokenProvider tokenProvider, Map<String,String> requestTags)
connectionContext - the ConnectionContext to use when communicating with the serverroot - the root URI of the server. Typically something like https://api.run.pivotal.io.tokenProvider - the TokenProvider to use when communicating with the serverrequestTags - map with custom http headers which will be added to web requestpublic Mono<ListTagsResponse> list(ListTagsRequest request)
Copyright © 2021. All rights reserved.