Class DeploymentServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.DeploymentServiceAsync.WithRawResponse
public final class DeploymentServiceAsyncImpl.WithRawResponseImpl implements DeploymentServiceAsync.WithRawResponse
-
-
Method Summary
-
Methods inherited from class com.anthropic.services.async.beta.DeploymentServiceAsync.WithRawResponse
archive, archive, archive, archive, archive, create, list, list, list, pause, pause, pause, pause, pause, retrieve, retrieve, retrieve, retrieve, retrieve, run, run, run, run, run, unpause, unpause, unpause, unpause, unpause, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
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, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> retrieve(DeploymentRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> update(DeploymentUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<DeploymentListPageAsync>> list(DeploymentListParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> archive(DeploymentArchiveParams params, RequestOptions requestOptions)
-
pause
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> pause(DeploymentPauseParams params, RequestOptions requestOptions)
-
run
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> run(DeploymentRunParams params, RequestOptions requestOptions)
-
unpause
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeployment>> unpause(DeploymentUnpauseParams params, RequestOptions requestOptions)
-
-
-
-