Package | Description |
---|---|
com.amazonaws.services.ecr.model |
Modifier and Type | Method and Description |
---|---|
static ImageFailureCode |
ImageFailureCode.fromValue(String value)
Use this in place of valueOf.
|
static ImageFailureCode |
ImageFailureCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageFailureCode[] |
ImageFailureCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageFailure.setFailureCode(ImageFailureCode failureCode)
The code associated with the failure.
|
ImageFailure |
ImageFailure.withFailureCode(ImageFailureCode failureCode)
The code associated with the failure.
|
Copyright © 2018. All rights reserved.