Uses of Class
com.amazonaws.services.ec2.model.UserData
-
Packages that use UserData Package Description com.amazonaws.services.ec2.model -
-
Uses of UserData in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return UserData Modifier and Type Method Description UserDataUserData. clone()UserDataImportInstanceLaunchSpecification. getUserData()The Base64-encoded MIME user data to be made available to the instance.UserDataUserData. withData(String data)The Base64-encoded MIME user data for the instance.Methods in com.amazonaws.services.ec2.model with parameters of type UserData Modifier and Type Method Description voidImportInstanceLaunchSpecification. setUserData(UserData userData)The Base64-encoded MIME user data to be made available to the instance.ImportInstanceLaunchSpecificationImportInstanceLaunchSpecification. withUserData(UserData userData)The Base64-encoded MIME user data to be made available to the instance.
-