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 ActionOwner
ActionOwner. fromValue(String value)
Use this in place of valueOf.static ActionOwner
ActionOwner. 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 void
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
ListActionTypesRequest. withActionOwnerFilter(ActionOwner actionOwnerFilter)
Filters the list of action types to those created by a specified entity.ActionTypeId
ActionTypeId. withOwner(ActionOwner owner)
The creator of the action being called.
-