Uses of Class
com.amazonaws.services.codedeploy.model.RevisionInfo
-
Packages that use RevisionInfo Package Description com.amazonaws.services.codedeploy.model -
-
Uses of RevisionInfo in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return RevisionInfo Modifier and Type Method Description RevisionInfo
RevisionInfo. clone()
RevisionInfo
RevisionInfo. withGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo)
RevisionInfo
RevisionInfo. withRevisionLocation(RevisionLocation revisionLocation)
Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type RevisionInfo Modifier and Type Method Description List<RevisionInfo>
BatchGetApplicationRevisionsResult. getRevisions()
Additional information about the revisions, including the type and location.Methods in com.amazonaws.services.codedeploy.model with parameters of type RevisionInfo Modifier and Type Method Description BatchGetApplicationRevisionsResult
BatchGetApplicationRevisionsResult. withRevisions(RevisionInfo... revisions)
Additional information about the revisions, including the type and location.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type RevisionInfo Modifier and Type Method Description void
BatchGetApplicationRevisionsResult. setRevisions(Collection<RevisionInfo> revisions)
Additional information about the revisions, including the type and location.BatchGetApplicationRevisionsResult
BatchGetApplicationRevisionsResult. withRevisions(Collection<RevisionInfo> revisions)
Additional information about the revisions, including the type and location.
-