Uses of Class
com.amazonaws.services.codedeploy.model.GenericRevisionInfo
-
Packages that use GenericRevisionInfo Package Description com.amazonaws.services.codedeploy.model -
-
Uses of GenericRevisionInfo in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return GenericRevisionInfo Modifier and Type Method Description GenericRevisionInfoGenericRevisionInfo. clone()GenericRevisionInfoRevisionInfo. getGenericRevisionInfo()GenericRevisionInfoGetApplicationRevisionResult. getRevisionInfo()General information about the revision.GenericRevisionInfoGenericRevisionInfo. withDeploymentGroups(String... deploymentGroups)The deployment groups for which this is the current target revision.GenericRevisionInfoGenericRevisionInfo. withDeploymentGroups(Collection<String> deploymentGroups)The deployment groups for which this is the current target revision.GenericRevisionInfoGenericRevisionInfo. withDescription(String description)A comment about the revision.GenericRevisionInfoGenericRevisionInfo. withFirstUsedTime(Date firstUsedTime)When the revision was first used by AWS CodeDeploy.GenericRevisionInfoGenericRevisionInfo. withLastUsedTime(Date lastUsedTime)When the revision was last used by AWS CodeDeploy.GenericRevisionInfoGenericRevisionInfo. withRegisterTime(Date registerTime)When the revision was registered with AWS CodeDeploy.Methods in com.amazonaws.services.codedeploy.model with parameters of type GenericRevisionInfo Modifier and Type Method Description voidRevisionInfo. setGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo)voidGetApplicationRevisionResult. setRevisionInfo(GenericRevisionInfo revisionInfo)General information about the revision.RevisionInfoRevisionInfo. withGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo)GetApplicationRevisionResultGetApplicationRevisionResult. withRevisionInfo(GenericRevisionInfo revisionInfo)General information about the revision.
-