Uses of Class
software.amazon.awssdk.services.lightsail.model.GetKeyPairResponse
-
Packages that use GetKeyPairResponse 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 GetKeyPairResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetKeyPairResponse Modifier and Type Method Description default GetKeyPairResponseLightsailClient. getKeyPair(Consumer<GetKeyPairRequest.Builder> getKeyPairRequest)Returns information about a specific key pair.default GetKeyPairResponseLightsailClient. getKeyPair(GetKeyPairRequest getKeyPairRequest)Returns information about a specific key pair.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetKeyPairResponse Modifier and Type Method Description default CompletableFuture<GetKeyPairResponse>LightsailAsyncClient. getKeyPair(Consumer<GetKeyPairRequest.Builder> getKeyPairRequest)Returns information about a specific key pair.default CompletableFuture<GetKeyPairResponse>LightsailAsyncClient. getKeyPair(GetKeyPairRequest getKeyPairRequest)Returns information about a specific key pair.
-