| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model | |
| software.amazon.awssdk.services.codepipeline.paginators |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
CreateCustomActionTypeResponse.actionType()
Returns information about the details of an action type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionType> |
ListActionTypesResponse.actionTypes()
Provides details of the action types.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.actionType(ActionType actionType)
Returns information about the details of an action type.
|
ListActionTypesResponse.Builder |
ListActionTypesResponse.Builder.actionTypes(ActionType... actionTypes)
Provides details of the action types.
|
| Modifier and Type | Method and Description |
|---|---|
ListActionTypesResponse.Builder |
ListActionTypesResponse.Builder.actionTypes(Collection<ActionType> actionTypes)
Provides details of the action types.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ActionType> |
ListActionTypesPublisher.actionTypes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ActionType> |
ListActionTypesIterable.actionTypes()
Returns an iterable to iterate through the paginated
ListActionTypesResponse.actionTypes() member. |
Copyright © 2023. All rights reserved.