Uses of Class
com.amazonaws.services.codedeploy.model.RevisionLocation
-
Packages that use RevisionLocation Package Description com.amazonaws.services.codedeploy.model -
-
Uses of RevisionLocation in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return RevisionLocation Modifier and Type Method Description RevisionLocation
RevisionLocation. clone()
RevisionLocation
CreateDeploymentRequest. getRevision()
The type and location of the revision to deploy.RevisionLocation
DeploymentInfo. getRevision()
Information about the location of stored application artifacts and the service from which to retrieve them.RevisionLocation
GetApplicationRevisionRequest. getRevision()
Information about the application revision to get, including type and location.RevisionLocation
GetApplicationRevisionResult. getRevision()
Additional information about the revision, including type and location.RevisionLocation
RegisterApplicationRevisionRequest. getRevision()
Information about the application revision to register, including type and location.RevisionLocation
RevisionInfo. getRevisionLocation()
RevisionLocation
DeploymentGroupInfo. getTargetRevision()
Information about the deployment group's target revision, including type and location.RevisionLocation
RevisionLocation. withGitHubLocation(GitHubLocation gitHubLocation)
RevisionLocation
RevisionLocation. withRevisionType(RevisionLocationType revisionType)
The type of application revision:RevisionLocation
RevisionLocation. withRevisionType(String revisionType)
The type of application revision:RevisionLocation
RevisionLocation. withS3Location(S3Location s3Location)
Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type RevisionLocation Modifier and Type Method Description List<RevisionLocation>
BatchGetApplicationRevisionsRequest. getRevisions()
Information to get about the application revisions, including type and location.List<RevisionLocation>
ListApplicationRevisionsResult. getRevisions()
A list of locations that contain the matching revisions.Methods in com.amazonaws.services.codedeploy.model with parameters of type RevisionLocation Modifier and Type Method Description void
CreateDeploymentRequest. setRevision(RevisionLocation revision)
The type and location of the revision to deploy.void
DeploymentInfo. setRevision(RevisionLocation revision)
Information about the location of stored application artifacts and the service from which to retrieve them.void
GetApplicationRevisionRequest. setRevision(RevisionLocation revision)
Information about the application revision to get, including type and location.void
GetApplicationRevisionResult. setRevision(RevisionLocation revision)
Additional information about the revision, including type and location.void
RegisterApplicationRevisionRequest. setRevision(RevisionLocation revision)
Information about the application revision to register, including type and location.void
RevisionInfo. setRevisionLocation(RevisionLocation revisionLocation)
void
DeploymentGroupInfo. setTargetRevision(RevisionLocation targetRevision)
Information about the deployment group's target revision, including type and location.CreateDeploymentRequest
CreateDeploymentRequest. withRevision(RevisionLocation revision)
The type and location of the revision to deploy.DeploymentInfo
DeploymentInfo. withRevision(RevisionLocation revision)
Information about the location of stored application artifacts and the service from which to retrieve them.GetApplicationRevisionRequest
GetApplicationRevisionRequest. withRevision(RevisionLocation revision)
Information about the application revision to get, including type and location.GetApplicationRevisionResult
GetApplicationRevisionResult. withRevision(RevisionLocation revision)
Additional information about the revision, including type and location.RegisterApplicationRevisionRequest
RegisterApplicationRevisionRequest. withRevision(RevisionLocation revision)
Information about the application revision to register, including type and location.RevisionInfo
RevisionInfo. withRevisionLocation(RevisionLocation revisionLocation)
BatchGetApplicationRevisionsRequest
BatchGetApplicationRevisionsRequest. withRevisions(RevisionLocation... revisions)
Information to get about the application revisions, including type and location.ListApplicationRevisionsResult
ListApplicationRevisionsResult. withRevisions(RevisionLocation... revisions)
A list of locations that contain the matching revisions.DeploymentGroupInfo
DeploymentGroupInfo. withTargetRevision(RevisionLocation targetRevision)
Information about the deployment group's target revision, including type and location.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type RevisionLocation Modifier and Type Method Description void
BatchGetApplicationRevisionsRequest. setRevisions(Collection<RevisionLocation> revisions)
Information to get about the application revisions, including type and location.void
ListApplicationRevisionsResult. setRevisions(Collection<RevisionLocation> revisions)
A list of locations that contain the matching revisions.BatchGetApplicationRevisionsRequest
BatchGetApplicationRevisionsRequest. withRevisions(Collection<RevisionLocation> revisions)
Information to get about the application revisions, including type and location.ListApplicationRevisionsResult
ListApplicationRevisionsResult. withRevisions(Collection<RevisionLocation> revisions)
A list of locations that contain the matching revisions.
-