Uses of Class
software.amazon.awssdk.services.proton.model.S3ObjectSource
-
Packages that use S3ObjectSource Package Description software.amazon.awssdk.services.proton.model -
-
Uses of S3ObjectSource in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return S3ObjectSource Modifier and Type Method Description S3ObjectSourceTemplateVersionSourceInput. s3()An S3 source object that includes the template bundle S3 path and name for a template minor version.Methods in software.amazon.awssdk.services.proton.model with parameters of type S3ObjectSource Modifier and Type Method Description static TemplateVersionSourceInputTemplateVersionSourceInput. fromS3(S3ObjectSource s3)Create an instance of this class withTemplateVersionSourceInput.s3()initialized to the given value.TemplateVersionSourceInput.BuilderTemplateVersionSourceInput.Builder. s3(S3ObjectSource s3)An S3 source object that includes the template bundle S3 path and name for a template minor version.
-