public class Ami extends Object
| Constructor | Description |
|---|---|
Ami(String imageId,
String name,
ZonedDateTime creationDate,
String rootDeviceType,
List<AwsResourceTag> tags) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
ZonedDateTime |
getCreationDate() |
|
String |
getImageId() |
|
String |
getName() |
|
String |
getRootDeviceType() |
|
List<AwsResourceTag> |
getTags() |
|
int |
hashCode() |
|
String |
toString() |
public Ami(String imageId, String name, ZonedDateTime creationDate, String rootDeviceType, List<AwsResourceTag> tags)
public String getImageId()
public String getName()
public ZonedDateTime getCreationDate()
public String getRootDeviceType()
public List<AwsResourceTag> getTags()
Copyright © 2018. All rights reserved.