Class MemoryStoreServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.MemoryStoreServiceAsync.WithRawResponse
public final class MemoryStoreServiceAsyncImpl.WithRawResponseImpl implements MemoryStoreServiceAsync.WithRawResponse
-
-
Method Summary
-
Methods inherited from class com.anthropic.services.async.beta.MemoryStoreServiceAsync.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
MemoryStoreServiceAsync.WithRawResponse 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.WithRawResponse memories()
-
memoryVersions
MemoryVersionServiceAsync.WithRawResponse memoryVersions()
-
create
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> create(MemoryStoreCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> retrieve(MemoryStoreRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> update(MemoryStoreUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<MemoryStoreListPageAsync>> list(MemoryStoreListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedMemoryStore>> delete(MemoryStoreDeleteParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> archive(MemoryStoreArchiveParams params, RequestOptions requestOptions)
-
-
-
-