Uses of Class
software.amazon.awssdk.services.sms.model.Source
-
Packages that use Source Package Description software.amazon.awssdk.services.sms.model -
-
Uses of Source in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return Source Modifier and Type Method Description SourceSSMValidationParameters. source()The location of the validation script.SourceUserDataValidationParameters. source()The location of the validation script.Methods in software.amazon.awssdk.services.sms.model with parameters of type Source Modifier and Type Method Description SSMValidationParameters.BuilderSSMValidationParameters.Builder. source(Source source)The location of the validation script.UserDataValidationParameters.BuilderUserDataValidationParameters.Builder. source(Source source)The location of the validation script.
-