Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Memory
Packages that use Memory
Package
Description
-
Uses of Memory in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return MemoryModifier and TypeMethodDescriptionstatic 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 MemoryModifier and TypeMethodDescriptionGetAgentMemoryResponse.memoryContents()Contains details of the sessions stored in the memoryMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type MemoryModifier and TypeMethodDescriptionGetAgentMemoryResponse.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 MemoryModifier and TypeMethodDescriptionGetAgentMemoryResponse.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 MemoryModifier and TypeMethodDescriptionfinal SdkIterable<Memory>GetAgentMemoryIterable.memoryContents()Returns an iterable to iterate through the paginatedGetAgentMemoryResponse.memoryContents()member.final SdkPublisher<Memory>GetAgentMemoryPublisher.memoryContents()Returns a publisher that can be used to get a stream of data.