Uses of Interface
software.amazon.awssdk.services.codedeploy.model.AppSpecContent.Builder
-
Packages that use AppSpecContent.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of AppSpecContent.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return AppSpecContent.Builder Modifier and Type Method Description static AppSpecContent.BuilderAppSpecContent. builder()AppSpecContent.BuilderAppSpecContent.Builder. content(String content)The YAML-formatted or JSON-formatted revision string.AppSpecContent.BuilderAppSpecContent.Builder. sha256(String sha256)The SHA256 hash value of the revision content.AppSpecContent.BuilderAppSpecContent. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type AppSpecContent.Builder Modifier and Type Method Description static Class<? extends AppSpecContent.Builder>AppSpecContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type AppSpecContent.Builder Modifier and Type Method Description default RevisionLocation.BuilderRevisionLocation.Builder. appSpecContent(Consumer<AppSpecContent.Builder> appSpecContent)The content of an AppSpec file for an Lambda or Amazon ECS deployment.
-