| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
CopyJobState |
ListCopyJobsRequest.byState()
Returns only copy jobs that are in the specified state.
|
static CopyJobState |
CopyJobState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CopyJobState |
CopyJob.state()
The current state of a copy job.
|
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 |
|---|---|
Map<CopyJobState,Long> |
CopyJob.childJobsInState()
This returns the statistics of the included child (nested) copy jobs.
|
static Set<CopyJobState> |
CopyJobState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListCopyJobsRequest.Builder |
ListCopyJobsRequest.Builder.byState(CopyJobState byState)
Returns only copy jobs that are in the specified state.
|
CopyJob.Builder |
CopyJob.Builder.state(CopyJobState state)
The current state of a copy job.
|
| Modifier and Type | Method and Description |
|---|---|
CopyJob.Builder |
CopyJob.Builder.childJobsInState(Map<CopyJobState,Long> childJobsInState)
This returns the statistics of the included child (nested) copy jobs.
|
Copyright © 2023. All rights reserved.