| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
DomainEndpointOptions |
DomainEndpointOptions.clone() |
DomainEndpointOptions |
UpdateDomainConfigRequest.getDomainEndpointOptions()
Options to specify configuration that will be applied to the domain endpoint.
|
DomainEndpointOptions |
CreateDomainRequest.getDomainEndpointOptions()
Options to specify configurations that will be applied to the domain endpoint.
|
DomainEndpointOptions |
DomainStatus.getDomainEndpointOptions()
The current status of the domain's endpoint options.
|
DomainEndpointOptions |
DomainEndpointOptionsStatus.getOptions()
Options to configure the endpoint for the domain.
|
DomainEndpointOptions |
DomainEndpointOptions.withCustomEndpoint(String customEndpoint)
The fully qualified domain for your custom endpoint.
|
DomainEndpointOptions |
DomainEndpointOptions.withCustomEndpointCertificateArn(String customEndpointCertificateArn)
The ACM certificate ARN for your custom endpoint.
|
DomainEndpointOptions |
DomainEndpointOptions.withCustomEndpointEnabled(Boolean customEndpointEnabled)
Whether to enable a custom endpoint for the domain.
|
DomainEndpointOptions |
DomainEndpointOptions.withEnforceHTTPS(Boolean enforceHTTPS)
Whether only HTTPS endpoint should be enabled for the domain.
|
DomainEndpointOptions |
DomainEndpointOptions.withTLSSecurityPolicy(String tLSSecurityPolicy)
Specify the TLS security policy to apply to the HTTPS endpoint of the domain.
|
DomainEndpointOptions |
DomainEndpointOptions.withTLSSecurityPolicy(TLSSecurityPolicy tLSSecurityPolicy)
Specify the TLS security policy to apply to the HTTPS endpoint of the domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDomainConfigRequest.setDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Options to specify configuration that will be applied to the domain endpoint.
|
void |
CreateDomainRequest.setDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Options to specify configurations that will be applied to the domain endpoint.
|
void |
DomainStatus.setDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
The current status of the domain's endpoint options.
|
void |
DomainEndpointOptionsStatus.setOptions(DomainEndpointOptions options)
Options to configure the endpoint for the domain.
|
UpdateDomainConfigRequest |
UpdateDomainConfigRequest.withDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Options to specify configuration that will be applied to the domain endpoint.
|
CreateDomainRequest |
CreateDomainRequest.withDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Options to specify configurations that will be applied to the domain endpoint.
|
DomainStatus |
DomainStatus.withDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
The current status of the domain's endpoint options.
|
DomainEndpointOptionsStatus |
DomainEndpointOptionsStatus.withOptions(DomainEndpointOptions options)
Options to configure the endpoint for the domain.
|
Copyright © 2022. All rights reserved.