Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
DomainStatus |
DomainStatus.addAdvancedOptionsEntry(String key,
String value)
Add a single AdvancedOptions entry
|
DomainStatus |
DomainStatus.addEndpointsEntry(String key,
String value)
Add a single Endpoints entry
|
DomainStatus |
DomainStatus.addLogPublishingOptionsEntry(String key,
LogPublishingOption value)
Add a single LogPublishingOptions entry
|
DomainStatus |
DomainStatus.clearAdvancedOptionsEntries()
Removes all the entries added into AdvancedOptions.
|
DomainStatus |
DomainStatus.clearEndpointsEntries()
Removes all the entries added into Endpoints.
|
DomainStatus |
DomainStatus.clearLogPublishingOptionsEntries()
Removes all the entries added into LogPublishingOptions.
|
DomainStatus |
DomainStatus.clone() |
DomainStatus |
DescribeDomainResult.getDomainStatus()
List that contains the status of each specified OpenSearch Service domain.
|
DomainStatus |
DeleteDomainResult.getDomainStatus()
The status of the domain being deleted.
|
DomainStatus |
CreateDomainResult.getDomainStatus()
The status of the newly created domain.
|
DomainStatus |
DescribeDryRunProgressResult.getDryRunConfig()
Details about the changes you're planning to make on the domain.
|
DomainStatus |
DomainStatus.withAccessPolicies(String accessPolicies)
Identity and Access Management (IAM) policy document specifying the access policies for the domain.
|
DomainStatus |
DomainStatus.withAdvancedOptions(Map<String,String> advancedOptions)
Key-value pairs that specify advanced configuration options.
|
DomainStatus |
DomainStatus.withAdvancedSecurityOptions(AdvancedSecurityOptions advancedSecurityOptions)
Settings for fine-grained access control.
|
DomainStatus |
DomainStatus.withARN(String aRN)
The Amazon Resource Name (ARN) of the domain.
|
DomainStatus |
DomainStatus.withAutoTuneOptions(AutoTuneOptionsOutput autoTuneOptions)
Auto-Tune settings for the domain.
|
DomainStatus |
DomainStatus.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Information about a configuration change happening on the domain.
|
DomainStatus |
DomainStatus.withClusterConfig(ClusterConfig clusterConfig)
Container for the cluster configuration of the domain.
|
DomainStatus |
DomainStatus.withCognitoOptions(CognitoOptions cognitoOptions)
Key-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards.
|
DomainStatus |
DomainStatus.withCreated(Boolean created)
Creation status of an OpenSearch Service domain.
|
DomainStatus |
DomainStatus.withDeleted(Boolean deleted)
Deletion status of an OpenSearch Service domain.
|
DomainStatus |
DomainStatus.withDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.
|
DomainStatus |
DomainStatus.withDomainId(String domainId)
Unique identifier for the domain.
|
DomainStatus |
DomainStatus.withDomainName(String domainName)
Name of the domain.
|
DomainStatus |
DomainStatus.withEBSOptions(EBSOptions eBSOptions)
Container for EBS-based storage settings for the domain.
|
DomainStatus |
DomainStatus.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
Encryption at rest settings for the domain.
|
DomainStatus |
DomainStatus.withEndpoint(String endpoint)
Domain-specific endpoint used to submit index, search, and data upload requests to the domain.
|
DomainStatus |
DomainStatus.withEndpoints(Map<String,String> endpoints)
The key-value pair that exists if the OpenSearch Service domain uses VPC endpoints..
|
DomainStatus |
DomainStatus.withEngineVersion(String engineVersion)
Version of OpenSearch or Elasticsearch that the domain is running, in the format
Elasticsearch_X.Y
or OpenSearch_X.Y . |
DomainStatus |
DomainStatus.withLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the domain.
|
DomainStatus |
DomainStatus.withNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
Whether node-to-node encryption is enabled or disabled.
|
DomainStatus |
DomainStatus.withOffPeakWindowOptions(OffPeakWindowOptions offPeakWindowOptions)
Options that specify a custom 10-hour window during which OpenSearch Service can perform configuration changes on
the domain.
|
DomainStatus |
DomainStatus.withProcessing(Boolean processing)
The status of the domain configuration.
|
DomainStatus |
DomainStatus.withServiceSoftwareOptions(ServiceSoftwareOptions serviceSoftwareOptions)
The current status of the domain's service software.
|
DomainStatus |
DomainStatus.withSnapshotOptions(SnapshotOptions snapshotOptions)
DEPRECATED.
|
DomainStatus |
DomainStatus.withSoftwareUpdateOptions(SoftwareUpdateOptions softwareUpdateOptions)
Service software update options for the domain.
|
DomainStatus |
DomainStatus.withUpgradeProcessing(Boolean upgradeProcessing)
The status of a domain version upgrade to a new version of OpenSearch or Elasticsearch.
|
DomainStatus |
DomainStatus.withVPCOptions(VPCDerivedInfo vPCOptions)
The VPC configuration for the domain.
|
Modifier and Type | Method and Description |
---|---|
List<DomainStatus> |
DescribeDomainsResult.getDomainStatusList()
The status of the requested domains.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDomainResult.setDomainStatus(DomainStatus domainStatus)
List that contains the status of each specified OpenSearch Service domain.
|
void |
DeleteDomainResult.setDomainStatus(DomainStatus domainStatus)
The status of the domain being deleted.
|
void |
CreateDomainResult.setDomainStatus(DomainStatus domainStatus)
The status of the newly created domain.
|
void |
DescribeDryRunProgressResult.setDryRunConfig(DomainStatus dryRunConfig)
Details about the changes you're planning to make on the domain.
|
DescribeDomainResult |
DescribeDomainResult.withDomainStatus(DomainStatus domainStatus)
List that contains the status of each specified OpenSearch Service domain.
|
DeleteDomainResult |
DeleteDomainResult.withDomainStatus(DomainStatus domainStatus)
The status of the domain being deleted.
|
CreateDomainResult |
CreateDomainResult.withDomainStatus(DomainStatus domainStatus)
The status of the newly created domain.
|
DescribeDomainsResult |
DescribeDomainsResult.withDomainStatusList(DomainStatus... domainStatusList)
The status of the requested domains.
|
DescribeDryRunProgressResult |
DescribeDryRunProgressResult.withDryRunConfig(DomainStatus dryRunConfig)
Details about the changes you're planning to make on the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDomainsResult.setDomainStatusList(Collection<DomainStatus> domainStatusList)
The status of the requested domains.
|
DescribeDomainsResult |
DescribeDomainsResult.withDomainStatusList(Collection<DomainStatus> domainStatusList)
The status of the requested domains.
|
Copyright © 2023. All rights reserved.