Modifier and Type | Field and Description |
---|---|
KinesisAnalyticsInputPreprocessingResponse.Result |
KinesisAnalyticsInputPreprocessingResponse.Record.result |
Modifier and Type | Method and Description |
---|---|
KinesisAnalyticsInputPreprocessingResponse.Result |
KinesisAnalyticsInputPreprocessingResponse.Record.getResult() |
static KinesisAnalyticsInputPreprocessingResponse.Result |
KinesisAnalyticsInputPreprocessingResponse.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KinesisAnalyticsInputPreprocessingResponse.Result[] |
KinesisAnalyticsInputPreprocessingResponse.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KinesisAnalyticsInputPreprocessingResponse.Record.setResult(KinesisAnalyticsInputPreprocessingResponse.Result result) |
Constructor and Description |
---|
Record(String recordId,
KinesisAnalyticsInputPreprocessingResponse.Result result,
ByteBuffer data) |
Copyright © 2018. All rights reserved.