Uses of Class
com.amazonaws.services.codedeploy.model.RevisionInfo
Packages that use RevisionInfo
-
Uses of RevisionInfo in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return RevisionInfoModifier and TypeMethodDescriptionRevisionInfo.clone()
RevisionInfo.withGenericRevisionInfo
(GenericRevisionInfo genericRevisionInfo) RevisionInfo.withRevisionLocation
(RevisionLocation revisionLocation) Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type RevisionInfoModifier and TypeMethodDescriptionBatchGetApplicationRevisionsResult.getRevisions()
Additional information about the revisions, including the type and location.Methods in com.amazonaws.services.codedeploy.model with parameters of type RevisionInfoModifier and TypeMethodDescriptionBatchGetApplicationRevisionsResult.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 RevisionInfoModifier and TypeMethodDescriptionvoid
BatchGetApplicationRevisionsResult.setRevisions
(Collection<RevisionInfo> revisions) Additional information about the revisions, including the type and location.BatchGetApplicationRevisionsResult.withRevisions
(Collection<RevisionInfo> revisions) Additional information about the revisions, including the type and location.