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 RevisionInfoRevisionInfo. clone()RevisionInfoRevisionInfo. withGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo)RevisionInfoRevisionInfo. 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 BatchGetApplicationRevisionsResultBatchGetApplicationRevisionsResult. 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 voidBatchGetApplicationRevisionsResult. setRevisions(Collection<RevisionInfo> revisions)Additional information about the revisions, including the type and location.BatchGetApplicationRevisionsResultBatchGetApplicationRevisionsResult. withRevisions(Collection<RevisionInfo> revisions)Additional information about the revisions, including the type and location.
-