C# Class Amazon.EC2.Model.CreateKeyPairRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
CreateKeyPairRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

CreateKeyPairRequest ( string keyName ) : System

Instantiates CreateKeyPairRequest with the parameterized properties

Private Methods

Method Description
IsSetKeyName ( ) : bool

Method Details

CreateKeyPairRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public CreateKeyPairRequest ( ) : System
return System

CreateKeyPairRequest() public method

Instantiates CreateKeyPairRequest with the parameterized properties
public CreateKeyPairRequest ( string keyName ) : System
keyName string A unique name for the key pair. Constraints: Up to 255 ASCII characters
return System