Class AgentServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.AgentServiceAsync.WithRawResponse
public final class AgentServiceAsyncImpl.WithRawResponseImpl implements AgentServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AgentServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. VersionServiceAsync.WithRawResponseversions()CompletableFuture<HttpResponseFor<BetaManagedAgentsAgent>>create(AgentCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BetaManagedAgentsAgent>>retrieve(AgentRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BetaManagedAgentsAgent>>update(AgentUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AgentListPageAsync>>list(AgentListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BetaManagedAgentsAgent>>archive(AgentArchiveParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.async.beta.AgentServiceAsync.WithRawResponse
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
-
withOptions
AgentServiceAsync.WithRawResponse 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.WithRawResponse versions()
-
create
CompletableFuture<HttpResponseFor<BetaManagedAgentsAgent>> create(AgentCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsAgent>> retrieve(AgentRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsAgent>> update(AgentUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<AgentListPageAsync>> list(AgentListParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsAgent>> archive(AgentArchiveParams params, RequestOptions requestOptions)
-
-
-
-