Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.SearchRegistryRecordsResponse.Builder
Packages that use SearchRegistryRecordsResponse.Builder
-
Uses of SearchRegistryRecordsResponse.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SearchRegistryRecordsResponse.BuilderModifier and TypeMethodDescriptionSearchRegistryRecordsResponse.builder()SearchRegistryRecordsResponse.Builder.registryRecords(Collection<RegistryRecordSummary> registryRecords) The list of registry records that match the search query, ordered by relevance.SearchRegistryRecordsResponse.Builder.registryRecords(Consumer<RegistryRecordSummary.Builder>... registryRecords) The list of registry records that match the search query, ordered by relevance.SearchRegistryRecordsResponse.Builder.registryRecords(RegistryRecordSummary... registryRecords) The list of registry records that match the search query, ordered by relevance.SearchRegistryRecordsResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type SearchRegistryRecordsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SearchRegistryRecordsResponse.Builder>SearchRegistryRecordsResponse.serializableBuilderClass()