Method | Description | |
---|---|---|
CreateApplicationVersionRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateApplicationVersionRequest ( string applicationName, string versionLabel ) : System |
Instantiates CreateApplicationVersionRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetApplicationName ( ) : bool | ||
IsSetAutoCreateApplication ( ) : bool | ||
IsSetBuildConfiguration ( ) : bool | ||
IsSetDescription ( ) : bool | ||
IsSetProcess ( ) : bool | ||
IsSetSourceBuildInformation ( ) : bool | ||
IsSetSourceBundle ( ) : bool | ||
IsSetVersionLabel ( ) : bool |
public CreateApplicationVersionRequest ( ) : System | ||
return | System |
public CreateApplicationVersionRequest ( string applicationName, string versionLabel ) : System | ||
applicationName | string | The name of the application. If no application is found with this name, and AutoCreateApplication is false , returns an InvalidParameterValue error. |
versionLabel | string | A label identifying this version. Constraint: Must be unique per application. If an application version already exists with this label for the specified application, AWS Elastic Beanstalk returns an InvalidParameterValue error. |
return | System |