Uses of Interface
software.amazon.awssdk.services.codedeploy.model.RevisionInfo.Builder
-
Packages that use RevisionInfo.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of RevisionInfo.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return RevisionInfo.Builder Modifier and Type Method Description static RevisionInfo.BuilderRevisionInfo. builder()default RevisionInfo.BuilderRevisionInfo.Builder. genericRevisionInfo(Consumer<GenericRevisionInfo.Builder> genericRevisionInfo)Information about an application revision, including usage details and associated deployment groups.RevisionInfo.BuilderRevisionInfo.Builder. genericRevisionInfo(GenericRevisionInfo genericRevisionInfo)Information about an application revision, including usage details and associated deployment groups.default RevisionInfo.BuilderRevisionInfo.Builder. revisionLocation(Consumer<RevisionLocation.Builder> revisionLocation)Information about the location and type of an application revision.RevisionInfo.BuilderRevisionInfo.Builder. revisionLocation(RevisionLocation revisionLocation)Information about the location and type of an application revision.RevisionInfo.BuilderRevisionInfo. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type RevisionInfo.Builder Modifier and Type Method Description static Class<? extends RevisionInfo.Builder>RevisionInfo. serializableBuilderClass()
-