| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch.model |
| Modifier and Type | Method and Description |
|---|---|
ExpressionStatus |
DeleteExpressionResponse.expression()
The status of the expression being deleted.
|
ExpressionStatus |
DefineExpressionResponse.expression()
Returns the value of the Expression property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExpressionStatus> |
DescribeExpressionsResponse.expressions()
The expressions configured for the domain.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteExpressionResponse.Builder |
DeleteExpressionResponse.Builder.expression(ExpressionStatus expression)
The status of the expression being deleted.
|
DefineExpressionResponse.Builder |
DefineExpressionResponse.Builder.expression(ExpressionStatus expression)
Sets the value of the Expression property for this object.
|
DescribeExpressionsResponse.Builder |
DescribeExpressionsResponse.Builder.expressions(ExpressionStatus... expressions)
The expressions configured for the domain.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeExpressionsResponse.Builder |
DescribeExpressionsResponse.Builder.expressions(Collection<ExpressionStatus> expressions)
The expressions configured for the domain.
|
Copyright © 2023. All rights reserved.