| Package | Description | 
|---|---|
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
| StoreImageTaskResult | StoreImageTaskResult. clone() | 
| StoreImageTaskResult | StoreImageTaskResult. withAmiId(String amiId)
 The ID of the AMI that is being stored. | 
| StoreImageTaskResult | StoreImageTaskResult. withBucket(String bucket)
 The name of the S3 bucket that contains the stored AMI object. | 
| StoreImageTaskResult | StoreImageTaskResult. withProgressPercentage(Integer progressPercentage)
 The progress of the task as a percentage. | 
| StoreImageTaskResult | StoreImageTaskResult. withS3objectKey(String s3objectKey)
 The name of the stored AMI object in the bucket. | 
| StoreImageTaskResult | StoreImageTaskResult. withStoreTaskFailureReason(String storeTaskFailureReason)
 If the tasks fails, the reason for the failure is returned. | 
| StoreImageTaskResult | StoreImageTaskResult. withStoreTaskState(String storeTaskState)
 The state of the store task ( InProgress,Completed, orFailed). | 
| StoreImageTaskResult | StoreImageTaskResult. withTaskStartTime(Date taskStartTime)
 The time the task started. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<StoreImageTaskResult> | DescribeStoreImageTasksResult. getStoreImageTaskResults()
 The information about the AMI store tasks. | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeStoreImageTasksResult | DescribeStoreImageTasksResult. withStoreImageTaskResults(StoreImageTaskResult... storeImageTaskResults)
 The information about the AMI store tasks. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DescribeStoreImageTasksResult. setStoreImageTaskResults(Collection<StoreImageTaskResult> storeImageTaskResults)
 The information about the AMI store tasks. | 
| DescribeStoreImageTasksResult | DescribeStoreImageTasksResult. withStoreImageTaskResults(Collection<StoreImageTaskResult> storeImageTaskResults)
 The information about the AMI store tasks. | 
Copyright © 2021. All rights reserved.