Uses of Class
de.taimos.pipeline.aws.cloudformation.PollConfiguration
Packages that use PollConfiguration
- 
Uses of PollConfiguration in de.taimos.pipeline.aws.cloudformation
Fields in de.taimos.pipeline.aws.cloudformation declared as PollConfigurationMethods in de.taimos.pipeline.aws.cloudformation that return PollConfigurationModifier and TypeMethodDescriptionCFNDeleteStep.getPollConfiguration()CFNExecuteChangeSetStep.getPollConfiguration()TemplateStepBase.getPollConfiguration()Methods in de.taimos.pipeline.aws.cloudformation with parameters of type PollConfigurationModifier and TypeMethodDescriptionCloudFormationStack.create(String templateBody, String templateUrl, Collection<com.amazonaws.services.cloudformation.model.Parameter> params, Collection<com.amazonaws.services.cloudformation.model.Tag> tags, Collection<String> notificationARNs, PollConfiguration pollConfiguration, String roleArn, String onFailure, Boolean enableTerminationProtection) voidCloudFormationStack.createChangeSet(String changeSetName, String templateBody, String templateUrl, Collection<com.amazonaws.services.cloudformation.model.Parameter> params, Collection<com.amazonaws.services.cloudformation.model.Tag> tags, Collection<String> notificationARNs, PollConfiguration pollConfiguration, com.amazonaws.services.cloudformation.model.ChangeSetType changeSetType, String roleArn, com.amazonaws.services.cloudformation.model.RollbackConfiguration rollbackConfig) voidCloudFormationStack.delete(PollConfiguration pollConfiguration, String[] retainResources, String roleArn, String clientRequestToken) CloudFormationStack.executeChangeSet(String changeSetName, PollConfiguration pollConfiguration) CloudFormationStack.update(String templateBody, String templateUrl, Collection<com.amazonaws.services.cloudformation.model.Parameter> params, Collection<com.amazonaws.services.cloudformation.model.Tag> tags, Collection<String> notificationARNs, PollConfiguration pollConfiguration, String roleArn, com.amazonaws.services.cloudformation.model.RollbackConfiguration rollbackConfig)