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

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

Introduction

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

The text is from its open source code.

Constructor

DeleteKeyPairRequest()
Default constructor for DeleteKeyPairRequest object.
DeleteKeyPairRequest(String keyName)
Constructs a new DeleteKeyPairRequest object.

Method

StringgetKeyName()

The name of the key pair.

voidsetKeyName(String keyName)

The name of the key pair.