| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static CopyJobState |
CopyJobState.fromValue(String value)
Use this in place of valueOf.
|
static CopyJobState |
CopyJobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopyJobState[] |
CopyJobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListCopyJobsRequest |
ListCopyJobsRequest.withByState(CopyJobState byState)
Returns only copy jobs that are in the specified state.
|
CopyJob |
CopyJob.withState(CopyJobState state)
The current state of a copy job.
|
Copyright © 2022. All rights reserved.