Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ImageRecycleBinInfo |
ImageRecycleBinInfo.clone() |
ImageRecycleBinInfo |
ImageRecycleBinInfo.withDescription(String description)
The description of the AMI.
|
ImageRecycleBinInfo |
ImageRecycleBinInfo.withImageId(String imageId)
The ID of the AMI.
|
ImageRecycleBinInfo |
ImageRecycleBinInfo.withName(String name)
The name of the AMI.
|
ImageRecycleBinInfo |
ImageRecycleBinInfo.withRecycleBinEnterTime(Date recycleBinEnterTime)
The date and time when the AMI entered the Recycle Bin.
|
ImageRecycleBinInfo |
ImageRecycleBinInfo.withRecycleBinExitTime(Date recycleBinExitTime)
The date and time when the AMI is to be permanently deleted from the Recycle Bin.
|
Modifier and Type | Method and Description |
---|---|
List<ImageRecycleBinInfo> |
ListImagesInRecycleBinResult.getImages()
Information about the AMIs.
|
Modifier and Type | Method and Description |
---|---|
ListImagesInRecycleBinResult |
ListImagesInRecycleBinResult.withImages(ImageRecycleBinInfo... images)
Information about the AMIs.
|
Modifier and Type | Method and Description |
---|---|
void |
ListImagesInRecycleBinResult.setImages(Collection<ImageRecycleBinInfo> images)
Information about the AMIs.
|
ListImagesInRecycleBinResult |
ListImagesInRecycleBinResult.withImages(Collection<ImageRecycleBinInfo> images)
Information about the AMIs.
|
Copyright © 2023. All rights reserved.