Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionTypeProperty
-
Packages that use ActionTypeProperty Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionTypeProperty in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionTypeProperty Modifier and Type Method Description List<ActionTypeProperty>ActionTypeDeclaration. properties()The properties of the action type to be updated.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionTypeProperty Modifier and Type Method Description ActionTypeDeclaration.BuilderActionTypeDeclaration.Builder. properties(ActionTypeProperty... properties)The properties of the action type to be updated.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionTypeProperty Modifier and Type Method Description ActionTypeDeclaration.BuilderActionTypeDeclaration.Builder. properties(Collection<ActionTypeProperty> properties)The properties of the action type to be updated.
-