Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Memory
-
Packages that use Memory Package Description software.amazon.awssdk.services.bedrockagentruntime.model software.amazon.awssdk.services.bedrockagentruntime.paginators -
-
Uses of Memory in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Memory Modifier and Type Method Description static MemoryMemory. fromSessionSummary(Consumer<MemorySessionSummary.Builder> sessionSummary)Create an instance of this class withsessionSummary()initialized to the given value.static MemoryMemory. fromSessionSummary(MemorySessionSummary sessionSummary)Create an instance of this class withsessionSummary()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Memory Modifier and Type Method Description List<Memory>GetAgentMemoryResponse. memoryContents()Contains details of the sessions stored in the memoryMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type Memory Modifier and Type Method Description GetAgentMemoryResponse.BuilderGetAgentMemoryResponse.Builder. memoryContents(Memory... memoryContents)Contains details of the sessions stored in the memoryMethod parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Memory Modifier and Type Method Description GetAgentMemoryResponse.BuilderGetAgentMemoryResponse.Builder. memoryContents(Collection<Memory> memoryContents)Contains details of the sessions stored in the memory -
Uses of Memory in software.amazon.awssdk.services.bedrockagentruntime.paginators
Methods in software.amazon.awssdk.services.bedrockagentruntime.paginators that return types with arguments of type Memory Modifier and Type Method Description SdkIterable<Memory>GetAgentMemoryIterable. memoryContents()Returns an iterable to iterate through the paginatedGetAgentMemoryResponse.memoryContents()member.SdkPublisher<Memory>GetAgentMemoryPublisher. memoryContents()Returns a publisher that can be used to get a stream of data.
-