Uses of Class
software.amazon.awssdk.services.codepipeline.model.CreateCustomActionTypeResponse
-
Packages that use CreateCustomActionTypeResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of CreateCustomActionTypeResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return CreateCustomActionTypeResponse Modifier and Type Method Description default CreateCustomActionTypeResponseCodePipelineClient. createCustomActionType(Consumer<CreateCustomActionTypeRequest.Builder> 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.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type CreateCustomActionTypeResponse Modifier and Type Method Description default CompletableFuture<CreateCustomActionTypeResponse>CodePipelineAsyncClient. createCustomActionType(Consumer<CreateCustomActionTypeRequest.Builder> createCustomActionTypeRequest)Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services account.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.
-