Uses of Class
software.amazon.awssdk.services.lightsail.model.GetKeyPairsResponse
-
Packages that use GetKeyPairsResponse 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 GetKeyPairsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetKeyPairsResponse Modifier and Type Method Description default GetKeyPairsResponseLightsailClient. getKeyPairs()Returns information about all key pairs in the user's account.default GetKeyPairsResponseLightsailClient. getKeyPairs(Consumer<GetKeyPairsRequest.Builder> getKeyPairsRequest)Returns information about all key pairs in the user's account.default GetKeyPairsResponseLightsailClient. getKeyPairs(GetKeyPairsRequest getKeyPairsRequest)Returns information about all key pairs in the user's account.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetKeyPairsResponse Modifier and Type Method Description default CompletableFuture<GetKeyPairsResponse>LightsailAsyncClient. getKeyPairs()Returns information about all key pairs in the user's account.default CompletableFuture<GetKeyPairsResponse>LightsailAsyncClient. getKeyPairs(Consumer<GetKeyPairsRequest.Builder> getKeyPairsRequest)Returns information about all key pairs in the user's account.default CompletableFuture<GetKeyPairsResponse>LightsailAsyncClient. getKeyPairs(GetKeyPairsRequest getKeyPairsRequest)Returns information about all key pairs in the user's account.
-