Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteKeyPairResponse
-
Packages that use DeleteKeyPairResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DeleteKeyPairResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteKeyPairResponse Modifier and Type Method Description default DeleteKeyPairResponseEc2Client. deleteKeyPair(Consumer<DeleteKeyPairRequest.Builder> deleteKeyPairRequest)Deletes the specified key pair, by removing the public key from Amazon EC2.default DeleteKeyPairResponseEc2Client. deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)Deletes the specified key pair, by removing the public key from Amazon EC2.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeleteKeyPairResponse Modifier and Type Method Description default CompletableFuture<DeleteKeyPairResponse>Ec2AsyncClient. deleteKeyPair(Consumer<DeleteKeyPairRequest.Builder> deleteKeyPairRequest)Deletes the specified key pair, by removing the public key from Amazon EC2.default CompletableFuture<DeleteKeyPairResponse>Ec2AsyncClient. deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)Deletes the specified key pair, by removing the public key from Amazon EC2.
-