| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityProviderOAuthSetting |
IdentityProviderOAuthSetting.clone() |
IdentityProviderOAuthSetting |
IdentityProviderOAuthSetting.withDataSourceName(DataSourceName dataSourceName)
The name of the data source that you're connecting to.
|
IdentityProviderOAuthSetting |
IdentityProviderOAuthSetting.withDataSourceName(String dataSourceName)
The name of the data source that you're connecting to.
|
IdentityProviderOAuthSetting |
IdentityProviderOAuthSetting.withSecretArn(String secretArn)
The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your identity provider,
such as the client ID and secret, authorization URL, and token URL.
|
IdentityProviderOAuthSetting |
IdentityProviderOAuthSetting.withStatus(FeatureStatus status)
Describes whether OAuth for a data source is enabled or disabled in the Canvas application.
|
IdentityProviderOAuthSetting |
IdentityProviderOAuthSetting.withStatus(String status)
Describes whether OAuth for a data source is enabled or disabled in the Canvas application.
|
| Modifier and Type | Method and Description |
|---|---|
List<IdentityProviderOAuthSetting> |
CanvasAppSettings.getIdentityProviderOAuthSettings()
The settings for connecting to an external data source with OAuth.
|
| Modifier and Type | Method and Description |
|---|---|
CanvasAppSettings |
CanvasAppSettings.withIdentityProviderOAuthSettings(IdentityProviderOAuthSetting... identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CanvasAppSettings.setIdentityProviderOAuthSettings(Collection<IdentityProviderOAuthSetting> identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
|
CanvasAppSettings |
CanvasAppSettings.withIdentityProviderOAuthSettings(Collection<IdentityProviderOAuthSetting> identityProviderOAuthSettings)
The settings for connecting to an external data source with OAuth.
|
Copyright © 2025. All rights reserved.