Interface MemoryStoreService
-
- All Implemented Interfaces:
public interface MemoryStoreService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceMemoryStoreService.WithRawResponseA view of MemoryStoreService that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract MemoryStoreService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract MemoryStoreService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
memories
abstract MemoryService memories()
-
memoryVersions
abstract MemoryVersionService memoryVersions()
-
create
BetaManagedAgentsMemoryStore create(MemoryStoreCreateParams params)
Create a memory store
-
create
abstract BetaManagedAgentsMemoryStore create(MemoryStoreCreateParams params, RequestOptions requestOptions)
-
retrieve
BetaManagedAgentsMemoryStore retrieve(String memoryStoreId)
Retrieve a memory store
-
retrieve
BetaManagedAgentsMemoryStore retrieve(String memoryStoreId, MemoryStoreRetrieveParams params, RequestOptions requestOptions)
-
retrieve
BetaManagedAgentsMemoryStore retrieve(String memoryStoreId, MemoryStoreRetrieveParams params)
-
retrieve
abstract BetaManagedAgentsMemoryStore retrieve(MemoryStoreRetrieveParams params, RequestOptions requestOptions)
-
retrieve
BetaManagedAgentsMemoryStore retrieve(MemoryStoreRetrieveParams params)
-
retrieve
BetaManagedAgentsMemoryStore retrieve(String memoryStoreId, RequestOptions requestOptions)
-
update
BetaManagedAgentsMemoryStore update(String memoryStoreId)
Update a memory store
-
update
BetaManagedAgentsMemoryStore update(String memoryStoreId, MemoryStoreUpdateParams params, RequestOptions requestOptions)
-
update
BetaManagedAgentsMemoryStore update(String memoryStoreId, MemoryStoreUpdateParams params)
-
update
abstract BetaManagedAgentsMemoryStore update(MemoryStoreUpdateParams params, RequestOptions requestOptions)
-
update
BetaManagedAgentsMemoryStore update(MemoryStoreUpdateParams params)
-
update
BetaManagedAgentsMemoryStore update(String memoryStoreId, RequestOptions requestOptions)
-
list
MemoryStoreListPage list()
List memory stores
-
list
abstract MemoryStoreListPage list(MemoryStoreListParams params, RequestOptions requestOptions)
-
list
MemoryStoreListPage list(MemoryStoreListParams params)
-
list
MemoryStoreListPage list(RequestOptions requestOptions)
-
delete
BetaManagedAgentsDeletedMemoryStore delete(String memoryStoreId)
Delete a memory store
-
delete
BetaManagedAgentsDeletedMemoryStore delete(String memoryStoreId, MemoryStoreDeleteParams params, RequestOptions requestOptions)
-
delete
BetaManagedAgentsDeletedMemoryStore delete(String memoryStoreId, MemoryStoreDeleteParams params)
-
delete
abstract BetaManagedAgentsDeletedMemoryStore delete(MemoryStoreDeleteParams params, RequestOptions requestOptions)
-
delete
BetaManagedAgentsDeletedMemoryStore delete(MemoryStoreDeleteParams params)
-
delete
BetaManagedAgentsDeletedMemoryStore delete(String memoryStoreId, RequestOptions requestOptions)
-
archive
BetaManagedAgentsMemoryStore archive(String memoryStoreId)
Archive a memory store
-
archive
BetaManagedAgentsMemoryStore archive(String memoryStoreId, MemoryStoreArchiveParams params, RequestOptions requestOptions)
-
archive
BetaManagedAgentsMemoryStore archive(String memoryStoreId, MemoryStoreArchiveParams params)
-
archive
abstract BetaManagedAgentsMemoryStore archive(MemoryStoreArchiveParams params, RequestOptions requestOptions)
-
archive
BetaManagedAgentsMemoryStore archive(MemoryStoreArchiveParams params)
-
archive
BetaManagedAgentsMemoryStore archive(String memoryStoreId, RequestOptions requestOptions)
-
-
-
-