| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
JobFailure |
JobFailure.clone() |
JobFailure |
JobFailure.withFailureCode(String failureCode)
The failure code, if any, for the specified job.
|
JobFailure |
JobFailure.withFailureReason(String failureReason)
The failure reason, if any, for the specified job.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobFailure> |
JobDescriptor.getFailureReasons()
If the specified job failed, this field contains information describing the failure.
|
| Modifier and Type | Method and Description |
|---|---|
JobDescriptor |
JobDescriptor.withFailureReasons(JobFailure... failureReasons)
If the specified job failed, this field contains information describing the failure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobDescriptor.setFailureReasons(Collection<JobFailure> failureReasons)
If the specified job failed, this field contains information describing the failure.
|
JobDescriptor |
JobDescriptor.withFailureReasons(Collection<JobFailure> failureReasons)
If the specified job failed, this field contains information describing the failure.
|
Copyright © 2021. All rights reserved.