Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonEC2.deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from
Amazon EC2.
|
void |
AmazonEC2Client.deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from
Amazon EC2.
|
Future<Void> |
AmazonEC2AsyncClient.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from
Amazon EC2.
|
Future<Void> |
AmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from
Amazon EC2.
|
Future<Void> |
AmazonEC2AsyncClient.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest,
AsyncHandler<DeleteKeyPairRequest,Void> asyncHandler)
Deletes the specified key pair, by removing the public key from
Amazon EC2.
|
Future<Void> |
AmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest,
AsyncHandler<DeleteKeyPairRequest,Void> asyncHandler)
Deletes the specified key pair, by removing the public key from
Amazon EC2.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest,
AsyncHandler<DeleteKeyPairRequest,Void> asyncHandler)
Deletes the specified key pair, by removing the public key from
Amazon EC2.
|
Future<Void> |
AmazonEC2Async.deleteKeyPairAsync(DeleteKeyPairRequest deleteKeyPairRequest,
AsyncHandler<DeleteKeyPairRequest,Void> asyncHandler)
Deletes the specified key pair, by removing the public key from
Amazon EC2.
|
Modifier and Type | Method and Description |
---|---|
DeleteKeyPairRequest |
DeleteKeyPairRequest.withKeyName(String keyName)
The name of the key pair.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteKeyPairRequest> |
DeleteKeyPairRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.