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