| Package | Description |
|---|---|
| com.amazonaws.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
ExternalUrlConfig |
ExternalUrlConfig.clone() |
ExternalUrlConfig |
ApplicationSourceConfig.getExternalUrlConfig()
The external URL source for the application.
|
ExternalUrlConfig |
ExternalUrlConfig.withAccessUrl(String accessUrl)
The URL to access the application.
|
ExternalUrlConfig |
ExternalUrlConfig.withApprovedOrigins(Collection<String> approvedOrigins)
Additional URLs to allow list if different than the access URL.
|
ExternalUrlConfig |
ExternalUrlConfig.withApprovedOrigins(String... approvedOrigins)
Additional URLs to allow list if different than the access URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationSourceConfig.setExternalUrlConfig(ExternalUrlConfig externalUrlConfig)
The external URL source for the application.
|
ApplicationSourceConfig |
ApplicationSourceConfig.withExternalUrlConfig(ExternalUrlConfig externalUrlConfig)
The external URL source for the application.
|
Copyright © 2024. All rights reserved.