| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
BatchSuccessfulResultModel |
BatchSuccessfulResultModel.clone() |
BatchSuccessfulResultModel |
BatchSuccessfulResultModel.withArn(String arn)
ARN of the resource
|
BatchSuccessfulResultModel |
BatchSuccessfulResultModel.withId(String id)
ID of the resource
|
BatchSuccessfulResultModel |
BatchSuccessfulResultModel.withState(String state)
Current state of the resource
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchSuccessfulResultModel> |
BatchStopResult.getSuccessful()
List of successful operations
|
List<BatchSuccessfulResultModel> |
BatchStartResult.getSuccessful()
List of successful operations
|
List<BatchSuccessfulResultModel> |
BatchDeleteResult.getSuccessful()
List of successful operations
|
| Modifier and Type | Method and Description |
|---|---|
BatchStopResult |
BatchStopResult.withSuccessful(BatchSuccessfulResultModel... successful)
List of successful operations
|
BatchStartResult |
BatchStartResult.withSuccessful(BatchSuccessfulResultModel... successful)
List of successful operations
|
BatchDeleteResult |
BatchDeleteResult.withSuccessful(BatchSuccessfulResultModel... successful)
List of successful operations
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchStopResult.setSuccessful(Collection<BatchSuccessfulResultModel> successful)
List of successful operations
|
void |
BatchStartResult.setSuccessful(Collection<BatchSuccessfulResultModel> successful)
List of successful operations
|
void |
BatchDeleteResult.setSuccessful(Collection<BatchSuccessfulResultModel> successful)
List of successful operations
|
BatchStopResult |
BatchStopResult.withSuccessful(Collection<BatchSuccessfulResultModel> successful)
List of successful operations
|
BatchStartResult |
BatchStartResult.withSuccessful(Collection<BatchSuccessfulResultModel> successful)
List of successful operations
|
BatchDeleteResult |
BatchDeleteResult.withSuccessful(Collection<BatchSuccessfulResultModel> successful)
List of successful operations
|
Copyright © 2022. All rights reserved.