Uses of Class
software.amazon.awssdk.services.bedrockagent.model.MemoryConfiguration
Packages that use MemoryConfiguration
-
Uses of MemoryConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return MemoryConfigurationModifier and TypeMethodDescriptionfinal MemoryConfigurationAgent.memoryConfiguration()Contains memory configuration for the agent.final MemoryConfigurationAgentVersion.memoryConfiguration()Contains details of the memory configuration on the version of the agent.final MemoryConfigurationCreateAgentRequest.memoryConfiguration()Contains the details of the memory configured for the agent.final MemoryConfigurationUpdateAgentRequest.memoryConfiguration()Specifies the new memory configuration for the agent.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type MemoryConfigurationModifier and TypeMethodDescriptionAgent.Builder.memoryConfiguration(MemoryConfiguration memoryConfiguration) Contains memory configuration for the agent.AgentVersion.Builder.memoryConfiguration(MemoryConfiguration memoryConfiguration) Contains details of the memory configuration on the version of the agent.CreateAgentRequest.Builder.memoryConfiguration(MemoryConfiguration memoryConfiguration) Contains the details of the memory configured for the agent.UpdateAgentRequest.Builder.memoryConfiguration(MemoryConfiguration memoryConfiguration) Specifies the new memory configuration for the agent.