Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
UserData |
UserData.clone() |
UserData |
ImportInstanceLaunchSpecification.getUserData()
The Base64-encoded user data to make available to the instance.
|
UserData |
UserData.withData(String data)
The user data.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportInstanceLaunchSpecification.setUserData(UserData userData)
The Base64-encoded user data to make available to the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withUserData(UserData userData)
The Base64-encoded user data to make available to the instance.
|
Copyright © 2023. All rights reserved.