public interface DeploymentsV3
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<CancelDeploymentResponse> |
cancel(CancelDeploymentRequest request)
Makes the Cancel a deployment request
|
reactor.core.publisher.Mono<CreateDeploymentResponse> |
create(CreateDeploymentRequest request)
Makes the Get Deployment request
|
reactor.core.publisher.Mono<GetDeploymentResponse> |
get(GetDeploymentRequest request)
Makes the Get Deployment request
|
reactor.core.publisher.Mono<ListDeploymentsResponse> |
list(ListDeploymentsRequest request)
Makes the List Deployments request
|
reactor.core.publisher.Mono<CancelDeploymentResponse> cancel(CancelDeploymentRequest request)
request - the Cancel a deployment requestreactor.core.publisher.Mono<CreateDeploymentResponse> create(CreateDeploymentRequest request)
request - the Create Deployment requestreactor.core.publisher.Mono<GetDeploymentResponse> get(GetDeploymentRequest request)
request - the Get Deployment requestreactor.core.publisher.Mono<ListDeploymentsResponse> list(ListDeploymentsRequest request)
request - the List Deployments requestCopyright © 2019. All rights reserved.