Uses of Class
software.amazon.awssdk.services.ec2.model.ImportKeyPairResponse
Packages that use ImportKeyPairResponse
-
Uses of ImportKeyPairResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ImportKeyPairResponseModifier and TypeMethodDescriptiondefault 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 ImportKeyPairResponseModifier and TypeMethodDescriptiondefault 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.