Uses of Interface
software.amazon.awssdk.services.codepipeline.model.GetActionTypeResponse.Builder
-
Packages that use GetActionTypeResponse.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of GetActionTypeResponse.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return GetActionTypeResponse.Builder Modifier and Type Method Description default GetActionTypeResponse.BuilderGetActionTypeResponse.Builder. actionType(Consumer<ActionTypeDeclaration.Builder> actionType)The action type information for the requested action type, such as the action type ID.GetActionTypeResponse.BuilderGetActionTypeResponse.Builder. actionType(ActionTypeDeclaration actionType)The action type information for the requested action type, such as the action type ID.static GetActionTypeResponse.BuilderGetActionTypeResponse. builder()GetActionTypeResponse.BuilderGetActionTypeResponse. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type GetActionTypeResponse.Builder Modifier and Type Method Description static Class<? extends GetActionTypeResponse.Builder>GetActionTypeResponse. serializableBuilderClass()
-