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