Uses of Class
software.amazon.awssdk.services.proton.model.TemplateVersionSourceInput
-
Packages that use TemplateVersionSourceInput Package Description software.amazon.awssdk.services.proton.model -
-
Uses of TemplateVersionSourceInput in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return TemplateVersionSourceInput Modifier and Type Method Description static TemplateVersionSourceInputTemplateVersionSourceInput. fromS3(Consumer<S3ObjectSource.Builder> s3)Create an instance of this class withs3()initialized to the given value.static TemplateVersionSourceInputTemplateVersionSourceInput. fromS3(S3ObjectSource s3)Create an instance of this class withs3()initialized to the given value.TemplateVersionSourceInputCreateEnvironmentTemplateVersionRequest. source()An object that includes the template bundle S3 bucket path and name for the new version of an template.TemplateVersionSourceInputCreateServiceTemplateVersionRequest. source()An object that includes the template bundle S3 bucket path and name for the new version of a service template.Methods in software.amazon.awssdk.services.proton.model with parameters of type TemplateVersionSourceInput Modifier and Type Method Description CreateEnvironmentTemplateVersionRequest.BuilderCreateEnvironmentTemplateVersionRequest.Builder. source(TemplateVersionSourceInput source)An object that includes the template bundle S3 bucket path and name for the new version of an template.CreateServiceTemplateVersionRequest.BuilderCreateServiceTemplateVersionRequest.Builder. source(TemplateVersionSourceInput source)An object that includes the template bundle S3 bucket path and name for the new version of a service template.
-