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