Class DeploymentRunServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.DeploymentRunServiceAsync
public final class DeploymentRunServiceAsyncImpl implements DeploymentRunServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeploymentRunServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description DeploymentRunServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. DeploymentRunServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<BetaManagedAgentsDeploymentRun>retrieve(DeploymentRunRetrieveParams params, RequestOptions requestOptions)CompletableFuture<DeploymentRunListPageAsync>list(DeploymentRunListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
DeploymentRunServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
DeploymentRunServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<BetaManagedAgentsDeploymentRun> retrieve(DeploymentRunRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<DeploymentRunListPageAsync> list(DeploymentRunListParams params, RequestOptions requestOptions)
-
-
-
-