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