| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
static JobStatus | 
JobStatus.fromValue(String value)
Use this in place of valueOf. 
 | 
static JobStatus | 
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static JobStatus[] | 
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AcknowledgeThirdPartyJobResult.setStatus(JobStatus status)
 The status information for the third party job, if any. 
 | 
void | 
AcknowledgeJobResult.setStatus(JobStatus status)
 Whether the job worker has received the specified job. 
 | 
AcknowledgeThirdPartyJobResult | 
AcknowledgeThirdPartyJobResult.withStatus(JobStatus status)
 The status information for the third party job, if any. 
 | 
AcknowledgeJobResult | 
AcknowledgeJobResult.withStatus(JobStatus status)
 Whether the job worker has received the specified job. 
 | 
Copyright © 2024. All rights reserved.