Uses of Class
software.amazon.awssdk.services.lightsail.model.ImportKeyPairResponse
-
Packages that use ImportKeyPairResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of ImportKeyPairResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return ImportKeyPairResponse Modifier and Type Method Description default ImportKeyPairResponseLightsailClient. importKeyPair(Consumer<ImportKeyPairRequest.Builder> importKeyPairRequest)Imports a public SSH key from a specific key pair.default ImportKeyPairResponseLightsailClient. importKeyPair(ImportKeyPairRequest importKeyPairRequest)Imports a public SSH key from a specific key pair.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type ImportKeyPairResponse Modifier and Type Method Description default CompletableFuture<ImportKeyPairResponse>LightsailAsyncClient. importKeyPair(Consumer<ImportKeyPairRequest.Builder> importKeyPairRequest)Imports a public SSH key from a specific key pair.default CompletableFuture<ImportKeyPairResponse>LightsailAsyncClient. importKeyPair(ImportKeyPairRequest importKeyPairRequest)Imports a public SSH key from a specific key pair.
-