Class AgentServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.AgentServiceAsync
public final class AgentServiceAsyncImpl implements AgentServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAgentServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AgentServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AgentServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. VersionServiceAsyncversions()CompletableFuture<BetaManagedAgentsAgent>create(AgentCreateParams params, RequestOptions requestOptions)CompletableFuture<BetaManagedAgentsAgent>retrieve(AgentRetrieveParams params, RequestOptions requestOptions)CompletableFuture<BetaManagedAgentsAgent>update(AgentUpdateParams params, RequestOptions requestOptions)CompletableFuture<AgentListPageAsync>list(AgentListParams params, RequestOptions requestOptions)CompletableFuture<BetaManagedAgentsAgent>archive(AgentArchiveParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.async.beta.AgentServiceAsync
archive, archive, archive, archive, archive, create, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
AgentServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AgentServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
versions
VersionServiceAsync versions()
-
create
CompletableFuture<BetaManagedAgentsAgent> create(AgentCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaManagedAgentsAgent> retrieve(AgentRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<BetaManagedAgentsAgent> update(AgentUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<AgentListPageAsync> list(AgentListParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<BetaManagedAgentsAgent> archive(AgentArchiveParams params, RequestOptions requestOptions)
-
-
-
-