| Package | Description |
|---|---|
| com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpoint |
DomainStatus.getDocService()
Deprecated.
The service endpoint for updating documents in a search domain.
|
ServiceEndpoint |
DomainStatus.getSearchService()
Deprecated.
The service endpoint for requesting search results from a search
domain.
|
ServiceEndpoint |
ServiceEndpoint.withArn(String arn)
Deprecated.
An Amazon Resource Name (ARN).
|
ServiceEndpoint |
ServiceEndpoint.withEndpoint(String endpoint)
Deprecated.
The URL (including /version/pathPrefix) to which service requests can
be submitted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainStatus.setDocService(ServiceEndpoint docService)
Deprecated.
The service endpoint for updating documents in a search domain.
|
void |
DomainStatus.setSearchService(ServiceEndpoint searchService)
Deprecated.
The service endpoint for requesting search results from a search
domain.
|
DomainStatus |
DomainStatus.withDocService(ServiceEndpoint docService)
Deprecated.
The service endpoint for updating documents in a search domain.
|
DomainStatus |
DomainStatus.withSearchService(ServiceEndpoint searchService)
Deprecated.
The service endpoint for requesting search results from a search
domain.
|
Copyright © 2015. All rights reserved.