Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateKeyPairResult |
AmazonEC2Client.createKeyPair(CreateKeyPairRequest request)
Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format.
|
CreateKeyPairResult |
AmazonEC2.createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format.
|
CreateKeyPairResult |
AbstractAmazonEC2.createKeyPair(CreateKeyPairRequest request) |
Future<CreateKeyPairResult> |
AbstractAmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest request) |
Future<CreateKeyPairResult> |
AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest request) |
Future<CreateKeyPairResult> |
AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest)
Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format.
|
Future<CreateKeyPairResult> |
AbstractAmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest request,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler) |
Future<CreateKeyPairResult> |
AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest request,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler) |
Future<CreateKeyPairResult> |
AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateKeyPairResult> |
AbstractAmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest request,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler) |
Future<CreateKeyPairResult> |
AmazonEC2AsyncClient.createKeyPairAsync(CreateKeyPairRequest request,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler) |
Future<CreateKeyPairResult> |
AmazonEC2Async.createKeyPairAsync(CreateKeyPairRequest createKeyPairRequest,
AsyncHandler<CreateKeyPairRequest,CreateKeyPairResult> asyncHandler)
Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format.
|
Modifier and Type | Method and Description |
---|---|
CreateKeyPairRequest |
CreateKeyPairRequest.clone() |
CreateKeyPairRequest |
CreateKeyPairRequest.withKeyFormat(KeyFormat keyFormat)
The format of the key pair.
|
CreateKeyPairRequest |
CreateKeyPairRequest.withKeyFormat(String keyFormat)
The format of the key pair.
|
CreateKeyPairRequest |
CreateKeyPairRequest.withKeyName(String keyName)
A unique name for the key pair.
|
CreateKeyPairRequest |
CreateKeyPairRequest.withKeyType(KeyType keyType)
The type of key pair.
|
CreateKeyPairRequest |
CreateKeyPairRequest.withKeyType(String keyType)
The type of key pair.
|
CreateKeyPairRequest |
CreateKeyPairRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the new key pair.
|
CreateKeyPairRequest |
CreateKeyPairRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the new key pair.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateKeyPairRequest> |
CreateKeyPairRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.