| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline |
|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateActionTypeResult |
AWSCodePipeline.updateActionType(UpdateActionTypeRequest updateActionTypeRequest)
Updates an action type that was created with any supported integration model, where the action type is to be used
by customers of the action type provider.
|
UpdateActionTypeResult |
AWSCodePipelineClient.updateActionType(UpdateActionTypeRequest request)
Updates an action type that was created with any supported integration model, where the action type is to be used
by customers of the action type provider.
|
UpdateActionTypeResult |
AbstractAWSCodePipeline.updateActionType(UpdateActionTypeRequest request) |
Future<UpdateActionTypeResult> |
AWSCodePipelineAsyncClient.updateActionTypeAsync(UpdateActionTypeRequest request) |
Future<UpdateActionTypeResult> |
AbstractAWSCodePipelineAsync.updateActionTypeAsync(UpdateActionTypeRequest request) |
Future<UpdateActionTypeResult> |
AWSCodePipelineAsync.updateActionTypeAsync(UpdateActionTypeRequest updateActionTypeRequest)
Updates an action type that was created with any supported integration model, where the action type is to be used
by customers of the action type provider.
|
Future<UpdateActionTypeResult> |
AWSCodePipelineAsyncClient.updateActionTypeAsync(UpdateActionTypeRequest request,
AsyncHandler<UpdateActionTypeRequest,UpdateActionTypeResult> asyncHandler) |
Future<UpdateActionTypeResult> |
AbstractAWSCodePipelineAsync.updateActionTypeAsync(UpdateActionTypeRequest request,
AsyncHandler<UpdateActionTypeRequest,UpdateActionTypeResult> asyncHandler) |
Future<UpdateActionTypeResult> |
AWSCodePipelineAsync.updateActionTypeAsync(UpdateActionTypeRequest updateActionTypeRequest,
AsyncHandler<UpdateActionTypeRequest,UpdateActionTypeResult> asyncHandler)
Updates an action type that was created with any supported integration model, where the action type is to be used
by customers of the action type provider.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateActionTypeResult> |
AWSCodePipelineAsyncClient.updateActionTypeAsync(UpdateActionTypeRequest request,
AsyncHandler<UpdateActionTypeRequest,UpdateActionTypeResult> asyncHandler) |
Future<UpdateActionTypeResult> |
AbstractAWSCodePipelineAsync.updateActionTypeAsync(UpdateActionTypeRequest request,
AsyncHandler<UpdateActionTypeRequest,UpdateActionTypeResult> asyncHandler) |
Future<UpdateActionTypeResult> |
AWSCodePipelineAsync.updateActionTypeAsync(UpdateActionTypeRequest updateActionTypeRequest,
AsyncHandler<UpdateActionTypeRequest,UpdateActionTypeResult> asyncHandler)
Updates an action type that was created with any supported integration model, where the action type is to be used
by customers of the action type provider.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateActionTypeRequest |
UpdateActionTypeRequest.clone() |
UpdateActionTypeRequest |
UpdateActionTypeRequest.withActionType(ActionTypeDeclaration actionType)
The action type definition for the action type to be updated.
|
Copyright © 2022. All rights reserved.