| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
ExpressionType |
CreateDestinationRequest.expressionType()
The type of value in
Expression. |
ExpressionType |
Destinations.expressionType()
The type of value in
Expression. |
ExpressionType |
GetDestinationResponse.expressionType()
The type of value in
Expression. |
ExpressionType |
UpdateDestinationRequest.expressionType()
The type of value in
Expression. |
static ExpressionType |
ExpressionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ExpressionType |
ExpressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionType[] |
ExpressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ExpressionType> |
ExpressionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateDestinationRequest.Builder |
CreateDestinationRequest.Builder.expressionType(ExpressionType expressionType)
The type of value in
Expression. |
Destinations.Builder |
Destinations.Builder.expressionType(ExpressionType expressionType)
The type of value in
Expression. |
GetDestinationResponse.Builder |
GetDestinationResponse.Builder.expressionType(ExpressionType expressionType)
The type of value in
Expression. |
UpdateDestinationRequest.Builder |
UpdateDestinationRequest.Builder.expressionType(ExpressionType expressionType)
The type of value in
Expression. |
Copyright © 2023. All rights reserved.