Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
Modifier and Type | Method and Description |
---|---|
OptionStatus |
OptionStatus.clone() |
OptionStatus |
SuggesterStatus.getStatus()
The status of domain configuration option.
|
OptionStatus |
ScalingParametersStatus.getStatus()
The status of domain configuration option.
|
OptionStatus |
IndexFieldStatus.getStatus()
The status of domain configuration option.
|
OptionStatus |
ExpressionStatus.getStatus()
The status of domain configuration option.
|
OptionStatus |
AvailabilityOptionsStatus.getStatus()
The status of domain configuration option.
|
OptionStatus |
AnalysisSchemeStatus.getStatus()
The status of domain configuration option.
|
OptionStatus |
AccessPoliciesStatus.getStatus()
The status of domain configuration option.
|
OptionStatus |
OptionStatus.withCreationDate(Date creationDate)
A timestamp for when this option was created.
|
OptionStatus |
OptionStatus.withPendingDeletion(Boolean pendingDeletion)
Indicates that the option will be deleted once processing is complete.
|
OptionStatus |
OptionStatus.withState(OptionState state)
The state of processing a change to an option.
|
OptionStatus |
OptionStatus.withState(String state)
The state of processing a change to an option.
|
OptionStatus |
OptionStatus.withUpdateDate(Date updateDate)
A timestamp for when this option was last updated.
|
OptionStatus |
OptionStatus.withUpdateVersion(Integer updateVersion)
A unique integer that indicates when this option was last updated.
|
Modifier and Type | Method and Description |
---|---|
void |
SuggesterStatus.setStatus(OptionStatus status)
The status of domain configuration option.
|
void |
ScalingParametersStatus.setStatus(OptionStatus status)
The status of domain configuration option.
|
void |
IndexFieldStatus.setStatus(OptionStatus status)
The status of domain configuration option.
|
void |
ExpressionStatus.setStatus(OptionStatus status)
The status of domain configuration option.
|
void |
AvailabilityOptionsStatus.setStatus(OptionStatus status)
The status of domain configuration option.
|
void |
AnalysisSchemeStatus.setStatus(OptionStatus status)
The status of domain configuration option.
|
void |
AccessPoliciesStatus.setStatus(OptionStatus status)
The status of domain configuration option.
|
SuggesterStatus |
SuggesterStatus.withStatus(OptionStatus status)
The status of domain configuration option.
|
ScalingParametersStatus |
ScalingParametersStatus.withStatus(OptionStatus status)
The status of domain configuration option.
|
IndexFieldStatus |
IndexFieldStatus.withStatus(OptionStatus status)
The status of domain configuration option.
|
ExpressionStatus |
ExpressionStatus.withStatus(OptionStatus status)
The status of domain configuration option.
|
AvailabilityOptionsStatus |
AvailabilityOptionsStatus.withStatus(OptionStatus status)
The status of domain configuration option.
|
AnalysisSchemeStatus |
AnalysisSchemeStatus.withStatus(OptionStatus status)
The status of domain configuration option.
|
AccessPoliciesStatus |
AccessPoliciesStatus.withStatus(OptionStatus status)
The status of domain configuration option.
|
Copyright © 2015. All rights reserved.