Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionType
-
Packages that use ActionType Package Description software.amazon.awssdk.services.codepipeline.model software.amazon.awssdk.services.codepipeline.paginators -
-
Uses of ActionType in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionType Modifier and Type Method Description ActionTypeCreateCustomActionTypeResponse. actionType()Returns information about the details of an action type.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionType Modifier and Type Method Description List<ActionType>ListActionTypesResponse. actionTypes()Provides details of the action types.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionType Modifier and Type Method Description CreateCustomActionTypeResponse.BuilderCreateCustomActionTypeResponse.Builder. actionType(ActionType actionType)Returns information about the details of an action type.ListActionTypesResponse.BuilderListActionTypesResponse.Builder. actionTypes(ActionType... actionTypes)Provides details of the action types.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionType Modifier and Type Method Description ListActionTypesResponse.BuilderListActionTypesResponse.Builder. actionTypes(Collection<ActionType> actionTypes)Provides details of the action types. -
Uses of ActionType in software.amazon.awssdk.services.codepipeline.paginators
Methods in software.amazon.awssdk.services.codepipeline.paginators that return types with arguments of type ActionType Modifier and Type Method Description SdkIterable<ActionType>ListActionTypesIterable. actionTypes()Returns an iterable to iterate through the paginatedListActionTypesResponse.actionTypes()member.SdkPublisher<ActionType>ListActionTypesPublisher. actionTypes()Returns a publisher that can be used to get a stream of data.
-