Class DeploymentServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.DeploymentService.WithRawResponse
public final class DeploymentServiceImpl.WithRawResponseImpl implements DeploymentService.WithRawResponse
-
-
Method Summary
-
Methods inherited from class com.anthropic.services.blocking.beta.DeploymentService.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
DeploymentService.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
HttpResponseFor<BetaManagedAgentsDeployment> create(DeploymentCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<BetaManagedAgentsDeployment> retrieve(DeploymentRetrieveParams params, RequestOptions requestOptions)
-
update
HttpResponseFor<BetaManagedAgentsDeployment> update(DeploymentUpdateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<DeploymentListPage> list(DeploymentListParams params, RequestOptions requestOptions)
-
archive
HttpResponseFor<BetaManagedAgentsDeployment> archive(DeploymentArchiveParams params, RequestOptions requestOptions)
-
pause
HttpResponseFor<BetaManagedAgentsDeployment> pause(DeploymentPauseParams params, RequestOptions requestOptions)
-
run
HttpResponseFor<BetaManagedAgentsDeploymentRun> run(DeploymentRunParams params, RequestOptions requestOptions)
-
unpause
HttpResponseFor<BetaManagedAgentsDeployment> unpause(DeploymentUnpauseParams params, RequestOptions requestOptions)
-
-
-
-