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 UserData
UserData. clone()
UserData
ImportInstanceLaunchSpecification. getUserData()
The Base64-encoded MIME user data to be made available to the instance.UserData
UserData. 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 void
ImportInstanceLaunchSpecification. setUserData(UserData userData)
The Base64-encoded MIME user data to be made available to the instance.ImportInstanceLaunchSpecification
ImportInstanceLaunchSpecification. withUserData(UserData userData)
The Base64-encoded MIME user data to be made available to the instance.
-