Class DeploymentServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.DeploymentServiceAsync
public final class DeploymentServiceAsyncImpl implements DeploymentServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeploymentServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.anthropic.services.async.beta.DeploymentServiceAsync
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
-
withRawResponse
DeploymentServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
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, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaManagedAgentsDeployment> retrieve(DeploymentRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<BetaManagedAgentsDeployment> update(DeploymentUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<DeploymentListPageAsync> list(DeploymentListParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<BetaManagedAgentsDeployment> archive(DeploymentArchiveParams params, RequestOptions requestOptions)
-
pause
CompletableFuture<BetaManagedAgentsDeployment> pause(DeploymentPauseParams params, RequestOptions requestOptions)
-
run
CompletableFuture<BetaManagedAgentsDeploymentRun> run(DeploymentRunParams params, RequestOptions requestOptions)
-
unpause
CompletableFuture<BetaManagedAgentsDeployment> unpause(DeploymentUnpauseParams params, RequestOptions requestOptions)
-
-
-
-