| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizerConfig |
AuthorizerConfig.clone() |
AuthorizerConfig |
DescribeDomainConfigurationResult.getAuthorizerConfig()
An object that specifies the authorization service for a domain.
|
AuthorizerConfig |
CreateDomainConfigurationRequest.getAuthorizerConfig()
An object that specifies the authorization service for a domain.
|
AuthorizerConfig |
UpdateDomainConfigurationRequest.getAuthorizerConfig()
An object that specifies the authorization service for a domain.
|
AuthorizerConfig |
AuthorizerConfig.withAllowAuthorizerOverride(Boolean allowAuthorizerOverride)
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
|
AuthorizerConfig |
AuthorizerConfig.withDefaultAuthorizerName(String defaultAuthorizerName)
The name of the authorization service for a domain configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDomainConfigurationResult.setAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
void |
CreateDomainConfigurationRequest.setAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
void |
UpdateDomainConfigurationRequest.setAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
DescribeDomainConfigurationResult |
DescribeDomainConfigurationResult.withAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
CreateDomainConfigurationRequest |
CreateDomainConfigurationRequest.withAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
UpdateDomainConfigurationRequest |
UpdateDomainConfigurationRequest.withAuthorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
Copyright © 2023. All rights reserved.