| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionOwner |
ListActionTypesRequest.actionOwnerFilter()
Filters the list of action types to those created by a specified entity.
|
static ActionOwner |
ActionOwner.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ActionOwner |
ActionTypeId.owner()
The creator of the action being called.
|
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 |
|---|---|
static Set<ActionOwner> |
ActionOwner.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListActionTypesRequest.Builder |
ListActionTypesRequest.Builder.actionOwnerFilter(ActionOwner actionOwnerFilter)
Filters the list of action types to those created by a specified entity.
|
ActionTypeId.Builder |
ActionTypeId.Builder.owner(ActionOwner owner)
The creator of the action being called.
|
Copyright © 2023. All rights reserved.