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