|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleInstanceRequest | |
---|---|
com.amazonaws.services.ec2 | Synchronous and asynchronous client classes for accessing AmazonEC2. |
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of BundleInstanceRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type BundleInstanceRequest | |
---|---|
BundleInstanceResult |
AmazonEC2.bundleInstance(BundleInstanceRequest bundleInstanceRequest)
The BundleInstance operation request that an instance is bundled the next time it boots. |
BundleInstanceResult |
AmazonEC2Client.bundleInstance(BundleInstanceRequest bundleInstanceRequest)
The BundleInstance operation request that an instance is bundled the next time it boots. |
Future<BundleInstanceResult> |
AmazonEC2AsyncClient.bundleInstanceAsync(BundleInstanceRequest bundleInstanceRequest)
The BundleInstance operation request that an instance is bundled the next time it boots. |
Future<BundleInstanceResult> |
AmazonEC2Async.bundleInstanceAsync(BundleInstanceRequest bundleInstanceRequest)
The BundleInstance operation request that an instance is bundled the next time it boots. |
Uses of BundleInstanceRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return BundleInstanceRequest | |
---|---|
BundleInstanceRequest |
BundleInstanceRequest.withInstanceId(String instanceId)
The ID of the instance to bundle. |
BundleInstanceRequest |
BundleInstanceRequest.withStorage(Storage storage)
Returns a reference to this object so that method calls can be chained together. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |