Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionTypeDeclaration
-
Packages that use ActionTypeDeclaration Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionTypeDeclaration in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionTypeDeclaration Modifier and Type Method Description ActionTypeDeclarationGetActionTypeResponse. actionType()The action type information for the requested action type, such as the action type ID.ActionTypeDeclarationUpdateActionTypeRequest. actionType()The action type definition for the action type to be updated.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionTypeDeclaration Modifier and Type Method Description GetActionTypeResponse.BuilderGetActionTypeResponse.Builder. actionType(ActionTypeDeclaration actionType)The action type information for the requested action type, such as the action type ID.UpdateActionTypeRequest.BuilderUpdateActionTypeRequest.Builder. actionType(ActionTypeDeclaration actionType)The action type definition for the action type to be updated.
-