C# Class Amazon.EC2.Model.DeleteKeyPairRequest

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

Méthodes publiques

Méthode Description
DeleteKeyPairRequest ( ) : System

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

DeleteKeyPairRequest ( string keyName ) : System

Instantiates DeleteKeyPairRequest with the parameterized properties

Private Methods

Méthode Description
IsSetKeyName ( ) : bool

Method Details

DeleteKeyPairRequest() public méthode

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

DeleteKeyPairRequest() public méthode

Instantiates DeleteKeyPairRequest with the parameterized properties
public DeleteKeyPairRequest ( string keyName ) : System
keyName string The name of the key pair.
Résultat System