Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Storage |
Storage.clone() |
Storage |
BundleTask.getStorage()
The Amazon S3 storage locations.
|
Storage |
BundleInstanceRequest.getStorage()
The bucket in which to store the AMI.
|
Storage |
Storage.withS3(S3Storage s3)
An Amazon S3 storage location.
|
Modifier and Type | Method and Description |
---|---|
void |
BundleTask.setStorage(Storage storage)
The Amazon S3 storage locations.
|
void |
BundleInstanceRequest.setStorage(Storage storage)
The bucket in which to store the AMI.
|
BundleTask |
BundleTask.withStorage(Storage storage)
The Amazon S3 storage locations.
|
BundleInstanceRequest |
BundleInstanceRequest.withStorage(Storage storage)
The bucket in which to store the AMI.
|
Constructor and Description |
---|
BundleInstanceRequest(String instanceId,
Storage storage)
Constructs a new BundleInstanceRequest object.
|
Copyright © 2023. All rights reserved.