Uses of Class
com.amazonaws.services.codepipeline.model.CreateCustomActionTypeRequest
-
Packages that use CreateCustomActionTypeRequest Package Description com.amazonaws.services.codepipeline com.amazonaws.services.codepipeline.model -
-
Uses of CreateCustomActionTypeRequest in com.amazonaws.services.codepipeline
Method parameters in com.amazonaws.services.codepipeline with type arguments of type CreateCustomActionTypeRequest Modifier and Type Method Description Future<CreateCustomActionTypeResult>AbstractAWSCodePipelineAsync. createCustomActionTypeAsync(CreateCustomActionTypeRequest request, AsyncHandler<CreateCustomActionTypeRequest,CreateCustomActionTypeResult> asyncHandler)Future<CreateCustomActionTypeResult>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.Future<CreateCustomActionTypeResult>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 CreateCustomActionTypeRequest Modifier and Type Method Description CreateCustomActionTypeRequestCreateCustomActionTypeRequest. clone()CreateCustomActionTypeRequestCreateCustomActionTypeRequest. withCategory(ActionCategory category)The category of the custom action, such as a source action or a build action.CreateCustomActionTypeRequestCreateCustomActionTypeRequest. withCategory(String category)The category of the custom action, such as a source action or a build action.CreateCustomActionTypeRequestCreateCustomActionTypeRequest. withConfigurationProperties(ActionConfigurationProperty... configurationProperties)The configuration properties for the custom action.CreateCustomActionTypeRequestCreateCustomActionTypeRequest. withConfigurationProperties(Collection<ActionConfigurationProperty> configurationProperties)The configuration properties for the custom action.CreateCustomActionTypeRequestCreateCustomActionTypeRequest. withInputArtifactDetails(ArtifactDetails inputArtifactDetails)CreateCustomActionTypeRequestCreateCustomActionTypeRequest. withOutputArtifactDetails(ArtifactDetails outputArtifactDetails)CreateCustomActionTypeRequestCreateCustomActionTypeRequest. withProvider(String provider)The provider of the service used in the custom action, such as AWS CodeDeploy.CreateCustomActionTypeRequestCreateCustomActionTypeRequest. withSettings(ActionTypeSettings settings)CreateCustomActionTypeRequestCreateCustomActionTypeRequest. withVersion(String version)The version number of the custom action.
-