Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
Modifier and Type | Method and Description |
---|---|
ServiceEndpoint |
DomainStatus.getDocService()
The service endpoint for updating documents in a search domain.
|
ServiceEndpoint |
DomainStatus.getSearchService()
The service endpoint for requesting search results from a search
domain.
|
ServiceEndpoint |
ServiceEndpoint.withEndpoint(String endpoint)
The endpoint to which service requests can be submitted.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainStatus.setDocService(ServiceEndpoint docService)
The service endpoint for updating documents in a search domain.
|
void |
DomainStatus.setSearchService(ServiceEndpoint searchService)
The service endpoint for requesting search results from a search
domain.
|
DomainStatus |
DomainStatus.withDocService(ServiceEndpoint docService)
The service endpoint for updating documents in a search domain.
|
DomainStatus |
DomainStatus.withSearchService(ServiceEndpoint searchService)
The service endpoint for requesting search results from a search
domain.
|
Copyright © 2014. All rights reserved.