| Package | Description |
|---|---|
| com.amazon.ask.model.interfaces.connections | |
| com.amazon.ask.model.interfaces.connections.V1 |
| Modifier and Type | Method and Description |
|---|---|
static OnCompletion |
OnCompletion.fromValue(String text) |
static OnCompletion |
OnCompletion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnCompletion[] |
OnCompletion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OnCompletion |
StartConnectionDirective.getOnCompletion()
Get onCompletion
|
| Modifier and Type | Method and Description |
|---|---|
StartConnectionDirective.Builder |
StartConnectionDirective.Builder.withOnCompletion(OnCompletion onCompletion) |
Copyright © 2023. All rights reserved.