Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateKeyPairResult |
AmazonEC2Client.createKeyPair(CreateKeyPairRequest request)
Creates a 2048-bit RSA key pair with the specified name.
|
CreateKeyPairResult |
AmazonEC2.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates a 2048-bit RSA key pair with the specified name.
|
CreateKeyPairResult |
AbstractAmazonEC2.createKeyPair(CreateKeyPairRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<CreateKeyPairResult> |
AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
Creates a 2048-bit RSA key pair with the specified name.
|
Future<CreateKeyPairResult> |
AbstractAmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest request,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler) |
Future<CreateKeyPairResult> |
AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest request,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateKeyPairResult |
CreateKeyPairResult.clone() |
CreateKeyPairResult |
CreateKeyPairResult.withKeyPair(KeyPair keyPair)
Describes a key pair.
|
Copyright © 2017. All rights reserved.