Uses of Interface
software.amazon.awssdk.services.codepipeline.model.UpdateActionTypeRequest.Builder
-
Packages that use UpdateActionTypeRequest.Builder Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.model -
-
Uses of UpdateActionTypeRequest.Builder in software.amazon.awssdk.services.codepipeline
Method parameters in software.amazon.awssdk.services.codepipeline with type arguments of type UpdateActionTypeRequest.Builder 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 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. -
Uses of UpdateActionTypeRequest.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return UpdateActionTypeRequest.Builder Modifier and Type Method Description default UpdateActionTypeRequest.BuilderUpdateActionTypeRequest.Builder. actionType(Consumer<ActionTypeDeclaration.Builder> actionType)The action type definition for the action type to be updated.UpdateActionTypeRequest.BuilderUpdateActionTypeRequest.Builder. actionType(ActionTypeDeclaration actionType)The action type definition for the action type to be updated.static UpdateActionTypeRequest.BuilderUpdateActionTypeRequest. builder()UpdateActionTypeRequest.BuilderUpdateActionTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateActionTypeRequest.BuilderUpdateActionTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateActionTypeRequest.BuilderUpdateActionTypeRequest. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type UpdateActionTypeRequest.Builder Modifier and Type Method Description static Class<? extends UpdateActionTypeRequest.Builder>UpdateActionTypeRequest. serializableBuilderClass()
-