Uses of Class
software.amazon.awssdk.services.codedeploy.model.RevisionInfo
-
Packages that use RevisionInfo Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of RevisionInfo in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type RevisionInfo Modifier and Type Method Description List<RevisionInfo>BatchGetApplicationRevisionsResponse. revisions()Additional information about the revisions, including the type and location.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type RevisionInfo Modifier and Type Method Description BatchGetApplicationRevisionsResponse.BuilderBatchGetApplicationRevisionsResponse.Builder. revisions(RevisionInfo... revisions)Additional information about the revisions, including the type and location.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type RevisionInfo Modifier and Type Method Description BatchGetApplicationRevisionsResponse.BuilderBatchGetApplicationRevisionsResponse.Builder. revisions(Collection<RevisionInfo> revisions)Additional information about the revisions, including the type and location.
-