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 CreateCustomActionTypeRequest
CreateCustomActionTypeRequest. clone()
CreateCustomActionTypeRequest
CreateCustomActionTypeRequest. withCategory(ActionCategory category)
The category of the custom action, such as a source action or a build action.CreateCustomActionTypeRequest
CreateCustomActionTypeRequest. withCategory(String category)
The category of the custom action, such as a source action or a build action.CreateCustomActionTypeRequest
CreateCustomActionTypeRequest. withConfigurationProperties(ActionConfigurationProperty... configurationProperties)
The configuration properties for the custom action.CreateCustomActionTypeRequest
CreateCustomActionTypeRequest. withConfigurationProperties(Collection<ActionConfigurationProperty> configurationProperties)
The configuration properties for the custom action.CreateCustomActionTypeRequest
CreateCustomActionTypeRequest. withInputArtifactDetails(ArtifactDetails inputArtifactDetails)
CreateCustomActionTypeRequest
CreateCustomActionTypeRequest. withOutputArtifactDetails(ArtifactDetails outputArtifactDetails)
CreateCustomActionTypeRequest
CreateCustomActionTypeRequest. withProvider(String provider)
The provider of the service used in the custom action, such as AWS CodeDeploy.CreateCustomActionTypeRequest
CreateCustomActionTypeRequest. withSettings(ActionTypeSettings settings)
CreateCustomActionTypeRequest
CreateCustomActionTypeRequest. withVersion(String version)
The version number of the custom action.
-