Java com.amazonaws.services.cloudsearchv2.model DomainStatus fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudsearchv2.model DomainStatus fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudsearchv2.model DomainStatus.

The text is from its open source code.

Method

StringgetARN()
BooleangetCreated()

True if the search domain is created.

BooleangetDeleted()

True if the search domain has been deleted.

ServiceEndpointgetDocService()

The service endpoint for updating documents in a search domain.

StringgetDomainId()
StringgetDomainName()
BooleangetProcessing()

True if processing is being done to activate the current domain configuration.

BooleangetRequiresIndexDocuments()

True if IndexDocuments needs to be called to activate the current domain configuration.

IntegergetSearchInstanceCount()

The number of search instances that are available to process search requests.

StringgetSearchInstanceType()

The instance type that is being used to process search requests.

IntegergetSearchPartitionCount()

The number of partitions across which the search index is spread.

ServiceEndpointgetSearchService()

The service endpoint for requesting search results from a search domain.

BooleanisCreated()

True if the search domain is created.

BooleanisDeleted()

True if the search domain has been deleted.