| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagentruntime.model |
| Modifier and Type | Method and Description |
|---|---|
RetrievalResultLocation |
RetrievalResultLocation.clone() |
RetrievalResultLocation |
KnowledgeBaseRetrievalResult.getLocation()
Contains information about the location of the data source.
|
RetrievalResultLocation |
RetrievedReference.getLocation()
Contains information about the location of the data source.
|
RetrievalResultLocation |
RetrievalResultLocation.withConfluenceLocation(RetrievalResultConfluenceLocation confluenceLocation)
The Confluence data source location.
|
RetrievalResultLocation |
RetrievalResultLocation.withS3Location(RetrievalResultS3Location s3Location)
The S3 data source location.
|
RetrievalResultLocation |
RetrievalResultLocation.withSalesforceLocation(RetrievalResultSalesforceLocation salesforceLocation)
The Salesforce data source location.
|
RetrievalResultLocation |
RetrievalResultLocation.withSharePointLocation(RetrievalResultSharePointLocation sharePointLocation)
The SharePoint data source location.
|
RetrievalResultLocation |
RetrievalResultLocation.withType(RetrievalResultLocationType type)
The type of data source location.
|
RetrievalResultLocation |
RetrievalResultLocation.withType(String type)
The type of data source location.
|
RetrievalResultLocation |
RetrievalResultLocation.withWebLocation(RetrievalResultWebLocation webLocation)
The web URL/URLs data source location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KnowledgeBaseRetrievalResult.setLocation(RetrievalResultLocation location)
Contains information about the location of the data source.
|
void |
RetrievedReference.setLocation(RetrievalResultLocation location)
Contains information about the location of the data source.
|
KnowledgeBaseRetrievalResult |
KnowledgeBaseRetrievalResult.withLocation(RetrievalResultLocation location)
Contains information about the location of the data source.
|
RetrievedReference |
RetrievedReference.withLocation(RetrievalResultLocation location)
Contains information about the location of the data source.
|
Copyright © 2025. All rights reserved.