Uses of Class
software.amazon.awssdk.services.codepipeline.model.GetActionTypeResponse
-
Packages that use GetActionTypeResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of GetActionTypeResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return GetActionTypeResponse Modifier and Type Method Description default GetActionTypeResponseCodePipelineClient. getActionType(Consumer<GetActionTypeRequest.Builder> getActionTypeRequest)Returns information about an action type created for an external provider, where the action is to be used by customers of the external provider.default GetActionTypeResponseCodePipelineClient. getActionType(GetActionTypeRequest getActionTypeRequest)Returns information about an action type created for an external provider, where the action is to be used by customers of the external provider.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type GetActionTypeResponse Modifier and Type Method Description default CompletableFuture<GetActionTypeResponse>CodePipelineAsyncClient. getActionType(Consumer<GetActionTypeRequest.Builder> getActionTypeRequest)Returns information about an action type created for an external provider, where the action is to be used by customers of the external provider.default CompletableFuture<GetActionTypeResponse>CodePipelineAsyncClient. getActionType(GetActionTypeRequest getActionTypeRequest)Returns information about an action type created for an external provider, where the action is to be used by customers of the external provider.
-