Interface DeploymentServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DeploymentServiceAsync.WithRawResponseA view of DeploymentServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract DeploymentServiceAsync.WithRawResponse 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<HttpResponseFor<BetaManagedAgentsDeployment>> create(DeploymentCreateParams params)
Returns a raw HTTP response for
post /v1/deployments?beta=true, but is otherwise the same as DeploymentServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> create(DeploymentCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> retrieve(String deploymentId)
Returns a raw HTTP response for
get /v1/deployments/{deployment_id}?beta=true, but is otherwise the same as DeploymentServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> retrieve(String deploymentId, DeploymentRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> retrieve(String deploymentId, DeploymentRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> retrieve(DeploymentRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> retrieve(DeploymentRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> retrieve(String deploymentId, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> update(String deploymentId)
Returns a raw HTTP response for
post /v1/deployments/{deployment_id}?beta=true, but is otherwise the same as DeploymentServiceAsync.update.
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> update(String deploymentId, DeploymentUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> update(String deploymentId, DeploymentUpdateParams params)
-
update
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> update(DeploymentUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> update(DeploymentUpdateParams params)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> update(String deploymentId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<DeploymentListPageAsync>> list()
Returns a raw HTTP response for
get /v1/deployments?beta=true, but is otherwise the same as DeploymentServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<DeploymentListPageAsync>> list(DeploymentListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<DeploymentListPageAsync>> list(RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> archive(String deploymentId)
Returns a raw HTTP response for
post /v1/deployments/{deployment_id}/archive?beta=true, but is otherwise the same as DeploymentServiceAsync.archive.
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> archive(String deploymentId, DeploymentArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> archive(String deploymentId, DeploymentArchiveParams params)
-
archive
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> archive(DeploymentArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> archive(DeploymentArchiveParams params)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> archive(String deploymentId, RequestOptions requestOptions)
-
pause
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> pause(String deploymentId)
Returns a raw HTTP response for
post /v1/deployments/{deployment_id}/pause?beta=true, but is otherwise the same as DeploymentServiceAsync.pause.
-
pause
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> pause(String deploymentId, DeploymentPauseParams params, RequestOptions requestOptions)
-
pause
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> pause(String deploymentId, DeploymentPauseParams params)
-
pause
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> pause(DeploymentPauseParams params, RequestOptions requestOptions)
-
pause
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> pause(DeploymentPauseParams params)
-
pause
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> pause(String deploymentId, RequestOptions requestOptions)
-
run
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> run(String deploymentId)
Returns a raw HTTP response for
post /v1/deployments/{deployment_id}/run?beta=true, but is otherwise the same as DeploymentServiceAsync.run.
-
run
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> run(String deploymentId, DeploymentRunParams params, RequestOptions requestOptions)
-
run
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> run(String deploymentId, DeploymentRunParams params)
-
run
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> run(DeploymentRunParams params, RequestOptions requestOptions)
-
run
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> run(DeploymentRunParams params)
-
run
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> run(String deploymentId, RequestOptions requestOptions)
-
unpause
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> unpause(String deploymentId)
Returns a raw HTTP response for
post /v1/deployments/{deployment_id}/unpause?beta=true, but is otherwise the same as DeploymentServiceAsync.unpause.
-
unpause
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> unpause(String deploymentId, DeploymentUnpauseParams params, RequestOptions requestOptions)
-
unpause
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> unpause(String deploymentId, DeploymentUnpauseParams params)
-
unpause
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> unpause(DeploymentUnpauseParams params, RequestOptions requestOptions)
-
unpause
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> unpause(DeploymentUnpauseParams params)
-
unpause
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> unpause(String deploymentId, RequestOptions requestOptions)
-
-
-
-