Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private UserData |
ImportInstanceLaunchSpecification.userData
The Base64-encoded MIME user data to be made available to the instance.
|
Modifier and Type | Method and Description |
---|---|
UserData |
UserData.clone() |
UserData |
ImportInstanceLaunchSpecification.getUserData()
The Base64-encoded MIME user data to be made available to the instance.
|
UserData |
UserData.withData(java.lang.String data)
The Base64-encoded MIME user data for the instance.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
UserData |
UserDataStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |