| Package | Description |
|---|---|
| com.amazonaws.services.cloudsearchv2.model |
| Modifier and Type | Method and Description |
|---|---|
DomainEndpointOptions |
DomainEndpointOptions.clone() |
DomainEndpointOptions |
UpdateDomainEndpointOptionsRequest.getDomainEndpointOptions()
Whether to require that all requests to the domain arrive over HTTPS.
|
DomainEndpointOptions |
DomainEndpointOptionsStatus.getOptions()
The domain endpoint options configured for the domain.
|
DomainEndpointOptions |
DomainEndpointOptions.withEnforceHTTPS(Boolean enforceHTTPS)
Whether the domain is HTTPS only enabled.
|
DomainEndpointOptions |
DomainEndpointOptions.withTLSSecurityPolicy(String tLSSecurityPolicy)
The minimum required TLS version
|
DomainEndpointOptions |
DomainEndpointOptions.withTLSSecurityPolicy(TLSSecurityPolicy tLSSecurityPolicy)
The minimum required TLS version
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDomainEndpointOptionsRequest.setDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Whether to require that all requests to the domain arrive over HTTPS.
|
void |
DomainEndpointOptionsStatus.setOptions(DomainEndpointOptions options)
The domain endpoint options configured for the domain.
|
UpdateDomainEndpointOptionsRequest |
UpdateDomainEndpointOptionsRequest.withDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Whether to require that all requests to the domain arrive over HTTPS.
|
DomainEndpointOptionsStatus |
DomainEndpointOptionsStatus.withOptions(DomainEndpointOptions options)
The domain endpoint options configured for the domain.
|
Copyright © 2022. All rights reserved.