| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchSuccessfulResultModel> |
BatchStartResponse.successful()
List of successful operations
|
List<BatchSuccessfulResultModel> |
BatchDeleteResponse.successful()
List of successful operations
|
List<BatchSuccessfulResultModel> |
BatchStopResponse.successful()
List of successful operations
|
| Modifier and Type | Method and Description |
|---|---|
BatchStartResponse.Builder |
BatchStartResponse.Builder.successful(BatchSuccessfulResultModel... successful)
List of successful operations
|
BatchDeleteResponse.Builder |
BatchDeleteResponse.Builder.successful(BatchSuccessfulResultModel... successful)
List of successful operations
|
BatchStopResponse.Builder |
BatchStopResponse.Builder.successful(BatchSuccessfulResultModel... successful)
List of successful operations
|
| Modifier and Type | Method and Description |
|---|---|
BatchStartResponse.Builder |
BatchStartResponse.Builder.successful(Collection<BatchSuccessfulResultModel> successful)
List of successful operations
|
BatchDeleteResponse.Builder |
BatchDeleteResponse.Builder.successful(Collection<BatchSuccessfulResultModel> successful)
List of successful operations
|
BatchStopResponse.Builder |
BatchStopResponse.Builder.successful(Collection<BatchSuccessfulResultModel> successful)
List of successful operations
|
Copyright © 2022. All rights reserved.