Class MemoryServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.memorystores.MemoryServiceAsync
public final class MemoryServiceAsyncImpl implements MemoryServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMemoryServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description MemoryServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. MemoryServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<BetaManagedAgentsMemory>create(MemoryCreateParams params, RequestOptions requestOptions)CompletableFuture<BetaManagedAgentsMemory>retrieve(MemoryRetrieveParams params, RequestOptions requestOptions)CompletableFuture<BetaManagedAgentsMemory>update(MemoryUpdateParams params, RequestOptions requestOptions)CompletableFuture<MemoryListPageAsync>list(MemoryListParams params, RequestOptions requestOptions)CompletableFuture<BetaManagedAgentsDeletedMemory>delete(MemoryDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.async.beta.memorystores.MemoryServiceAsync
create, create, create, delete, delete, delete, list, list, list, list, list, 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
-
withRawResponse
MemoryServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
MemoryServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<BetaManagedAgentsMemory> create(MemoryCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BetaManagedAgentsMemory> retrieve(MemoryRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<BetaManagedAgentsMemory> update(MemoryUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<MemoryListPageAsync> list(MemoryListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<BetaManagedAgentsDeletedMemory> delete(MemoryDeleteParams params, RequestOptions requestOptions)
-
-
-
-