static ListStreamProcessorsResponse.Builder |
ListStreamProcessorsResponse.builder() |
|
ListStreamProcessorsResponse.Builder |
ListStreamProcessorsResponse.Builder.nextToken(String nextToken) |
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
request to retrieve the next set of stream processors.
|
ListStreamProcessorsResponse.Builder |
ListStreamProcessorsResponse.Builder.streamProcessors(Collection<StreamProcessor> streamProcessors) |
List of stream processors that you have created.
|
ListStreamProcessorsResponse.Builder |
ListStreamProcessorsResponse.Builder.streamProcessors(Consumer<StreamProcessor.Builder>... streamProcessors) |
List of stream processors that you have created.
|
ListStreamProcessorsResponse.Builder |
ListStreamProcessorsResponse.Builder.streamProcessors(StreamProcessor... streamProcessors) |
List of stream processors that you have created.
|
ListStreamProcessorsResponse.Builder |
ListStreamProcessorsResponse.toBuilder() |
|