Uses of Class
software.amazon.awssdk.services.codepipeline.model.GetActionTypeRequest
-
Packages that use GetActionTypeRequest Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.transform -
-
Uses of GetActionTypeRequest in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline with parameters of type GetActionTypeRequest Modifier and Type Method Description 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.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. -
Uses of GetActionTypeRequest in software.amazon.awssdk.services.codepipeline.transform
Methods in software.amazon.awssdk.services.codepipeline.transform with parameters of type GetActionTypeRequest Modifier and Type Method Description SdkHttpFullRequestGetActionTypeRequestMarshaller. marshall(GetActionTypeRequest getActionTypeRequest)
-