Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.RegistryRecordStatus
Packages that use RegistryRecordStatus
-
Uses of RegistryRecordStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return RegistryRecordStatusModifier and TypeMethodDescriptionstatic RegistryRecordStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RegistryRecordStatusRegistryRecordSummary.status()The current status of the registry record.static RegistryRecordStatusReturns the enum constant of this type with the specified name.static RegistryRecordStatus[]RegistryRecordStatus.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 RegistryRecordStatusModifier and TypeMethodDescriptionstatic Set<RegistryRecordStatus>RegistryRecordStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type RegistryRecordStatusModifier and TypeMethodDescriptionRegistryRecordSummary.Builder.status(RegistryRecordStatus status) The current status of the registry record.