Uses of Class
software.amazon.awssdk.services.codepipeline.model.CreateCustomActionTypeRequest
-
Packages that use CreateCustomActionTypeRequest Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.transform -
-
Uses of CreateCustomActionTypeRequest in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline with parameters of type CreateCustomActionTypeRequest Modifier and Type Method Description default CompletableFuture<CreateCustomActionTypeResponse>CodePipelineAsyncClient. createCustomActionType(CreateCustomActionTypeRequest createCustomActionTypeRequest)Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services account.default CreateCustomActionTypeResponseCodePipelineClient. createCustomActionType(CreateCustomActionTypeRequest createCustomActionTypeRequest)Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services account. -
Uses of CreateCustomActionTypeRequest in software.amazon.awssdk.services.codepipeline.transform
Methods in software.amazon.awssdk.services.codepipeline.transform with parameters of type CreateCustomActionTypeRequest Modifier and Type Method Description SdkHttpFullRequestCreateCustomActionTypeRequestMarshaller. marshall(CreateCustomActionTypeRequest createCustomActionTypeRequest)
-