Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.MemoryRecordStatus
Packages that use MemoryRecordStatus
-
Uses of MemoryRecordStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return MemoryRecordStatusModifier and TypeMethodDescriptionstatic MemoryRecordStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MemoryRecordStatusMemoryRecordOutput.status()The status of the memory record operation (e.g., SUCCEEDED, FAILED).static MemoryRecordStatusReturns the enum constant of this type with the specified name.static MemoryRecordStatus[]MemoryRecordStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type MemoryRecordStatusModifier and TypeMethodDescriptionstatic Set<MemoryRecordStatus>MemoryRecordStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type MemoryRecordStatusModifier and TypeMethodDescriptionMemoryRecordOutput.Builder.status(MemoryRecordStatus status) The status of the memory record operation (e.g., SUCCEEDED, FAILED).