public interface ServiceKeys
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<CreateServiceKeyResponse> |
create(CreateServiceKeyRequest request)
Makes the Create Service Key request
|
reactor.core.publisher.Mono<Void> |
delete(DeleteServiceKeyRequest request)
Makes the Delete the Service Key request
|
reactor.core.publisher.Mono<GetServiceKeyResponse> |
get(GetServiceKeyRequest request)
Makes the Retrieve a Particular Service Key request
|
reactor.core.publisher.Mono<ListServiceKeysResponse> |
list(ListServiceKeysRequest request)
Makes the List Service Keys request
|
reactor.core.publisher.Mono<CreateServiceKeyResponse> create(CreateServiceKeyRequest request)
request - the Create Service Key requestreactor.core.publisher.Mono<Void> delete(DeleteServiceKeyRequest request)
request - the Delete Service Key requestreactor.core.publisher.Mono<GetServiceKeyResponse> get(GetServiceKeyRequest request)
request - the Get Service Key requestreactor.core.publisher.Mono<ListServiceKeysResponse> list(ListServiceKeysRequest request)
request - the List Service Keys requestCopyright © 2017 Pivotal Software, Inc.. All rights reserved.