Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteKeyPairResponse
Packages that use DeleteKeyPairResponse
-
Uses of DeleteKeyPairResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteKeyPairResponseModifier and TypeMethodDescriptiondefault 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 DeleteKeyPairResponseModifier and TypeMethodDescriptiondefault 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.