Uses of Class
software.amazon.awssdk.services.bedrockagent.model.MemoryConfiguration
-
Packages that use MemoryConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of MemoryConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return MemoryConfiguration Modifier and Type Method Description MemoryConfigurationAgent. memoryConfiguration()Contains memory configuration for the agent.MemoryConfigurationAgentVersion. memoryConfiguration()Contains details of the memory configuration on the version of the agent.MemoryConfigurationCreateAgentRequest. memoryConfiguration()Contains the details of the memory configured for the agent.MemoryConfigurationUpdateAgentRequest. memoryConfiguration()Specifies the new memory configuration for the agent.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type MemoryConfiguration Modifier and Type Method Description Agent.BuilderAgent.Builder. memoryConfiguration(MemoryConfiguration memoryConfiguration)Contains memory configuration for the agent.AgentVersion.BuilderAgentVersion.Builder. memoryConfiguration(MemoryConfiguration memoryConfiguration)Contains details of the memory configuration on the version of the agent.CreateAgentRequest.BuilderCreateAgentRequest.Builder. memoryConfiguration(MemoryConfiguration memoryConfiguration)Contains the details of the memory configured for the agent.UpdateAgentRequest.BuilderUpdateAgentRequest.Builder. memoryConfiguration(MemoryConfiguration memoryConfiguration)Specifies the new memory configuration for the agent.
-