Interface DeploymentServiceAsync
-
- All Implemented Interfaces:
public interface DeploymentServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceDeploymentServiceAsync.WithRawResponseA view of DeploymentServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract DeploymentServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract DeploymentServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<BetaManagedAgentsDeployment> create(DeploymentCreateParams params)
Create Deployment
-
create
abstract CompletableFuture<BetaManagedAgentsDeployment> create(DeploymentCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaManagedAgentsDeployment> retrieve(String deploymentId)
Get Deployment
-
retrieve
CompletableFuture<BetaManagedAgentsDeployment> retrieve(String deploymentId, DeploymentRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaManagedAgentsDeployment> retrieve(String deploymentId, DeploymentRetrieveParams params)
-
retrieve
abstract CompletableFuture<BetaManagedAgentsDeployment> retrieve(DeploymentRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaManagedAgentsDeployment> retrieve(DeploymentRetrieveParams params)
-
retrieve
CompletableFuture<BetaManagedAgentsDeployment> retrieve(String deploymentId, RequestOptions requestOptions)
-
update
CompletableFuture<BetaManagedAgentsDeployment> update(String deploymentId)
Update Deployment
-
update
CompletableFuture<BetaManagedAgentsDeployment> update(String deploymentId, DeploymentUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<BetaManagedAgentsDeployment> update(String deploymentId, DeploymentUpdateParams params)
-
update
abstract CompletableFuture<BetaManagedAgentsDeployment> update(DeploymentUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<BetaManagedAgentsDeployment> update(DeploymentUpdateParams params)
-
update
CompletableFuture<BetaManagedAgentsDeployment> update(String deploymentId, RequestOptions requestOptions)
-
list
CompletableFuture<DeploymentListPageAsync> list()
List Deployments
-
list
abstract CompletableFuture<DeploymentListPageAsync> list(DeploymentListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<DeploymentListPageAsync> list(DeploymentListParams params)
-
list
CompletableFuture<DeploymentListPageAsync> list(RequestOptions requestOptions)
-
archive
CompletableFuture<BetaManagedAgentsDeployment> archive(String deploymentId)
Archive Deployment
-
archive
CompletableFuture<BetaManagedAgentsDeployment> archive(String deploymentId, DeploymentArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<BetaManagedAgentsDeployment> archive(String deploymentId, DeploymentArchiveParams params)
-
archive
abstract CompletableFuture<BetaManagedAgentsDeployment> archive(DeploymentArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<BetaManagedAgentsDeployment> archive(DeploymentArchiveParams params)
-
archive
CompletableFuture<BetaManagedAgentsDeployment> archive(String deploymentId, RequestOptions requestOptions)
-
pause
CompletableFuture<BetaManagedAgentsDeployment> pause(String deploymentId)
Pause Deployment
-
pause
CompletableFuture<BetaManagedAgentsDeployment> pause(String deploymentId, DeploymentPauseParams params, RequestOptions requestOptions)
-
pause
CompletableFuture<BetaManagedAgentsDeployment> pause(String deploymentId, DeploymentPauseParams params)
-
pause
abstract CompletableFuture<BetaManagedAgentsDeployment> pause(DeploymentPauseParams params, RequestOptions requestOptions)
-
pause
CompletableFuture<BetaManagedAgentsDeployment> pause(DeploymentPauseParams params)
-
pause
CompletableFuture<BetaManagedAgentsDeployment> pause(String deploymentId, RequestOptions requestOptions)
-
run
CompletableFuture<BetaManagedAgentsDeploymentRun> run(String deploymentId)
Run Deployment Now
-
run
CompletableFuture<BetaManagedAgentsDeploymentRun> run(String deploymentId, DeploymentRunParams params, RequestOptions requestOptions)
-
run
CompletableFuture<BetaManagedAgentsDeploymentRun> run(String deploymentId, DeploymentRunParams params)
-
run
abstract CompletableFuture<BetaManagedAgentsDeploymentRun> run(DeploymentRunParams params, RequestOptions requestOptions)
-
run
CompletableFuture<BetaManagedAgentsDeploymentRun> run(String deploymentId, RequestOptions requestOptions)
-
unpause
CompletableFuture<BetaManagedAgentsDeployment> unpause(String deploymentId)
Unpause Deployment
-
unpause
CompletableFuture<BetaManagedAgentsDeployment> unpause(String deploymentId, DeploymentUnpauseParams params, RequestOptions requestOptions)
-
unpause
CompletableFuture<BetaManagedAgentsDeployment> unpause(String deploymentId, DeploymentUnpauseParams params)
-
unpause
abstract CompletableFuture<BetaManagedAgentsDeployment> unpause(DeploymentUnpauseParams params, RequestOptions requestOptions)
-
unpause
CompletableFuture<BetaManagedAgentsDeployment> unpause(DeploymentUnpauseParams params)
-
unpause
CompletableFuture<BetaManagedAgentsDeployment> unpause(String deploymentId, RequestOptions requestOptions)
-
-
-
-