Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionTypeIdentifier
-
Packages that use ActionTypeIdentifier Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionTypeIdentifier in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionTypeIdentifier Modifier and Type Method Description ActionTypeIdentifierActionTypeDeclaration. id()The action category, owner, provider, and version of the action type to be updated.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionTypeIdentifier Modifier and Type Method Description ActionTypeDeclaration.BuilderActionTypeDeclaration.Builder. id(ActionTypeIdentifier id)The action category, owner, provider, and version of the action type to be updated.
-