Uses of Class
software.amazon.awssdk.services.ec2.model.ImportKeyPairRequest
-
Packages that use ImportKeyPairRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of ImportKeyPairRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type ImportKeyPairRequest Modifier and Type Method Description 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.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 ImportKeyPairRequest Modifier and Type Method Description SdkHttpFullRequestImportKeyPairRequestMarshaller. marshall(ImportKeyPairRequest importKeyPairRequest)
-