Uses of Class
software.amazon.awssdk.services.codepipeline.model.UpdateActionTypeRequest
-
Packages that use UpdateActionTypeRequest Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.transform -
-
Uses of UpdateActionTypeRequest in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline with parameters of type UpdateActionTypeRequest Modifier and Type Method Description 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.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. -
Uses of UpdateActionTypeRequest in software.amazon.awssdk.services.codepipeline.transform
Methods in software.amazon.awssdk.services.codepipeline.transform with parameters of type UpdateActionTypeRequest Modifier and Type Method Description SdkHttpFullRequestUpdateActionTypeRequestMarshaller. marshall(UpdateActionTypeRequest updateActionTypeRequest)
-