Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.WebLocation
-
Packages that use WebLocation Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of WebLocation in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return WebLocation Modifier and Type Method Description WebLocationCitationLocation. web()The web URL that was cited for this reference.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type WebLocation Modifier and Type Method Description static CitationLocationCitationLocation. fromWeb(WebLocation web)Create an instance of this class withCitationLocation.web()initialized to the given value.CitationLocation.BuilderCitationLocation.Builder. web(WebLocation web)The web URL that was cited for this reference.
-