Package | Description |
---|---|
com.amazonaws.services.codepipeline | |
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
void |
AWSCodePipelineClient.putThirdPartyJobSuccessResult(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest)
Represents the success of a third party job as returned to the pipeline
by a job worker.
|
void |
AbstractAWSCodePipeline.putThirdPartyJobSuccessResult(PutThirdPartyJobSuccessResultRequest request) |
void |
AWSCodePipeline.putThirdPartyJobSuccessResult(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest)
Represents the success of a third party job as returned to the pipeline
by a job worker.
|
Future<Void> |
AbstractAWSCodePipelineAsync.putThirdPartyJobSuccessResultAsync(PutThirdPartyJobSuccessResultRequest request) |
Future<Void> |
AWSCodePipelineAsyncClient.putThirdPartyJobSuccessResultAsync(PutThirdPartyJobSuccessResultRequest request) |
Future<Void> |
AWSCodePipelineAsync.putThirdPartyJobSuccessResultAsync(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest)
Represents the success of a third party job as returned to the pipeline
by a job worker.
|
Future<Void> |
AbstractAWSCodePipelineAsync.putThirdPartyJobSuccessResultAsync(PutThirdPartyJobSuccessResultRequest request,
AsyncHandler<PutThirdPartyJobSuccessResultRequest,Void> asyncHandler) |
Future<Void> |
AWSCodePipelineAsyncClient.putThirdPartyJobSuccessResultAsync(PutThirdPartyJobSuccessResultRequest request,
AsyncHandler<PutThirdPartyJobSuccessResultRequest,Void> asyncHandler) |
Future<Void> |
AWSCodePipelineAsync.putThirdPartyJobSuccessResultAsync(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest,
AsyncHandler<PutThirdPartyJobSuccessResultRequest,Void> asyncHandler)
Represents the success of a third party job as returned to the pipeline
by a job worker.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AbstractAWSCodePipelineAsync.putThirdPartyJobSuccessResultAsync(PutThirdPartyJobSuccessResultRequest request,
AsyncHandler<PutThirdPartyJobSuccessResultRequest,Void> asyncHandler) |
Future<Void> |
AWSCodePipelineAsyncClient.putThirdPartyJobSuccessResultAsync(PutThirdPartyJobSuccessResultRequest request,
AsyncHandler<PutThirdPartyJobSuccessResultRequest,Void> asyncHandler) |
Future<Void> |
AWSCodePipelineAsync.putThirdPartyJobSuccessResultAsync(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest,
AsyncHandler<PutThirdPartyJobSuccessResultRequest,Void> asyncHandler)
Represents the success of a third party job as returned to the pipeline
by a job worker.
|
Modifier and Type | Method and Description |
---|---|
PutThirdPartyJobSuccessResultRequest |
PutThirdPartyJobSuccessResultRequest.clone() |
PutThirdPartyJobSuccessResultRequest |
PutThirdPartyJobSuccessResultRequest.withClientToken(String clientToken)
The clientToken portion of the clientId and clientToken pair used to
verify that the calling entity is allowed access to the job and its
details.
|
PutThirdPartyJobSuccessResultRequest |
PutThirdPartyJobSuccessResultRequest.withContinuationToken(String continuationToken)
A system-generated token, such as a AWS CodeDeploy deployment ID, that a
job uses in order to continue the job asynchronously.
|
PutThirdPartyJobSuccessResultRequest |
PutThirdPartyJobSuccessResultRequest.withCurrentRevision(CurrentRevision currentRevision)
Sets the value of the CurrentRevision property for this object.
|
PutThirdPartyJobSuccessResultRequest |
PutThirdPartyJobSuccessResultRequest.withExecutionDetails(ExecutionDetails executionDetails)
Sets the value of the ExecutionDetails property for this object.
|
PutThirdPartyJobSuccessResultRequest |
PutThirdPartyJobSuccessResultRequest.withJobId(String jobId)
The ID of the job that successfully completed.
|
Copyright © 2015. All rights reserved.