Package | Description |
---|---|
com.amazonaws.services.glacier.model |
Modifier and Type | Method and Description |
---|---|
static ActionCode |
ActionCode.fromValue(String value)
Use this in place of valueOf.
|
static ActionCode |
ActionCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionCode[] |
ActionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeJobResult.setAction(ActionCode action)
The job type.
|
void |
GlacierJobDescription.setAction(ActionCode action)
The job type.
|
DescribeJobResult |
DescribeJobResult.withAction(ActionCode action)
The job type.
|
GlacierJobDescription |
GlacierJobDescription.withAction(ActionCode action)
The job type.
|
Copyright © 2018. All rights reserved.