Uses of Class
software.amazon.awssdk.services.lightsail.model.DownloadDefaultKeyPairResponse
-
Packages that use DownloadDefaultKeyPairResponse 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 DownloadDefaultKeyPairResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return DownloadDefaultKeyPairResponse Modifier and Type Method Description default DownloadDefaultKeyPairResponseLightsailClient. downloadDefaultKeyPair()Downloads the regional Amazon Lightsail default key pair.default DownloadDefaultKeyPairResponseLightsailClient. downloadDefaultKeyPair(Consumer<DownloadDefaultKeyPairRequest.Builder> downloadDefaultKeyPairRequest)Downloads the regional Amazon Lightsail default key pair.default DownloadDefaultKeyPairResponseLightsailClient. downloadDefaultKeyPair(DownloadDefaultKeyPairRequest downloadDefaultKeyPairRequest)Downloads the regional Amazon Lightsail default key pair.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type DownloadDefaultKeyPairResponse Modifier and Type Method Description default CompletableFuture<DownloadDefaultKeyPairResponse>LightsailAsyncClient. downloadDefaultKeyPair()Downloads the regional Amazon Lightsail default key pair.default CompletableFuture<DownloadDefaultKeyPairResponse>LightsailAsyncClient. downloadDefaultKeyPair(Consumer<DownloadDefaultKeyPairRequest.Builder> downloadDefaultKeyPairRequest)Downloads the regional Amazon Lightsail default key pair.default CompletableFuture<DownloadDefaultKeyPairResponse>LightsailAsyncClient. downloadDefaultKeyPair(DownloadDefaultKeyPairRequest downloadDefaultKeyPairRequest)Downloads the regional Amazon Lightsail default key pair.
-