| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
| Modifier and Type | Method and Description |
|---|---|
UserData |
UserData.clone() |
UserData |
ImportInstanceLaunchSpecification.getUserData()
User data to be made available to the instance.
|
UserData |
UserData.withData(String data)
Sets the value of the Data property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportInstanceLaunchSpecification.setUserData(UserData userData)
User data to be made available to the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withUserData(UserData userData)
User data to be made available to the instance.
|
Copyright © 2015. All rights reserved.