Uses of Class
software.amazon.awssdk.services.ec2.model.ImportKeyPairResponse
-
Packages that use ImportKeyPairResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ImportKeyPairResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ImportKeyPairResponse Modifier and Type Method Description default ImportKeyPairResponseEc2Client. importKeyPair(Consumer<ImportKeyPairRequest.Builder> 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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ImportKeyPairResponse Modifier and Type Method Description default CompletableFuture<ImportKeyPairResponse>Ec2AsyncClient. importKeyPair(Consumer<ImportKeyPairRequest.Builder> importKeyPairRequest)Imports the public key from an RSA or ED25519 key pair that you created using a third-party tool.default 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.
-