A list of available AWS Elastic Beanstalk solution stacks.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ListAvailableSolutionStacksResult
Public Class ListAvailableSolutionStacksResult
public ref class ListAvailableSolutionStacksResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ListAvailableSolutionStacksResult()()()() | Initializes a new instance of the ListAvailableSolutionStacksResult class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| SolutionStackDetails |
A list of available solution stacks and their SolutionStackDescription.
| |
| SolutionStacks |
A list of available solution stacks.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithSolutionStackDetails(array<SolutionStackDescription>[]()[][]) |
Adds elements to the SolutionStackDetails collection
| |
| WithSolutionStackDetails(IEnumerable<(Of <<'(SolutionStackDescription>)>>)) |
Adds elements to the SolutionStackDetails collection
| |
| WithSolutionStacks(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the SolutionStacks collection
| |
| WithSolutionStacks(array<String>[]()[][]) |
Adds elements to the SolutionStacks collection
|