Uses of Enum
com.amazonaws.services.codepipeline.model.ActionOwner
Packages that use ActionOwner
-
Uses of ActionOwner in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionOwnerModifier and TypeMethodDescriptionstatic ActionOwner
Use this in place of valueOf.static ActionOwner
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 ActionOwnerModifier and TypeMethodDescriptionvoid
ListActionTypesRequest.setActionOwnerFilter
(ActionOwner actionOwnerFilter) Filters the list of action types to those created by a specified entity.void
ActionTypeId.setOwner
(ActionOwner owner) The creator of the action being called.ListActionTypesRequest.withActionOwnerFilter
(ActionOwner actionOwnerFilter) Filters the list of action types to those created by a specified entity.ActionTypeId.withOwner
(ActionOwner owner) The creator of the action being called.