Class DeploymentServiceImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.blocking.beta.DeploymentService
public final class DeploymentServiceImpl implements DeploymentService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeploymentServiceImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.anthropic.services.blocking.beta.DeploymentService
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
DeploymentService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
DeploymentService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
BetaManagedAgentsDeployment create(DeploymentCreateParams params, RequestOptions requestOptions)
-
retrieve
BetaManagedAgentsDeployment retrieve(DeploymentRetrieveParams params, RequestOptions requestOptions)
-
update
BetaManagedAgentsDeployment update(DeploymentUpdateParams params, RequestOptions requestOptions)
-
list
DeploymentListPage list(DeploymentListParams params, RequestOptions requestOptions)
-
archive
BetaManagedAgentsDeployment archive(DeploymentArchiveParams params, RequestOptions requestOptions)
-
pause
BetaManagedAgentsDeployment pause(DeploymentPauseParams params, RequestOptions requestOptions)
-
run
BetaManagedAgentsDeploymentRun run(DeploymentRunParams params, RequestOptions requestOptions)
-
unpause
BetaManagedAgentsDeployment unpause(DeploymentUnpauseParams params, RequestOptions requestOptions)
-
-
-
-