Uses of Class
com.amazonaws.services.codepipeline.model.ActionOwner
-
Packages that use ActionOwner Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ActionOwner in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionOwner Modifier and Type Method Description static ActionOwnerActionOwner. fromValue(String value)Use this in place of valueOf.static ActionOwnerActionOwner. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionOwner[]ActionOwner. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.codepipeline.model with parameters of type ActionOwner Modifier and Type Method Description voidListActionTypesRequest. setActionOwnerFilter(ActionOwner actionOwnerFilter)Filters the list of action types to those created by a specified entity.voidActionTypeId. setOwner(ActionOwner owner)The creator of the action being called.ListActionTypesRequestListActionTypesRequest. withActionOwnerFilter(ActionOwner actionOwnerFilter)Filters the list of action types to those created by a specified entity.ActionTypeIdActionTypeId. withOwner(ActionOwner owner)The creator of the action being called.
-