Java com.amazonaws.services.ec2.model KeyPairInfo fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model KeyPairInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model KeyPairInfo.

The text is from its open source code.

Constructor

Method

StringgetKeyFingerprint()

If you used CreateKeyPair to create the key pair, this is the SHA-1 digest of the DER encoded private key.

StringgetKeyName()

The name of the key pair.

voidsetKeyFingerprint(String keyFingerprint)

If you used CreateKeyPair to create the key pair, this is the SHA-1 digest of the DER encoded private key.

voidsetKeyName(String keyName)

The name of the key pair.