Class MemoryStoreServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.MemoryStoreServiceAsync
public final class MemoryStoreServiceAsyncImpl implements MemoryStoreServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMemoryStoreServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.anthropic.services.async.beta.MemoryStoreServiceAsync
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
MemoryStoreServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
MemoryStoreServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
memories
MemoryServiceAsync memories()
-
memoryVersions
MemoryVersionServiceAsync memoryVersions()
-
create
CompletableFuture<BetaManagedAgentsMemoryStore> create(MemoryStoreCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaManagedAgentsMemoryStore> retrieve(MemoryStoreRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<BetaManagedAgentsMemoryStore> update(MemoryStoreUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<MemoryStoreListPageAsync> list(MemoryStoreListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<BetaManagedAgentsDeletedMemoryStore> delete(MemoryStoreDeleteParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<BetaManagedAgentsMemoryStore> archive(MemoryStoreArchiveParams params, RequestOptions requestOptions)
-
-
-
-