Uses of Class
software.amazon.awssdk.services.codedeploy.model.RevisionLocation
-
Packages that use RevisionLocation Package Description software.amazon.awssdk.services.codedeploy.model software.amazon.awssdk.services.codedeploy.paginators -
-
Uses of RevisionLocation in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return RevisionLocation Modifier and Type Method Description RevisionLocationDeploymentInfo. previousRevision()Information about the application revision that was deployed to the deployment group before the most recent successful deployment.RevisionLocationCreateDeploymentRequest. revision()The type and location of the revision to deploy.RevisionLocationDeploymentInfo. revision()Information about the location of stored application artifacts and the service from which to retrieve them.RevisionLocationGetApplicationRevisionRequest. revision()Information about the application revision to get, including type and location.RevisionLocationGetApplicationRevisionResponse. revision()Additional information about the revision, including type and location.RevisionLocationRegisterApplicationRevisionRequest. revision()Information about the application revision to register, including type and location.RevisionLocationRevisionInfo. revisionLocation()Information about the location and type of an application revision.RevisionLocationDeploymentGroupInfo. targetRevision()Information about the deployment group's target revision, including type and location.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type RevisionLocation Modifier and Type Method Description List<RevisionLocation>BatchGetApplicationRevisionsRequest. revisions()An array ofRevisionLocationobjects that specify information to get about the application revisions, including type and location.List<RevisionLocation>ListApplicationRevisionsResponse. revisions()A list of locations that contain the matching revisions.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type RevisionLocation Modifier and Type Method Description DeploymentInfo.BuilderDeploymentInfo.Builder. previousRevision(RevisionLocation previousRevision)Information about the application revision that was deployed to the deployment group before the most recent successful deployment.CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. revision(RevisionLocation revision)The type and location of the revision to deploy.DeploymentInfo.BuilderDeploymentInfo.Builder. revision(RevisionLocation revision)Information about the location of stored application artifacts and the service from which to retrieve them.GetApplicationRevisionRequest.BuilderGetApplicationRevisionRequest.Builder. revision(RevisionLocation revision)Information about the application revision to get, including type and location.GetApplicationRevisionResponse.BuilderGetApplicationRevisionResponse.Builder. revision(RevisionLocation revision)Additional information about the revision, including type and location.RegisterApplicationRevisionRequest.BuilderRegisterApplicationRevisionRequest.Builder. revision(RevisionLocation revision)Information about the application revision to register, including type and location.RevisionInfo.BuilderRevisionInfo.Builder. revisionLocation(RevisionLocation revisionLocation)Information about the location and type of an application revision.BatchGetApplicationRevisionsRequest.BuilderBatchGetApplicationRevisionsRequest.Builder. revisions(RevisionLocation... revisions)An array ofRevisionLocationobjects that specify information to get about the application revisions, including type and location.ListApplicationRevisionsResponse.BuilderListApplicationRevisionsResponse.Builder. revisions(RevisionLocation... revisions)A list of locations that contain the matching revisions.DeploymentGroupInfo.BuilderDeploymentGroupInfo.Builder. targetRevision(RevisionLocation targetRevision)Information about the deployment group's target revision, including type and location.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type RevisionLocation Modifier and Type Method Description BatchGetApplicationRevisionsRequest.BuilderBatchGetApplicationRevisionsRequest.Builder. revisions(Collection<RevisionLocation> revisions)An array ofRevisionLocationobjects that specify information to get about the application revisions, including type and location.ListApplicationRevisionsResponse.BuilderListApplicationRevisionsResponse.Builder. revisions(Collection<RevisionLocation> revisions)A list of locations that contain the matching revisions. -
Uses of RevisionLocation in software.amazon.awssdk.services.codedeploy.paginators
Methods in software.amazon.awssdk.services.codedeploy.paginators that return types with arguments of type RevisionLocation Modifier and Type Method Description SdkIterable<RevisionLocation>ListApplicationRevisionsIterable. revisions()Returns an iterable to iterate through the paginatedListApplicationRevisionsResponse.revisions()member.SdkPublisher<RevisionLocation>ListApplicationRevisionsPublisher. revisions()Returns a publisher that can be used to get a stream of data.
-