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()
The current status of the domain.
|
DomainStatus |
DeleteDomainResult.getDomainStatus()
The status of the domain being deleted.
|
DomainStatus |
CreateDomainResult.getDomainStatus()
The status of the newly created domain.
|
DomainStatus |
DomainStatus.withAccessPolicies(String accessPolicies)
IAM access policy as a JSON-formatted string.
|
DomainStatus |
DomainStatus.withAdvancedOptions(Map<String,String> advancedOptions)
The status of the
AdvancedOptions . |
DomainStatus |
DomainStatus.withAdvancedSecurityOptions(AdvancedSecurityOptions advancedSecurityOptions)
The current status of the domain's advanced security options.
|
DomainStatus |
DomainStatus.withARN(String aRN)
The Amazon Resource Name (ARN) of a domain.
|
DomainStatus |
DomainStatus.withAutoTuneOptions(AutoTuneOptionsOutput autoTuneOptions)
The current status of the domain's Auto-Tune options.
|
DomainStatus |
DomainStatus.withChangeProgressDetails(ChangeProgressDetails changeProgressDetails)
Specifies change details of the domain configuration change.
|
DomainStatus |
DomainStatus.withClusterConfig(ClusterConfig clusterConfig)
The type and number of instances in the domain.
|
DomainStatus |
DomainStatus.withCognitoOptions(CognitoOptions cognitoOptions)
The
CognitoOptions for the specified domain. |
DomainStatus |
DomainStatus.withCreated(Boolean created)
The domain creation status.
|
DomainStatus |
DomainStatus.withDeleted(Boolean deleted)
The domain deletion status.
|
DomainStatus |
DomainStatus.withDomainEndpointOptions(DomainEndpointOptions domainEndpointOptions)
The current status of the domain's endpoint options.
|
DomainStatus |
DomainStatus.withDomainId(String domainId)
The unique identifier for the specified domain.
|
DomainStatus |
DomainStatus.withDomainName(String domainName)
The name of a domain.
|
DomainStatus |
DomainStatus.withEBSOptions(EBSOptions eBSOptions)
The
EBSOptions for the specified domain. |
DomainStatus |
DomainStatus.withEncryptionAtRestOptions(EncryptionAtRestOptions encryptionAtRestOptions)
The status of the
EncryptionAtRestOptions . |
DomainStatus |
DomainStatus.withEndpoint(String endpoint)
The domain endpoint that you use to submit index and search requests.
|
DomainStatus |
DomainStatus.withEndpoints(Map<String,String> endpoints)
Map containing the domain endpoints used to submit index and search requests.
|
DomainStatus |
DomainStatus.withEngineVersion(String engineVersion) |
DomainStatus |
DomainStatus.withLogPublishingOptions(Map<String,LogPublishingOption> logPublishingOptions)
Log publishing options for the given domain.
|
DomainStatus |
DomainStatus.withNodeToNodeEncryptionOptions(NodeToNodeEncryptionOptions nodeToNodeEncryptionOptions)
The status of the
NodeToNodeEncryptionOptions . |
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)
The status of the
SnapshotOptions . |
DomainStatus |
DomainStatus.withUpgradeProcessing(Boolean upgradeProcessing)
The status of a domain version upgrade.
|
DomainStatus |
DomainStatus.withVPCOptions(VPCDerivedInfo vPCOptions)
The
VPCOptions for the specified domain. |
Modifier and Type | Method and Description |
---|---|
List<DomainStatus> |
DescribeDomainsResult.getDomainStatusList()
The status of the domains requested in the
DescribeDomains request. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeDomainResult.setDomainStatus(DomainStatus domainStatus)
The current status of the 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.
|
DescribeDomainResult |
DescribeDomainResult.withDomainStatus(DomainStatus domainStatus)
The current status of the 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 domains requested in the
DescribeDomains request. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeDomainsResult.setDomainStatusList(Collection<DomainStatus> domainStatusList)
The status of the domains requested in the
DescribeDomains request. |
DescribeDomainsResult |
DescribeDomainsResult.withDomainStatusList(Collection<DomainStatus> domainStatusList)
The status of the domains requested in the
DescribeDomains request. |
Copyright © 2022. All rights reserved.