| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SslProperties |
SslProperties.clone() |
SslProperties |
CreateDataSourceRequest.getSslProperties()
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
SslProperties |
UpdateDataSourceRequest.getSslProperties()
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
SslProperties |
DataSource.getSslProperties()
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
SslProperties |
SslProperties.withDisableSsl(Boolean disableSsl)
A Boolean option to control whether SSL should be disabled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDataSourceRequest.setSslProperties(SslProperties sslProperties)
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
void |
UpdateDataSourceRequest.setSslProperties(SslProperties sslProperties)
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
void |
DataSource.setSslProperties(SslProperties sslProperties)
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
CreateDataSourceRequest |
CreateDataSourceRequest.withSslProperties(SslProperties sslProperties)
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
UpdateDataSourceRequest |
UpdateDataSourceRequest.withSslProperties(SslProperties sslProperties)
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
DataSource |
DataSource.withSslProperties(SslProperties sslProperties)
Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
|
Copyright © 2022. All rights reserved.