| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
SeedUrl |
SeedUrl.clone() |
SeedUrl |
SeedUrl.withUrl(String url)
A seed or starting point URL.
|
| Modifier and Type | Method and Description |
|---|---|
List<SeedUrl> |
UrlConfiguration.getSeedUrls()
One or more seed or starting point URLs.
|
| Modifier and Type | Method and Description |
|---|---|
UrlConfiguration |
UrlConfiguration.withSeedUrls(SeedUrl... seedUrls)
One or more seed or starting point URLs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UrlConfiguration.setSeedUrls(Collection<SeedUrl> seedUrls)
One or more seed or starting point URLs.
|
UrlConfiguration |
UrlConfiguration.withSeedUrls(Collection<SeedUrl> seedUrls)
One or more seed or starting point URLs.
|
Copyright © 2025. All rights reserved.