| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and 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. 
 | 
Copyright © 2019. All rights reserved.