Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.RegistryRecordSummary
Packages that use RegistryRecordSummary
-
Uses of RegistryRecordSummary in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type RegistryRecordSummaryModifier and TypeMethodDescriptionfinal List<RegistryRecordSummary>SearchRegistryRecordsResponse.registryRecords()The list of registry records that match the search query, ordered by relevance.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type RegistryRecordSummaryModifier and TypeMethodDescriptionSearchRegistryRecordsResponse.Builder.registryRecords(RegistryRecordSummary... registryRecords) The list of registry records that match the search query, ordered by relevance.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type RegistryRecordSummaryModifier and TypeMethodDescriptionSearchRegistryRecordsResponse.Builder.registryRecords(Collection<RegistryRecordSummary> registryRecords) The list of registry records that match the search query, ordered by relevance.