Uses of Class
com.amazonaws.services.ec2.model.UserData
Packages that use UserData
-
Uses of UserData in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return UserDataModifier and TypeMethodDescriptionUserData.clone()ImportInstanceLaunchSpecification.getUserData()The Base64-encoded MIME user data to be made available to the instance.The Base64-encoded MIME user data for the instance.Methods in com.amazonaws.services.ec2.model with parameters of type UserDataModifier and TypeMethodDescriptionvoidImportInstanceLaunchSpecification.setUserData(UserData userData) The Base64-encoded MIME user data to be made available to the instance.ImportInstanceLaunchSpecification.withUserData(UserData userData) The Base64-encoded MIME user data to be made available to the instance.