Class MemoryVersionServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.memorystores.MemoryVersionServiceAsync
public final class MemoryVersionServiceAsyncImpl implements MemoryVersionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMemoryVersionServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description MemoryVersionServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. MemoryVersionServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<BetaManagedAgentsMemoryVersion>retrieve(MemoryVersionRetrieveParams params, RequestOptions requestOptions)CompletableFuture<MemoryVersionListPageAsync>list(MemoryVersionListParams params, RequestOptions requestOptions)CompletableFuture<BetaManagedAgentsMemoryVersion>redact(MemoryVersionRedactParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.async.beta.memorystores.MemoryVersionServiceAsync
list, list, list, list, list, redact, redact, redact, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
MemoryVersionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
MemoryVersionServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<BetaManagedAgentsMemoryVersion> retrieve(MemoryVersionRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<MemoryVersionListPageAsync> list(MemoryVersionListParams params, RequestOptions requestOptions)
-
redact
CompletableFuture<BetaManagedAgentsMemoryVersion> redact(MemoryVersionRedactParams params, RequestOptions requestOptions)
-
-
-
-