A list of available AWS Elastic Beanstalk solution stacks.

Namespace: Amazon.ElasticBeanstalk.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ListAvailableSolutionStacksResult()()()()
Initializes a new instance of the ListAvailableSolutionStacksResult class
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticBeanstalk.Model..::..ListAvailableSolutionStacksResult

See Also