Class MemoryVersionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.anthropic.services.async.beta.memorystores.MemoryVersionServiceAsync.WithRawResponse
public final class MemoryVersionServiceAsyncImpl.WithRawResponseImpl implements MemoryVersionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description MemoryVersionServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryVersion>>retrieve(MemoryVersionRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<MemoryVersionListPageAsync>>list(MemoryVersionListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryVersion>>redact(MemoryVersionRedactParams params, RequestOptions requestOptions)-
Methods inherited from class com.anthropic.services.async.beta.memorystores.MemoryVersionServiceAsync.WithRawResponse
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
-
withOptions
MemoryVersionServiceAsync.WithRawResponse 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<HttpResponseFor<BetaManagedAgentsMemoryVersion>> retrieve(MemoryVersionRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<MemoryVersionListPageAsync>> list(MemoryVersionListParams params, RequestOptions requestOptions)
-
redact
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryVersion>> redact(MemoryVersionRedactParams params, RequestOptions requestOptions)
-
-
-
-