Uses of Class
software.amazon.awssdk.services.ec2.model.ImportKeyPairRequest
Packages that use ImportKeyPairRequest
Package
Description
-
Uses of ImportKeyPairRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type ImportKeyPairRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ImportKeyPairResponse>Ec2AsyncClient.importKeyPair(ImportKeyPairRequest importKeyPairRequest) Imports the public key from an RSA or ED25519 key pair that you created using a third-party tool.default ImportKeyPairResponseEc2Client.importKeyPair(ImportKeyPairRequest importKeyPairRequest) Imports the public key from an RSA or ED25519 key pair that you created using a third-party tool. -
Uses of ImportKeyPairRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type ImportKeyPairRequestModifier and TypeMethodDescriptionImportKeyPairRequestMarshaller.marshall(ImportKeyPairRequest importKeyPairRequest)