| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static CopyJobStatus |
CopyJobStatus.fromValue(String value)
Use this in place of valueOf.
|
static CopyJobStatus |
CopyJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopyJobStatus[] |
CopyJobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListCopyJobSummariesRequest |
ListCopyJobSummariesRequest.withState(CopyJobStatus state)
This parameter returns the job count for jobs with the specified state.
|
CopyJobSummary |
CopyJobSummary.withState(CopyJobStatus state)
This value is job count for jobs with the specified state.
|
Copyright © 2023. All rights reserved.