| Package | Description | 
|---|---|
| com.amazonaws.services.iot |  | 
| com.amazonaws.services.iot.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateDomainConfigurationResult> | AWSIotAsync. createDomainConfigurationAsync(CreateDomainConfigurationRequest createDomainConfigurationRequest,
                              AsyncHandler<CreateDomainConfigurationRequest,CreateDomainConfigurationResult> asyncHandler)
 Creates a domain configuration. | 
| Future<CreateDomainConfigurationResult> | AWSIotAsyncClient. createDomainConfigurationAsync(CreateDomainConfigurationRequest request,
                              AsyncHandler<CreateDomainConfigurationRequest,CreateDomainConfigurationResult> asyncHandler) | 
| Future<CreateDomainConfigurationResult> | AbstractAWSIotAsync. createDomainConfigurationAsync(CreateDomainConfigurationRequest request,
                              AsyncHandler<CreateDomainConfigurationRequest,CreateDomainConfigurationResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateDomainConfigurationRequest | CreateDomainConfigurationRequest. clone() | 
| CreateDomainConfigurationRequest | CreateDomainConfigurationRequest. withAuthorizerConfig(AuthorizerConfig authorizerConfig)
 An object that specifies the authorization service for a domain. | 
| CreateDomainConfigurationRequest | CreateDomainConfigurationRequest. withDomainConfigurationName(String domainConfigurationName)
 The name of the domain configuration. | 
| CreateDomainConfigurationRequest | CreateDomainConfigurationRequest. withDomainName(String domainName)
 The name of the domain. | 
| CreateDomainConfigurationRequest | CreateDomainConfigurationRequest. withServerCertificateArns(Collection<String> serverCertificateArns)
 The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake. | 
| CreateDomainConfigurationRequest | CreateDomainConfigurationRequest. withServerCertificateArns(String... serverCertificateArns)
 The ARNs of the certificates that AWS IoT passes to the device during the TLS handshake. | 
| CreateDomainConfigurationRequest | CreateDomainConfigurationRequest. withServiceType(ServiceType serviceType)
 The type of service delivered by the endpoint. | 
| CreateDomainConfigurationRequest | CreateDomainConfigurationRequest. withServiceType(String serviceType)
 The type of service delivered by the endpoint. | 
| CreateDomainConfigurationRequest | CreateDomainConfigurationRequest. withTags(Collection<Tag> tags)
 Metadata which can be used to manage the domain configuration. | 
| CreateDomainConfigurationRequest | CreateDomainConfigurationRequest. withTags(Tag... tags)
 Metadata which can be used to manage the domain configuration. | 
| CreateDomainConfigurationRequest | CreateDomainConfigurationRequest. withValidationCertificateArn(String validationCertificateArn)
 The certificate used to validate the server certificate and prove domain name ownership. | 
Copyright © 2020. All rights reserved.