| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
TlsConfig |
TlsConfig.clone() |
TlsConfig |
CreateDomainConfigurationRequest.getTlsConfig()
An object that specifies the TLS configuration for a domain.
|
TlsConfig |
UpdateDomainConfigurationRequest.getTlsConfig()
An object that specifies the TLS configuration for a domain.
|
TlsConfig |
DescribeDomainConfigurationResult.getTlsConfig()
An object that specifies the TLS configuration for a domain.
|
TlsConfig |
TlsConfig.withSecurityPolicy(String securityPolicy)
The security policy for a domain configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDomainConfigurationRequest.setTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
|
void |
UpdateDomainConfigurationRequest.setTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
|
void |
DescribeDomainConfigurationResult.setTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
|
CreateDomainConfigurationRequest |
CreateDomainConfigurationRequest.withTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
|
UpdateDomainConfigurationRequest |
UpdateDomainConfigurationRequest.withTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
|
DescribeDomainConfigurationResult |
DescribeDomainConfigurationResult.withTlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
|
Copyright © 2025. All rights reserved.