| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
static OnPartialBatchItemFailureStreams |
OnPartialBatchItemFailureStreams.fromValue(String value)
Use this in place of valueOf.
|
static OnPartialBatchItemFailureStreams |
OnPartialBatchItemFailureStreams.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnPartialBatchItemFailureStreams[] |
OnPartialBatchItemFailureStreams.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePipeSourceKinesisStreamParameters |
UpdatePipeSourceKinesisStreamParameters.withOnPartialBatchItemFailure(OnPartialBatchItemFailureStreams onPartialBatchItemFailure)
(Streams only) Define how to handle item process failures.
|
UpdatePipeSourceDynamoDBStreamParameters |
UpdatePipeSourceDynamoDBStreamParameters.withOnPartialBatchItemFailure(OnPartialBatchItemFailureStreams onPartialBatchItemFailure)
(Streams only) Define how to handle item process failures.
|
PipeSourceKinesisStreamParameters |
PipeSourceKinesisStreamParameters.withOnPartialBatchItemFailure(OnPartialBatchItemFailureStreams onPartialBatchItemFailure)
(Streams only) Define how to handle item process failures.
|
PipeSourceDynamoDBStreamParameters |
PipeSourceDynamoDBStreamParameters.withOnPartialBatchItemFailure(OnPartialBatchItemFailureStreams onPartialBatchItemFailure)
(Streams only) Define how to handle item process failures.
|
Copyright © 2023. All rights reserved.