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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetKeyFingerprint()

The SHA-1 digest of the DER encoded private key.

StringgetKeyMaterial()

An unencrypted PEM encoded RSA private key.

StringgetKeyName()

The name of the key pair.

voidsetKeyFingerprint(String keyFingerprint)

The SHA-1 digest of the DER encoded private key.

voidsetKeyMaterial(String keyMaterial)

An unencrypted PEM encoded RSA private key.

voidsetKeyName(String keyName)

The name of the key pair.

StringtoString()
Returns a string representation of this object.