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