| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
StackError |
StackError.clone() |
StackError |
StackError.withErrorCode(StackErrorCode errorCode)
The error code.
|
StackError |
StackError.withErrorCode(String errorCode)
The error code.
|
StackError |
StackError.withErrorMessage(String errorMessage)
The error message.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackError> |
Stack.getStackErrors()
The errors for the stack.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
Stack.withStackErrors(StackError... stackErrors)
The errors for the stack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.setStackErrors(Collection<StackError> stackErrors)
The errors for the stack.
|
Stack |
Stack.withStackErrors(Collection<StackError> stackErrors)
The errors for the stack.
|
Copyright © 2018. All rights reserved.