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

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

Introduction

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

The text is from its open source code.

Constructor

ImportKeyPairRequest()
Default constructor for ImportKeyPairRequest object.
ImportKeyPairRequest(String keyName, String publicKeyMaterial)
Constructs a new ImportKeyPairRequest object.

Method

ImportKeyPairRequestwithKeyName(String keyName)

A unique name for the key pair.

ImportKeyPairRequestwithPublicKeyMaterial(String publicKeyMaterial)

The public key.