Uses of Class
software.amazon.awssdk.services.codepipeline.model.UpdateActionTypeResponse
-
Packages that use UpdateActionTypeResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of UpdateActionTypeResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return UpdateActionTypeResponse Modifier and Type Method Description default UpdateActionTypeResponseCodePipelineClient. updateActionType(Consumer<UpdateActionTypeRequest.Builder> 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.default UpdateActionTypeResponseCodePipelineClient. 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.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type UpdateActionTypeResponse Modifier and Type Method Description default CompletableFuture<UpdateActionTypeResponse>CodePipelineAsyncClient. updateActionType(Consumer<UpdateActionTypeRequest.Builder> 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.default CompletableFuture<UpdateActionTypeResponse>CodePipelineAsyncClient. 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.
-