| Package | Description |
|---|---|
| com.amazonaws.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
CustomAmi |
CustomAmi.clone() |
CustomAmi |
CustomAmi.withImageId(String imageId)
THe ID of the image used to create the custom AMI.
|
CustomAmi |
CustomAmi.withVirtualizationType(String virtualizationType)
The type of virtualization used to create the custom AMI.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomAmi> |
PlatformDescription.getCustomAmiList()
The custom AMIs supported by the platform version.
|
| Modifier and Type | Method and Description |
|---|---|
PlatformDescription |
PlatformDescription.withCustomAmiList(CustomAmi... customAmiList)
The custom AMIs supported by the platform version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformDescription.setCustomAmiList(Collection<CustomAmi> customAmiList)
The custom AMIs supported by the platform version.
|
PlatformDescription |
PlatformDescription.withCustomAmiList(Collection<CustomAmi> customAmiList)
The custom AMIs supported by the platform version.
|
Copyright © 2022. All rights reserved.