Package | Description |
---|---|
com.amazonaws.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
DescribeDomainHealthResult |
AbstractAmazonOpenSearch.describeDomainHealth(DescribeDomainHealthRequest request) |
DescribeDomainHealthResult |
AmazonOpenSearchClient.describeDomainHealth(DescribeDomainHealthRequest request)
Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability
Zone, and shard count per node.
|
DescribeDomainHealthResult |
AmazonOpenSearch.describeDomainHealth(DescribeDomainHealthRequest describeDomainHealthRequest)
Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability
Zone, and shard count per node.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeDomainHealthResult> |
AbstractAmazonOpenSearchAsync.describeDomainHealthAsync(DescribeDomainHealthRequest request,
AsyncHandler<DescribeDomainHealthRequest,DescribeDomainHealthResult> asyncHandler) |
Future<DescribeDomainHealthResult> |
AmazonOpenSearchAsyncClient.describeDomainHealthAsync(DescribeDomainHealthRequest request,
AsyncHandler<DescribeDomainHealthRequest,DescribeDomainHealthResult> asyncHandler) |
Future<DescribeDomainHealthResult> |
AmazonOpenSearchAsync.describeDomainHealthAsync(DescribeDomainHealthRequest describeDomainHealthRequest,
AsyncHandler<DescribeDomainHealthRequest,DescribeDomainHealthResult> asyncHandler)
Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability
Zone, and shard count per node.
|
Modifier and Type | Method and Description |
---|---|
DescribeDomainHealthResult |
DescribeDomainHealthResult.clone() |
DescribeDomainHealthResult |
DescribeDomainHealthResult.withActiveAvailabilityZoneCount(String activeAvailabilityZoneCount)
The number of active Availability Zones configured for the domain.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withAvailabilityZoneCount(String availabilityZoneCount)
The number of Availability Zones configured for the domain.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withClusterHealth(DomainHealth clusterHealth)
The current health status of your cluster.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withClusterHealth(String clusterHealth)
The current health status of your cluster.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withDataNodeCount(String dataNodeCount)
The number of data nodes configured for the domain.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withDedicatedMaster(Boolean dedicatedMaster)
A boolean that indicates if dedicated master nodes are activated for the domain.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withDomainState(DomainState domainState)
The current state of the domain.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withDomainState(String domainState)
The current state of the domain.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withEnvironmentInformation(Collection<EnvironmentInfo> environmentInformation)
A list of
EnvironmentInfo for the domain. |
DescribeDomainHealthResult |
DescribeDomainHealthResult.withEnvironmentInformation(EnvironmentInfo... environmentInformation)
A list of
EnvironmentInfo for the domain. |
DescribeDomainHealthResult |
DescribeDomainHealthResult.withMasterEligibleNodeCount(String masterEligibleNodeCount)
The number of nodes that can be elected as a master node.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withMasterNode(MasterNodeStatus masterNode)
Indicates whether the domain has an elected master node.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withMasterNode(String masterNode)
Indicates whether the domain has an elected master node.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withStandByAvailabilityZoneCount(String standByAvailabilityZoneCount)
The number of standby Availability Zones configured for the domain.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withTotalShards(String totalShards)
The total number of primary and replica shards for the domain.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withTotalUnAssignedShards(String totalUnAssignedShards)
The total number of primary and replica shards not allocated to any of the nodes for the cluster.
|
DescribeDomainHealthResult |
DescribeDomainHealthResult.withWarmNodeCount(String warmNodeCount)
The number of warm nodes configured for the domain.
|
Copyright © 2023. All rights reserved.