Uses of Class
com.amazonaws.services.codepipeline.model.CreateCustomActionTypeRequest
Packages that use CreateCustomActionTypeRequest
-
Uses of CreateCustomActionTypeRequest in com.amazonaws.services.codepipeline
Methods in com.amazonaws.services.codepipeline with parameters of type CreateCustomActionTypeRequestModifier and TypeMethodDescriptionAbstractAWSCodePipeline.createCustomActionType(CreateCustomActionTypeRequest request) AWSCodePipeline.createCustomActionType(CreateCustomActionTypeRequest createCustomActionTypeRequest) Creates a new custom action that can be used in all pipelines associated with the AWS account.AWSCodePipelineClient.createCustomActionType(CreateCustomActionTypeRequest createCustomActionTypeRequest) Creates a new custom action that can be used in all pipelines associated with the AWS account.AbstractAWSCodePipelineAsync.createCustomActionTypeAsync(CreateCustomActionTypeRequest request) AbstractAWSCodePipelineAsync.createCustomActionTypeAsync(CreateCustomActionTypeRequest request, AsyncHandler<CreateCustomActionTypeRequest, CreateCustomActionTypeResult> asyncHandler) AWSCodePipelineAsync.createCustomActionTypeAsync(CreateCustomActionTypeRequest createCustomActionTypeRequest) Creates a new custom action that can be used in all pipelines associated with the AWS account.AWSCodePipelineAsync.createCustomActionTypeAsync(CreateCustomActionTypeRequest createCustomActionTypeRequest, AsyncHandler<CreateCustomActionTypeRequest, CreateCustomActionTypeResult> asyncHandler) Creates a new custom action that can be used in all pipelines associated with the AWS account.AWSCodePipelineAsyncClient.createCustomActionTypeAsync(CreateCustomActionTypeRequest request) AWSCodePipelineAsyncClient.createCustomActionTypeAsync(CreateCustomActionTypeRequest request, AsyncHandler<CreateCustomActionTypeRequest, CreateCustomActionTypeResult> asyncHandler) Method parameters in com.amazonaws.services.codepipeline with type arguments of type CreateCustomActionTypeRequestModifier and TypeMethodDescriptionAbstractAWSCodePipelineAsync.createCustomActionTypeAsync(CreateCustomActionTypeRequest request, AsyncHandler<CreateCustomActionTypeRequest, CreateCustomActionTypeResult> asyncHandler) AWSCodePipelineAsync.createCustomActionTypeAsync(CreateCustomActionTypeRequest createCustomActionTypeRequest, AsyncHandler<CreateCustomActionTypeRequest, CreateCustomActionTypeResult> asyncHandler) Creates a new custom action that can be used in all pipelines associated with the AWS account.AWSCodePipelineAsyncClient.createCustomActionTypeAsync(CreateCustomActionTypeRequest request, AsyncHandler<CreateCustomActionTypeRequest, CreateCustomActionTypeResult> asyncHandler) -
Uses of CreateCustomActionTypeRequest in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return CreateCustomActionTypeRequestModifier and TypeMethodDescriptionCreateCustomActionTypeRequest.clone()CreateCustomActionTypeRequest.withCategory(ActionCategory category) The category of the custom action, such as a source action or a build action.CreateCustomActionTypeRequest.withCategory(String category) The category of the custom action, such as a source action or a build action.CreateCustomActionTypeRequest.withConfigurationProperties(ActionConfigurationProperty... configurationProperties) The configuration properties for the custom action.CreateCustomActionTypeRequest.withConfigurationProperties(Collection<ActionConfigurationProperty> configurationProperties) The configuration properties for the custom action.CreateCustomActionTypeRequest.withInputArtifactDetails(ArtifactDetails inputArtifactDetails) CreateCustomActionTypeRequest.withOutputArtifactDetails(ArtifactDetails outputArtifactDetails) CreateCustomActionTypeRequest.withProvider(String provider) The provider of the service used in the custom action, such as AWS CodeDeploy.CreateCustomActionTypeRequest.withSettings(ActionTypeSettings settings) CreateCustomActionTypeRequest.withVersion(String version) The version number of the custom action.