Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
PlatformFramework |
PlatformFramework.clone() |
PlatformFramework |
PlatformFramework.withName(String name)
The name of the framework.
|
PlatformFramework |
PlatformFramework.withVersion(String version)
The version of the framework.
|
Modifier and Type | Method and Description |
---|---|
List<PlatformFramework> |
PlatformDescription.getFrameworks()
The frameworks supported by the platform version.
|
Modifier and Type | Method and Description |
---|---|
PlatformDescription |
PlatformDescription.withFrameworks(PlatformFramework... frameworks)
The frameworks supported by the platform version.
|
Modifier and Type | Method and Description |
---|---|
void |
PlatformDescription.setFrameworks(Collection<PlatformFramework> frameworks)
The frameworks supported by the platform version.
|
PlatformDescription |
PlatformDescription.withFrameworks(Collection<PlatformFramework> frameworks)
The frameworks supported by the platform version.
|
Copyright © 2021. All rights reserved.