| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceError |
ResourceError.clone() |
ResourceError |
ResourceError.withErrorCode(FleetErrorCode errorCode)
The error code.
|
ResourceError |
ResourceError.withErrorCode(String errorCode)
The error code.
|
ResourceError |
ResourceError.withErrorMessage(String errorMessage)
The error message.
|
ResourceError |
ResourceError.withErrorTimestamp(Date errorTimestamp)
The time the error occurred.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceError> |
ImageBuilder.getImageBuilderErrors()
The image builder errors.
|
List<ResourceError> |
Image.getImageErrors()
Describes the errors that are returned when a new image can't be created.
|
| Modifier and Type | Method and Description |
|---|---|
ImageBuilder |
ImageBuilder.withImageBuilderErrors(ResourceError... imageBuilderErrors)
The image builder errors.
|
Image |
Image.withImageErrors(ResourceError... imageErrors)
Describes the errors that are returned when a new image can't be created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageBuilder.setImageBuilderErrors(Collection<ResourceError> imageBuilderErrors)
The image builder errors.
|
void |
Image.setImageErrors(Collection<ResourceError> imageErrors)
Describes the errors that are returned when a new image can't be created.
|
ImageBuilder |
ImageBuilder.withImageBuilderErrors(Collection<ResourceError> imageBuilderErrors)
The image builder errors.
|
Image |
Image.withImageErrors(Collection<ResourceError> imageErrors)
Describes the errors that are returned when a new image can't be created.
|
Copyright © 2023. All rights reserved.