Uses of Class
software.amazon.awssdk.services.lightsail.model.DeleteKeyPairResponse
-
Packages that use DeleteKeyPairResponse 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 DeleteKeyPairResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return DeleteKeyPairResponse Modifier and Type Method Description default DeleteKeyPairResponseLightsailClient. deleteKeyPair(Consumer<DeleteKeyPairRequest.Builder> deleteKeyPairRequest)Deletes the specified key pair by removing the public key from Amazon Lightsail.default DeleteKeyPairResponseLightsailClient. deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)Deletes the specified key pair by removing the public key from Amazon Lightsail.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type DeleteKeyPairResponse Modifier and Type Method Description default CompletableFuture<DeleteKeyPairResponse>LightsailAsyncClient. deleteKeyPair(Consumer<DeleteKeyPairRequest.Builder> deleteKeyPairRequest)Deletes the specified key pair by removing the public key from Amazon Lightsail.default CompletableFuture<DeleteKeyPairResponse>LightsailAsyncClient. deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)Deletes the specified key pair by removing the public key from Amazon Lightsail.
-