Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionOwner
-
Packages that use ActionOwner Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionOwner in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionOwner Modifier and Type Method Description ActionOwnerListActionTypesRequest. actionOwnerFilter()Filters the list of action types to those created by a specified entity.static ActionOwnerActionOwner. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ActionOwnerActionTypeId. owner()The creator of the action being called.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 software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionOwner Modifier and Type Method Description static Set<ActionOwner>ActionOwner. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionOwner Modifier and Type Method Description ListActionTypesRequest.BuilderListActionTypesRequest.Builder. actionOwnerFilter(ActionOwner actionOwnerFilter)Filters the list of action types to those created by a specified entity.ActionTypeId.BuilderActionTypeId.Builder. owner(ActionOwner owner)The creator of the action being called.
-