Class SessionServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.SessionServiceAsync
public final class SessionServiceAsyncImpl implements SessionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.anthropic.services.async.beta.SessionServiceAsync
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
-
withRawResponse
SessionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
SessionServiceAsync 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 events()
-
resources
ResourceServiceAsync resources()
-
threads
ThreadServiceAsync threads()
-
create
CompletableFuture<BetaManagedAgentsSession> create(SessionCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaManagedAgentsSession> retrieve(SessionRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<BetaManagedAgentsSession> update(SessionUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<SessionListPageAsync> list(SessionListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<BetaManagedAgentsDeletedSession> delete(SessionDeleteParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<BetaManagedAgentsSession> archive(SessionArchiveParams params, RequestOptions requestOptions)
-
-
-
-