Method | Description | |
---|---|---|
ImportKeyPairRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
ImportKeyPairRequest ( string keyName, string publicKeyMaterial ) : System |
Instantiates ImportKeyPairRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetKeyName ( ) : bool | ||
IsSetPublicKeyMaterial ( ) : bool |
public ImportKeyPairRequest ( string keyName, string publicKeyMaterial ) : System | ||
keyName | string | A unique name for the key pair. |
publicKeyMaterial | string | The public key. For API calls, the text must be base64-encoded. For command line tools, base64 encoding is performed for you. |
return | System |