Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
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 |
---|---|
CreateKeyPairRequest |
CreateKeyPairRequest.clone() |
CreateKeyPairRequest |
CreateKeyPairRequest.withKeyName(String keyName)
A unique name for the key pair.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateKeyPairRequest> |
CreateKeyPairRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2017. All rights reserved.