Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
DomainStatus |
DeleteDomainResult.getDomainStatus()
Deprecated.
The current status of the search domain.
|
DomainStatus |
CreateDomainResult.getDomainStatus()
Deprecated.
The current status of the search domain.
|
DomainStatus |
DomainStatus.withCreated(Boolean created)
Deprecated.
True if the search domain is created.
|
DomainStatus |
DomainStatus.withDeleted(Boolean deleted)
Deprecated.
True if the search domain has been deleted.
|
DomainStatus |
DomainStatus.withDocService(ServiceEndpoint docService)
Deprecated.
The service endpoint for updating documents in a search domain.
|
DomainStatus |
DomainStatus.withDomainId(String domainId)
Deprecated.
An internally generated unique identifier for a domain.
|
DomainStatus |
DomainStatus.withDomainName(String domainName)
Deprecated.
A string that represents the name of a domain.
|
DomainStatus |
DomainStatus.withNumSearchableDocs(Long numSearchableDocs)
Deprecated.
The number of documents that have been submitted to the domain and
indexed.
|
DomainStatus |
DomainStatus.withProcessing(Boolean processing)
Deprecated.
True if processing is being done to activate the current domain
configuration.
|
DomainStatus |
DomainStatus.withRequiresIndexDocuments(Boolean requiresIndexDocuments)
Deprecated.
True if IndexDocuments needs to be called to activate the
current domain configuration.
|
DomainStatus |
DomainStatus.withSearchInstanceCount(Integer searchInstanceCount)
Deprecated.
The number of search instances that are available to process search
requests.
|
DomainStatus |
DomainStatus.withSearchInstanceType(String searchInstanceType)
Deprecated.
The instance type (such as search.m1.small) that is being used to
process search requests.
|
DomainStatus |
DomainStatus.withSearchPartitionCount(Integer searchPartitionCount)
Deprecated.
The number of partitions across which the search index is spread.
|
DomainStatus |
DomainStatus.withSearchService(ServiceEndpoint searchService)
Deprecated.
The service endpoint for requesting search results from a search
domain.
|
Modifier and Type | Method and Description |
---|---|
List<DomainStatus> |
DescribeDomainsResult.getDomainStatusList()
Deprecated.
The current status of all of your search domains.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteDomainResult.setDomainStatus(DomainStatus domainStatus)
Deprecated.
The current status of the search domain.
|
void |
CreateDomainResult.setDomainStatus(DomainStatus domainStatus)
Deprecated.
The current status of the search domain.
|
DeleteDomainResult |
DeleteDomainResult.withDomainStatus(DomainStatus domainStatus)
Deprecated.
The current status of the search domain.
|
CreateDomainResult |
CreateDomainResult.withDomainStatus(DomainStatus domainStatus)
Deprecated.
The current status of the search domain.
|
DescribeDomainsResult |
DescribeDomainsResult.withDomainStatusList(DomainStatus... domainStatusList)
Deprecated.
The current status of all of your search domains.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDomainsResult.setDomainStatusList(Collection<DomainStatus> domainStatusList)
Deprecated.
The current status of all of your search domains.
|
DescribeDomainsResult |
DescribeDomainsResult.withDomainStatusList(Collection<DomainStatus> domainStatusList)
Deprecated.
The current status of all of your search domains.
|
Copyright © 2014. All rights reserved.