C# Class Amazon.EC2.Model.CreateKeyPairRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetKeyName ( ) : bool

Method Details

CreateKeyPairRequest() public méthode

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

CreateKeyPairRequest() public méthode

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
Résultat System