Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.CustomAmi
-
Packages that use CustomAmi Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of CustomAmi in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type CustomAmi Modifier and Type Method Description List<CustomAmi>PlatformDescription. customAmiList()The custom AMIs supported by the platform version.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type CustomAmi Modifier and Type Method Description PlatformDescription.BuilderPlatformDescription.Builder. customAmiList(CustomAmi... customAmiList)The custom AMIs supported by the platform version.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type CustomAmi Modifier and Type Method Description PlatformDescription.BuilderPlatformDescription.Builder. customAmiList(Collection<CustomAmi> customAmiList)The custom AMIs supported by the platform version.
-