|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SolutionStackDescription | |
---|---|
com.amazonaws.services.elasticbeanstalk.model | Classes modeling the various types represented by AWSElasticBeanstalk. |
Uses of SolutionStackDescription in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return SolutionStackDescription | |
---|---|
SolutionStackDescription |
SolutionStackDescription.withPermittedFileTypes(Collection<String> permittedFileTypes)
The permitted file types allowed for a solution stack. |
SolutionStackDescription |
SolutionStackDescription.withPermittedFileTypes(String... permittedFileTypes)
The permitted file types allowed for a solution stack. |
SolutionStackDescription |
SolutionStackDescription.withSolutionStackName(String solutionStackName)
The name of the solution stack. |
Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type SolutionStackDescription | |
---|---|
List<SolutionStackDescription> |
ListAvailableSolutionStacksResult.getSolutionStackDetails()
A list of available solution stacks and their SolutionStackDescription. |
Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type SolutionStackDescription | |
---|---|
ListAvailableSolutionStacksResult |
ListAvailableSolutionStacksResult.withSolutionStackDetails(SolutionStackDescription... solutionStackDetails)
A list of available solution stacks and their SolutionStackDescription. |
Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type SolutionStackDescription | |
---|---|
void |
ListAvailableSolutionStacksResult.setSolutionStackDetails(Collection<SolutionStackDescription> solutionStackDetails)
A list of available solution stacks and their SolutionStackDescription. |
ListAvailableSolutionStacksResult |
ListAvailableSolutionStacksResult.withSolutionStackDetails(Collection<SolutionStackDescription> solutionStackDetails)
A list of available solution stacks and their SolutionStackDescription. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |