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 |
---|---|
CreateKeyPairResult |
AmazonEC2.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates a 2048-bit RSA key pair with the specified name.
|
CreateKeyPairResult |
AmazonEC2Client.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates a 2048-bit RSA key pair with the specified name.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateKeyPairResult> |
AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest)
Creates a 2048-bit RSA key pair with the specified name.
|
Future<CreateKeyPairResult> |
AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest)
Creates a 2048-bit RSA key pair with the specified name.
|
Future<CreateKeyPairResult> |
AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
Creates a 2048-bit RSA key pair with the specified name.
|
Future<CreateKeyPairResult> |
AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
Creates a 2048-bit RSA key pair with the specified name.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateKeyPairResult> |
AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
Creates a 2048-bit RSA key pair with the specified name.
|
Future<CreateKeyPairResult> |
AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
Creates a 2048-bit RSA key pair with the specified name.
|
Modifier and Type | Method and Description |
---|---|
CreateKeyPairResult |
CreateKeyPairResult.withKeyPair(KeyPair keyPair)
Information about the key pair.
|
Copyright © 2015. All rights reserved.