Uses of Class
software.amazon.awssdk.services.lightsail.model.CreateKeyPairResponse
-
Packages that use CreateKeyPairResponse 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 CreateKeyPairResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CreateKeyPairResponse Modifier and Type Method Description default CreateKeyPairResponseLightsailClient. createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest)Creates a custom SSH key pair that you can use with an Amazon Lightsail instance.default CreateKeyPairResponseLightsailClient. createKeyPair(CreateKeyPairRequest createKeyPairRequest)Creates a custom SSH key pair that you can use with an Amazon Lightsail instance.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CreateKeyPairResponse Modifier and Type Method Description default CompletableFuture<CreateKeyPairResponse>LightsailAsyncClient. createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest)Creates a custom SSH key pair that you can use with an Amazon Lightsail instance.default CompletableFuture<CreateKeyPairResponse>LightsailAsyncClient. createKeyPair(CreateKeyPairRequest createKeyPairRequest)Creates a custom SSH key pair that you can use with an Amazon Lightsail instance.
-