Class SessionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.SessionServiceAsync.WithRawResponse
public final class SessionServiceAsyncImpl.WithRawResponseImpl implements SessionServiceAsync.WithRawResponse
-
-
Method Summary
-
Methods inherited from class com.anthropic.services.async.beta.SessionServiceAsync.WithRawResponse
archive, archive, archive, archive, archive, create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, 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
SessionServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
events
EventServiceAsync.WithRawResponse events()
-
resources
ResourceServiceAsync.WithRawResponse resources()
-
threads
ThreadServiceAsync.WithRawResponse threads()
-
create
CompletableFuture<HttpResponseFor<BetaManagedAgentsSession>> create(SessionCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsSession>> retrieve(SessionRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsSession>> update(SessionUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<SessionListPageAsync>> list(SessionListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedSession>> delete(SessionDeleteParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsSession>> archive(SessionArchiveParams params, RequestOptions requestOptions)
-
-
-
-